Daily Market Summary
Get the daily open, high, low, and close (OHLC) for the entire market on a specific date. Provides aggregated market-wide data.
Use Case: Display market-wide statistics and create market overview dashboards showing all tickers for a trading day.
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
Date in YYYY-MM-DD format. Enter the specific calendar date you want to query.
"2024-01-15"
Whether to adjust historical prices for stock splits. Use true for normalized charting and false for raw market data.
true
Whether to include over-the-counter securities. Use true only when your product needs OTC market coverage.
false
Response
Successful response
Whether or not the results are adjusted for splits
Number of results returned
Unique request ID
Array of grouped daily bars
Total number of results
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.