index_history_price
Fetch historical index price data (OHLC) for a symbol over a specified interval. Supports date ranges up to one month, enabling analysis of past index performance.
Instructions
[VALUE] Historical price reports for an index. Max 1 month per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | The date to fetch data for. If present, this overrides start_date and end_date. | |
| symbol | Yes | The stock or index symbol, or underlying symbol for options. | |
| end_date | No | The end date (inclusive). | |
| end_time | No | The end time (inclusive) in the specified day. | 16:00:00 |
| interval | Yes | The size of the time interval must be one of the available options listed below. Intervals less than 1m are available only for single-day requests. | 1s |
| start_date | No | The start date (inclusive). | |
| start_time | No | The start time (inclusive) in the specified day. | 09:30:00 |