Skip to content

harrodyuan/awesome_kalshi_data_collection

Repository files navigation

Kalshi Data Collection Pipeline BD_Harold

A robust Python tool for collecting and analyzing market data from Kalshi.

Configure authentication:

  • Create private_key.pem in project root
  • Add your Kalshi private key to this file
  • Update key_id in configuration

Data Collection Scripts

  • events_collector.py: Fetches event data
  • market_collector.py: Gathers market information
  • pipeline.py: Orchestrates the complete collection process

Usage Examples

  1. Collect Events:
python events_collector.py
  1. Collect Markets:
python market_collector.py --limit 10000
  1. Or instead, you could just run the full pipeline all at once.
python pipeline.py

Author

BD_Harold

About

Kalshi Data Collection Pipeline

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages