Historical

Retrieves the historical (time series) open interest data for the specified futures instrument.

📘

Time Range Limit

The maximum time range (difference between startDate and endDate) is 731 days (2 years).

🚧

Not specifying startDate and endDate

If the startDate and endDate query parameters are not provided, the API will return the data from the previous 24 hours at the tick granularity.

❗️

timeInterval

Support for the timeInterval query parameter will be added soon.

RESPONSE DATA

Fields and paths are relative to the top-level payload field i.e. metadata.next is equivalent to payload.metadata.next.

JSON Field/PathValue TypeOptionalDescription
metadata.nextstringPagination
data[index].instrumentstringThe futures instrument whose open interest data was requested for.
data[index].exchangestringThe exchange on which this open interest data is from.
data[index].exchangeTimestampnumber| string
data[index].exchangeTimestampNanosecondsnumber
data[index].valuenumberThe total outstanding number of contracts.
data[index].typestringThe type of instrument.

Language
Authorization
Header
Click Try It! to start a request and see the response here!