Kalshi Price History
GET
/gateway/v1/prediction-market/kalshi/pricesPrice time series for a Kalshi market with daily or hourly OHLC data, or latest price from recent trades.
Data refresh: ~30 minutes
Query Parameters
tickerstringrequired
Market ticker identifier. Use GET /v1/prediction-market/kalshi/markets or GET /v1/search/kalshi?q={keyword} to discover valid tickers.
Example:
KXBTC2026250-27JAN01-250000time_rangeenum<string>
Window of history to return: `7d`, `30d`, `90d`, `180d`, or `1y`. Ignored when `interval=latest`. Distinct from `interval` (which sets bucket size within the window).
Available options:
7d30d90d180d1yExample:
30dintervalenum<string>
Bucket size for each point in the series: `1h` (hourly OHLC), `1d` (daily OHLC), or `latest` (single most-recent trade price). Distinct from `time_range` (window size).
Available options:
1h1dlatestExample:
1dKalshi Price History
OK