latestOpenAPI 3.0.32026-08-101461131.1 MB
ad6f143e43aa
stocks:quotes
Quotes (NBBO)
Get NBBO quotes for a ticker symbol in a given time range.
get/v3/quotes/{stockTicker}
Path parameters
stockTickerstring required
Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc.
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.