Skip to main content
GET
Get Kalshi Market Date Range

Request

Headers

string
required
Bearer token. Example: Bearer YOUR_API_KEY

Query Parameters

string
required
The Kalshi market ticker. Values are normalized to uppercase.

Response

string
The normalized Kalshi market ticker.
boolean
Whether any stored data was found for the ticker.
string
Earliest stored date for this ticker, or null if none exists.
string
Latest stored date for this ticker, or null if none exists.
integer
Number of distinct stored dates found for the ticker.
Use this endpoint as the authoritative per-ticker stored-date check before requesting raw Kalshi data. It does not prove every date between start_date and end_date is present, and it does not prove every payload field is complete. Kalshi has a known parser issue from 2026-03-31 through 2026-04-24 and a known storage ingestion gap from 2026-05-04 through 2026-05-11; see Data Quality.

Example

Example response