Kalshi data,
unified with the ecosystem
14.3M+ markets, 1.42B+ trades, and 55B+ full-resolution orderbook snapshots — normalized to match Polymarket, so both venues query together. US-accessible, CFTC-regulated.
Get Started14.3M+
Markets indexed
1.42B+
Trades tracked
55B+
Orderbook snapshots
2021
Data since
Cross-Platform Power
See how Kalshi compares to Polymarket
Same events, different prices. Both venues land in one schema, so you can line them up your way.
| Event | Kalshi | Polymarket |
|---|---|---|
| Fed holds rates June | 0.68 | 0.72 |
| BTC above $200k EOY | 0.20 | 0.24 |
| US GDP growth > 3% | 0.35 | 0.38 |
Both venues in one schema — query Kalshi and Polymarket prices side by side.
Coverage
What we index from Kalshi
Markets, trades, and full-depth orderbooks — all normalized to our unified schema and queryable through one API.
Markets
All market metadata, questions, series, and settlement rules
Trades
Every trade with timestamp, price, size, and side
Full-resolution Kalshi orderbooks
We now capture every state of the Kalshi order book — the same granularity we provide for Polymarket. Replay the exact bid/ask state of any Kalshi market at any point in time.
- Full bid/ask depth captured at every tick, with continuity labelled per book
- Live and captured continuously since May 2026
- Download as Parquet or query via ClickHouse SQL
- Same orderbook_snapshots schema as Polymarket — query both in one place
SELECT market_id, outcome, bids, asks, timestamp FROM orderbook_snapshots WHERE platform = 'kalshi' AND timestamp BETWEEN '2026-05-09' AND '2026-05-10' ORDER BY timestamp LIMIT 100
Kalshi data, normalized
We map Kalshi's event structure to our cross-platform model. Same schema as Polymarket data.
- Series markets (e.g., Fed rate decisions) tracked as related events
- Native Kalshi ticker preserved on every row as market_platform_id
- Settlement rules and resolution timestamps included
- Same tables and column types as Polymarket — query both together
// Query Kalshi markets with cross-platform context
const res = await fetch(
'https://api.probalytics.io/api/v1/markets?platform=kalshi',
{ headers: { 'Authorization': 'Bearer api_xxx:sk_xxx' } }
)
const { data: markets } = await res.json()
// Each market includes linked events
markets.forEach(m => {
console.log(m.question) // "Fed cuts rates?"
console.log(m.price) // 0.15
console.log(m.crossPlatform) // { polymarket: {...} }
})CFTC Regulated
Kalshi is the first CFTC-regulated prediction market exchange in the US. This means US residents can legally trade on Kalshi, unlike some other prediction market platforms.
Note: Probalytics provides data access only. We do not facilitate trading. Check Kalshi's terms for trading eligibility.
Ready to access Kalshi data?
Start accessing Kalshi data today. Cross-platform comparison included.
Sign up nowAlso interested in other platforms? Check out Polymarket data