Historical

Retrieves the historical time series tickers for the specified instrument and exchange(s).

📘

Time Range Limit

The maximum time range (difference between startDate and endDate) is 1 hour.

🚧

Not specifying startDate and endDate

If the startDate and endDate query parameters are not provided, the API will return the data from the previous 1 hour.

RESPONSE DATA

FieldTypeDescription
exchangestringThe name of the exchange.
timestampnumber | stringThe time at which the event occurred.
bidnumericThe bid price for instrument.
asknumericThe ask price for instrument.
midnumericThe mid price for instrument.
lastnumericThe last price for instrument.
sequencenumber | nullThe sequence number (equal to null if it is not provided by the exchange).
bidVolumenumber | nullIt represents the requested order size of all best bids.
askVolumenumber | nullIt represents the requested order size of all best asks.
Language
Authorization
Header
Click Try It! to start a request and see the response here!