latestOpenAPI 3.0.32026-08-101461131.1 MB

ad6f143e43aa

options:quotes

Quotes

Get quotes for an options ticker symbol in a given time range.

get/v3/quotes/{optionsTicker}

Path parameters

optionsTickerstring required

The ticker symbol to get quotes for.

Query parameters

timestampstring

Query by timestamp. Either a date with the format YYYY-MM-DD or a nanosecond timestamp.

timestamp.gtestring

Range by timestamp.

timestamp.gtstring

Range by timestamp.

timestamp.ltestring

Range by timestamp.

timestamp.ltstring

Range by timestamp.

order'asc' | 'desc'
Example:asc

Order results based on the sort field.

limitinteger
Example:10

Limit the number of results returned, default is 1000 and max is 50000.

sort'timestamp'
Example:timestamp

Sort field used for ordering.

Response

A list of quotes.

next_urlstring

If present, this value can be used to fetch the next page of data.

request_idstring

A request id assigned by the server.

statusstring required

The status of this request's response.