Skip to main content
GET
Get Real-Time Quotes

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

symbols
string
required

Comma-separated symbols to quote, such as AAPL,MSFT. Use one symbol for a quote tile or multiple symbols for watchlists and dashboards.

Response

Quotes retrieved successfully

Response body for quote requests. Use it to render current market prices for one or more symbols.

d
object[]

Quote records for the requested symbols. Iterate this array and use each record's s value to match the symbol.

s
enum<string>

Overall quote response status. ok means quote data was returned; error means the request could not be fulfilled.

Available options:
ok,
error