latestOpenAPI 3.0.32026-08-101461131.1 MB

ad6f143e43aa

stocks:quotes

Quotes (NBBO)

Get NBBO quotes for a given ticker symbol on a specified date.

get/v2/ticks/stocks/nbbo/{ticker}/{date}

Path parameters

tickerstring required

The ticker symbol we want quotes for.

datestring date required

The date/day of the quotes to retrieve in the format YYYY-MM-DD.

Query parameters

timestampinteger

The timestamp offset, used for pagination. This is the offset at which to start the results. Using the timestamp of the last result as the offset will give you the next page of results.

timestampLimitinteger

The maximum timestamp allowed in the results.

reverseboolean

Reverse the order of the results.

limitinteger

Limit the size of the response, max 50000 and default 5000.

Response

A list of quotes.

db_latencyinteger

Latency in milliseconds for the query results from the database.

results_countinteger

The total number of results for this request.

successboolean

Whether or not this query was executed successfully.

tickerstring

The exchange symbol that this item is traded under.