/kalshi-data

Playground for the Kalshi prediction marketplace in Python

Primary LanguagePython

Kalshi Market Data

A collection of data from the Kalshi market, a prediction market for real-world events. The main file is history.py, a quick script that generates four JSON files of Kalshi data:

  1. event_data.json: A list of all events on Kalshi, with their associated metadata.
  2. market_data.json: A list of all markets on Kalshi, with their associated metadata including pricing and volume information.
  3. market_history.json: A list of general info on a given market.
  4. orderbook_data.json: A list of historical prices of a given orderbook for a specific market.