Batch Historical

Delivers batch historical open interest data for multiple options contracts, providing timestamped values that reflect the total number of outstanding contracts over specified time ranges across supported exchanges.

📘

Time Range & Data Availability Limit

The maximum time range (difference between startDate and endDate) is:

  • 62 days of daily, hourly or minutely data
  • This endpoint only stores the most recent 62 days of data.
  • Queries with a startDate older than 62 days from the current date will result in a 410 error.

In order to get more than the maximum allowed, you can use the Historical endpoint found here .

🚧

Not specifying startDate and endDate

If you omit startDate and endDate, the API will return the most recent 62 days of daily data (not data older than 62 days from the current date).


RESPONSE DATA
FieldTypeDescription
instrumentstringThe name of the instrument.
timestampnumber | stringThe time at which the event occurred.
valuenumberThe total outstanding number of contracts.
Language
Credentials
Header
Click Try It! to start a request and see the response here!