Skip to main content
GET
Get Full Market Snapshot

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

tickers
string

Comma-separated list of tickers, such as AAPL,MSFT. Use this to request several companies in one call.

Example:

"AAPL,TSLA,GOOG"

includeOtc
boolean

Whether to include over-the-counter securities. Use true only when your product needs OTC market coverage.

Example:

false

Response

Successful response

count
integer

Number of tickers returned

status
string

Status string from the upstream data provider — typically OK for a successful response. Treat any other value as an error indicator alongside the HTTP status code.

tickers
object[]

Array of ticker snapshots