technicalIndicators_midprice
Calculate the midpoint price of a stock over a specified period using the MCP Avantage server. Input stock symbol, interval, and time period to retrieve results in JSON or CSV format for analysis or decision-making.
Instructions
Midpoint price over period
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"). | |
time_period | Yes | Number of data points used to calculate the indicator. |