technicalIndicators_vwap
Calculate the Volume Weighted Average Price (VWAP) for specific stock symbols and time intervals using intraday data on the MCP Avantage server. Supports JSON and CSV formats for precise financial analysis.
Instructions
Volume Weighted Average Price (VWAP). Premium endpoint, requires intraday interval.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
datatype | No | Data format for the response. | json |
interval | Yes | Time interval (e.g., "daily", "60min", "weekly"). Check Alpha Vantage docs for valid intervals per indicator. | |
month | No | Specific month for intraday intervals (YYYY-MM format). | |
symbol | Yes | The stock symbol (e.g., "IBM"). |