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

RESPONSE DATA

FieldTypeDescription
metadataobjectThe metadata associated with the data.
metadata.startDate`numberstring`
metadata.endDate`numberstring`
dataarrayThe tickers data
data.exchangestringThe name of the exchange.
data.timestampnumber or stringThe timestamp.
data.bid`numbernull`
data.ask`numbernull`
data.mid`numbernull`
data.last`numbernull`
data.baseVolume`numbernull`
data.quoteVolume`numbernull`
data.bidVolume`numbernull`
data.askVolume`numbernull`
data.sequence`numbernull`
data.metadata`objectnull`
data.underlyingPrice`stringnull`
data.underlyingIndex`stringnull`
data.stats`objectnull`
data.stats.high`numbernull`
data.stats.low`numbernull`
data.stats.volume`numbernull`
data.stats.price_change`numbernull`
data.state`stringnull`
data.settlementPrice`numbernull`
data.openInterest`numbernull`
data.minPrice`numbernull`
data.maxPrice`numbernull`
data.markPrice`numbernull`
data.markIv`numbernull`
data.interestRate`numbernull`
data.indexPrice`numbernull`
data.greeks`objectnull`
data.greeks.delta`numbernull`
data.greeks.gamma`numbernull`
data.greeks.rho`numbernull`
data.greeks.theta`numbernull`
data.greeks.vega`numbernull`
data.estimatedDeliveryPrice`numbernull`
data.bidIv`numbernull`
data.askIv`numbernull`
Language
Authorization
Header
Click Try It! to start a request and see the response here!