Latest quote (single symbol)

GET {{baseUrl}}/v2/stocks/:symbol/quotes/latest

The latest quotes endpoint provides the latest bid and ask prices for a given ticker symbol.

Request Params

KeyDatatypeRequiredDescription
feedstringThe source feed of the data. sip contains all US exchanges, iex contains only the Investors Exchange. otc contains over the counter exchanges. Default: sip for the non-latest endpoints or if the user has the unlimited subscription, iex otherwise.
currencystringThe currency of all prices in ISO 4217 format. Default is USD.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"symbol":"AAPL","quote":{"t":"2022-08-17T10:09:34.055031265Z","ax":"Q","ap":172.7,"as":1,"bx":"Q","bp":172.6,"bs":2,"c":["R"],"z":"C"}}