get_index_values
Fetch historical values for market indices over a time interval, with pagination, sorting, and date filtering. Pass index symbols as a comma-separated list.
Instructions
Returns historical values for market indices over a time interval. Supports pagination, sorting, and date range filtering. Provide a comma-separated list of index symbols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | The inclusive end of the interval. Format: RFC-3339 or YYYY-MM-DD. Default: the current time if the user has a real-time access for the feed, otherwise 15 minutes before the current time. | |
| sort | No | Sort data in ascending or descending order. | asc |
| limit | No | The maximum number of data points to return in the response page. The API may return less, even if there are more available data points in the requested interval. Always check the `next_page_token` for more pages. The limit applies to the total number of data points, not per symbol! | |
| start | No | The inclusive start of the interval. Format: RFC-3339 or YYYY-MM-DD. Default: the beginning of the current day, but at least 15 minutes ago if the user doesn't have real-time access for the feed. | |
| symbols | Yes | A comma-separated list of index symbols. | |
| page_token | No | The pagination token from which to continue. The value to pass here is returned in specific requests when more data is available, usually because of a response result limit. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||