v1

latestOpenAPI 3.1.0raw.githubusercontent.com2025-04-25361217.6 KB
Options - Quotes

Get Options Quotes

Retrieves historical quotes (NBBO - National Best Bid and Offer) for a specified options contract over a defined time range. Includes bid/ask prices, sizes, exchange IDs, and timestamps. Max 50,000 results per request.

get/options/quotes/{optionsTicker}

Path parameters

optionsTickerstring required

The specific options ticker symbol (e.g., O:AAPL240119C00175000).

Query parameters

timestampstring

Query by quote timestamp. Either YYYY-MM-DD or nanosecond timestamp.

timestamp.gtstring

Timestamp greater than.

timestamp.gtestring

Timestamp greater than or equal to.

timestamp.ltstring

Timestamp less than.

timestamp.ltestring

Timestamp less than or equal to.

order'asc' | 'desc'

Order results (asc/desc).

limitinteger

Limit the number of results. Max 50,000.

sortstring

Sort field (defaults to 'timestamp').

Response

Successful response with options quote data. Keys are in kebab-case.

request-idstring
statusstring
next-urlstring nullable

URL for the next page of results.