What is the PolySimulator Market Data Archive?
An hourly recording of prediction market order book activity running from 2026-02-21T16 UTC and still recording. Counted on 2 August 2026, every hour up to that date is present except four, which are named on the page. It holds full L2 book snapshots, the price-change stream between them, trades, and tick-size changes; underlying spot with Chainlink TWAP reference prices and data for 29 perpetual instruments run from 2026-07-31, not from the February start. It combines our own capture (from 30 July 2026) with an acquired and mirrored archive covering the earlier hours.
Can I access the data?
Not yet self-serve. We are talking to quantitative teams and researchers first, to learn which layers, windows and delivery shapes are actually worth building for. If you have a use for it, describe it — that is what shapes what we open up and in what order.
What formats and schema does it use?
Hourly zstd-compressed Parquet with a stable column schema, documented internally but not yet published publicly. Two format properties are targets rather than current state, and we would rather say so than let you find out on delivery: rows are not yet sorted by market, so a single-market read is still a scan of the hour, and compaction has not run, so some hours are several part objects instead of one file. Both are implemented and switched off rather than unbuilt.
How is quality verified?
Against an independent third-party recording of the same hours, in two separate exercises. First, a dedup-integrity check on one hour: that recording held 17,105,109 content keys our deduplicated hour lacked, and zero of them were present in our raw capture — so every one of those gaps is an event we never received, and none is a key deduplication threw away. Deduplication runs on a content key finer than the independent recording’s own event key, which is why distinct events are never collapsed into one. Second, a 41-hour differential over a different window, whose per-hour metrics — duplicate rate, book snapshot coverage, row ratios — are retained in full as quality certificates rather than summarised into a single pass or fail. Those metrics also record where we come off worse: our unique row count runs at 0.899× the other recorder’s and never exceeds it in any hour of the run.
Do you cover other venues?
Today the archive covers prediction market order book data, the reference price series around it, and 29 perpetual instruments. We have not published coverage beyond that. If there is a venue or an instrument class you need, tell us which one — demand is how we decide what to record next.
Who is behind this?
PolySimulator, a prediction market simulation platform founded in November 2025 at the Technical University of Munich. The archive started as the data we needed to run the simulator honestly, and kept running.