Level 1 Quotes

This endpoint returns the “Level 1” option chain with associated volatilities, greeks and underlying prices. This is the core underlying options data for many analytics.

Note: Due to the density of data historical date ranges are limited to 60x 1-minute or 24x 1 hour intervals, per call. If no date range is passed, the most recent option chain will be returned.

USA Trading hours are 14:30:00 - 21:00:00 UTC (9:30a-4pm ET)

RESPONSE DATA
FieldTypeDescription
payload.metadata.api-versionstringVersion of the API.
payload.data[index].asknumberThe ask.
payload.data[index].askIvnumberThe ask implied volatility.
payload.data[index].askVolumenumberThe ask size.
payload.data[index].bidnumberThe bid.
payload.data[index].bidIvnumberThe bid implied volatility.
payload.data[index].bidVolumenumberThe bid size.
payload.data[index].currencystringThe currency.
payload.data[index].deltanumberThe greek delta value of the underlying option.
payload.data[index].exchangestringThe name of the exchange.
payload.data[index].exchangeTimestampnumber | stringThe date & time as provided by the exchange.
payload.data[index].expirationTimestampnumber | stringThe expiration timestamp.
payload.data[index].gammanumberThe greek gamma value of the underlying option.
payload.data[index].hifiTimestampnumber | stringThe date & time of the aggregated record.
payload.data[index].indexPricenumberThe index price (spot).
payload.data[index].instrumentstringThe name of the instrument as provided by exchange.
payload.data[index].instrumentNormalizedstringThe name of the instrument in Amberdata format.
payload.data[index].isAtmbooleanThe "at-the-money" flag for the given expiration cycle. Each expiration has exactly one ATM put and ATM call.
payload.data[index].isCarryForwardbooleanWhether this record was a carry forward from the previous data point (if there is not quote updates, the most recent quote is carried forward).
payload.data[index].isExchangeProvidedGreeksbooleanWhether the Greeks were provided by the exchange or calculated by Amberdata.
payload.data[index].markPricenumberThe mark price.
payload.data[index].markIvnumberThe mark implied volatility.
payload.data[index].multipliernumberThe contract multiplier.
payload.data[index].openInterestnumberThe open interest at the time of this record.
payload.data[index].openInterestUSDnumberThe open interest at the time of this record (notional value).
payload.data[index].putCallstringWhether this record is a put or a call.
payload.data[index].rhonumberThe greek rho value of the underlying option.
payload.data[index].strikestringThe strike price.
payload.data[index].thetanumberThe greek theta value of the underlying option.
payload.data[index].underlyingPricenumberThis represents the assumed interest rate for the underlying BSM model. Unlike Deribit, stock options do not have a futures/forward price, instead a cost-of-capital interest rate is applied to the black-scholes model.
payload.data[index].veganumberThe greek vega value of the underlying option.
payload.data[index].volumenumberThis is the 24hr rolling volume.
payload.data[index].volumeUSDnumberThis is the 24hr rolling volume (notional value).

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