Skip to main content
List exports by ticker, then download using the path from each export object. Both CSV (gzip-compressed) and Parquet (zstd-compressed) files are available for every export type.

Base URL

https://api.predictiondata.dev/v2

Authentication

Send your API key in the x-auth-token header. Your key’s tier must allow access to the exchange (e.g. a kalshi tier for Kalshi). The admin and all tiers can access any exchange.

Finding exports for a ticker

List all exports for a given ticker:
Example: New England to win the Super Bowl — ticker KXSB-26-NE. (You can find tickers on Kalshi’s site or from the list response when querying by event.)

Response format

The endpoint returns an array of export objects. Each object includes:

Export types

Downloading an export

Use the path from an export object:
The server responds with a 302 redirect to a signed CloudFront URL. The URL is valid for 5 minutes. Follow redirects (e.g. curl -L) to download the file. Example: If the list response contains "path": "/kalshi/KXSB-26-NE/top-of-book/2026-02-03.csv.gz":

Quick reference

Need a key or a different exchange? Contact calder@predictiondata.dev.