We’re actively logging every daily weather market worldwide. Prices are discounted while we build out this new data category, with fresh cities and markets added every week.

Full-depth, 1-second Polymarket order books for the daily high/low-temperature markets across US and European cities. One folder per city-day — the complete book from listing (~24h before open) through to resolution. Replay the book at any instant to backtest temperature-distribution and forecast-edge strategies.
Browse by continent, country and city, and pick exactly the cities you want. Every city shows what we actually hold — captured days, markets and size — and the price updates as you go, at $1/GB.
Each daily market has many temperature-band outcomes — every band is a live, priced option and only one resolves. Pick a shape to see how the full-depth book behaves across the session (illustrative).
Every row is one outcome token per second. Columns in each file:
| Field | Type | Description |
|---|---|---|
ts_ms | int | Snapshot time (epoch ms) |
condition_id | str | Polymarket market id |
token_id | str | CLOB asset id (YES or NO) |
outcome | str | "YES" or "NO" |
market_slug | str | Per-market slug |
question | str | Market question |
end_date_iso | str | Resolution deadline |
tick_size | float | Min price increment |
best_bid | float | Top-of-book bid |
best_bid_size | float | Size at best bid |
best_ask | float | Top-of-book ask |
best_ask_size | float | Size at best ask |
mid | float | (bid+ask)/2, share price |
spread | float | best_ask − best_bid |
bid_levels | array<{p,s}> | Full bid book (desc) |
ask_levels | array<{p,s}> | Full ask book (asc) |
bid_n_levels | int | Bid level count |
ask_n_levels | int | Ask level count |
bid_total_size | float | Sum of bid sizes |
ask_total_size | float | Sum of ask sizes |
last_trade_price | float? | Most recent trade price |
last_trade_ts_ms | int | Last trade timestamp |
trades_count_window | int | Trades since last snapshot |
trades_volume_window | float | Shares since last snapshot |
book_ts_ms | int | Server book timestamp |
book_hash | str | Book version hash |