get_historical
Retrieve historical OHLCV price data for any stock ticker symbol using configurable time periods and intervals.
Instructions
Get historical OHLCV (Open, High, Low, Close, Volume) price data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock ticker symbol (e.g., AAPL, GOOGL) | |
| period | No | Time period for historical data | 1mo |
| interval | No | Data interval | 1d |