|
|
|
Ask HN: Anyone trading prediction markets programmatically?
|
|
5 points
by sharp_runner_84
82 days ago
|
|
Been building automated systems to compare prices between Kalshi and Polymarket on the same events. The spread between venues on sports contracts is surprisingly wide - sometimes 5-8 cents on identical outcomes. Curious if others here are doing similar cross-venue work and what your stack looks like. Im running Python/FastAPI with direct websocket integrations to both platforms. |
|
Right now I'm finally done with my blockchain indexer and I'm parsing the data. Already have a live order book snapshotting stored as well but it's a massive amount of data (up to 2gb per 15m market). I still to work on compressing the data there.
Once I have the data collected I will finally get to try to mine for some strategies.
Did not try kalshi too much yet. Coming from cryto algo trading I've learned there are more attainable strategies that work compared to arbs. Arbs are tough and hyper-competitive.
Ping me if you wannt to connect and share notes