Skip to main content
GET
Get Daily Market Summary

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

date
string<date>
required

Date in YYYY-MM-DD format. Enter the specific calendar date you want to query.

Example:

"2024-01-15"

adjusted
boolean

Whether to adjust historical prices for stock splits. Use true for normalized charting and false for raw market data.

Example:

true

includeOtc
boolean

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

Example:

false

Response

Successful response

adjusted
boolean

Whether or not the results are adjusted for splits

queryCount
integer

Number of results returned

requestId
string

Unique request ID

results
object[]

Array of grouped daily bars

resultsCount
integer

Total number of results

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.