get_historical_prices
Need historical stock prices? Retrieve OHLCV candles by specifying ticker, timeframe, and interval to analyze past market performance and spot trends.
Instructions
Get historical price data for a stock.
Args: ticker: Stock symbol (e.g., 'AAPL', 'MSFT') timeframe: Time range - '1D', '1W', '1M', '3M', '1Y', '5Y' interval: Data interval - '1min', '5min', '15min', '30min', '60min', '1day'
Returns: Historical OHLCV data as a list of candles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| interval | No | 1day | |
| timeframe | No | 1M |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||