Batch Historical

Delivers historical OHLCV (Open, High, Low, Close, Volume) data in batch format for multiple Options market contracts, providing comprehensive price and volume history over specified time ranges for efficient analysis across multiple instruments.

📘

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).

🗒️

Note:

Block trades are included in the calculation of OHLCV for Deribit.


RESPONSE DATA
FieldTypeDescription
{metadata}objectThe metadata associated with the data.
{metadata}.startDatenumber | stringThe first date/time for which data is available.
{metadata}.endDatenumber | stringThe last date/time for which data is available.
[data]arrayThe OHLCV data corresponding to the columns fields, aggregated by exchange.
[data].instrumentstringThe name of the instrument.
[data].timestampnumber | stringThe time at which the event occurred.
[data].opennumberThe value when the bar/time interval started.
[data].highnumberThe highest value within the bar/time interval.
[data].lownumberThe lowest value within the bar/time interval.
[data].closenumberThe value when the bar/time interval closed.
[data].volumenumberThe volume within the bar/time interval.
Language
Credentials
Header
Click Try It! to start a request and see the response here!