get_price_history
Retrieve historical price data for financial symbols to analyze market trends and performance over specified time periods and intervals.
Instructions
Get historical price data (candles) for a symbol.
Args:
symbol: The symbol to fetch data for (e.g. 'SPY', 'AAPL').
days: Number of past days to fetch data for (default 7).
interval: Candle interval (e.g. '1d', '1h', '5m').
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| days | No | ||
| interval | No | 1d |