getHistoricalData
Retrieve historical stock data by specifying the symbol, interval, and output size to analyze trends and performance over time.
Instructions
Get historical data for a stock.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
interval | No | The time interval for the data (daily, weekly, or monthly) | daily |
outputsize | No | The size of the output (compact or full) | compact |
symbol | Yes | The stock symbol (e.g., AAPL) |