Gets historical data for a particular index, over a fixed period of time
GET/api/v1/history/values
The data will be sorted by time, in ascending order. The time range of the data is defined by the timespan and timestamp parameters. The timestamp must be truncated to the timespan granularity. See the timespan parameter description for some working examples. In order to access this data, the user has to be authorized for the index and the STREAM_HISTORICAL_VALUES data stream. Note: the most recent values may not be immediately available, and could be delayed by up to 15 minutes.
Request
Responses
- 200
successful operation