Latest quotes
GET {{baseUrl}}/v2/stocks/quotes/latest?symbols=AAPL,TSLA
The latest multi quotes endpoint provides the latest bid and ask prices for each given ticker symbols.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
symbols | string | (Required) Comma separated list of symbols. | |
feed | string | The 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. | |
currency | string | The currency of all prices in ISO 4217 format. Default is USD. | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"quotes":{"AAPL":{"t":"2022-08-17T10:07:40.286587431Z","ax":"Q","ap":172.7,"as":1,"bx":"Q","bp":172.62,"bs":2,"c":["R"],"z":"C"},"TSLA":{"t":"2022-08-17T10:07:49.387064037Z","ax":"Q","ap":911.6,"as":1,"bx":"K","bp":911.3,"bs":1,"c":["R"],"z":"C"}}}