North Korea missile test historical data
North Korea missile test is a Polymarket politics series. Marketlens has captured 9 markets since August 21, 2026, of which 4 resolved, with $66.8K in traded volume. Every market's order book is captured as full depth L2 snapshots at regular intervals, alongside trades, candles, and the final resolution outcome.
Data as of 2026-09-04 · series slug north-korea-missile-test
Resolution outcomes
Outcomes across 4 resolved markets with a recorded winning outcome. Settlement in the archive is by winning outcome, not by final traded price.
Markets in this series
The most recently resolved of 9 markets.
Backtest this series
from marketlens import MarketLens
client = MarketLens()
result = client.backtest(
MyStrategy(), "north-korea-missile-test",
after="2026-08-24", before="2026-09-01", initial_cash=1_000,
)
result.show() # inspect the run in the dashboardAvailable datasets
Common questions
How many North Korea missile test markets are in the archive?
9 markets from August 21, 2026 through August 31, 2026, of which 4 have resolved and 5 are active.
What data exists for each North Korea missile test market?
Full depth L2 order book snapshots at regular intervals, individual trades, OHLC candles, and the resolution outcome. All of it is queryable by the series slug "north-korea-missile-test" through the API and Python SDK, or downloadable as Parquet.
How much does a typical North Korea missile test market trade?
Average traded volume is $7.4K per market, $66.8K across the series.
Can I backtest strategies on North Korea missile test?
Yes. Pass the slug "north-korea-missile-test" to client.backtest() in the Python SDK. Execution mode replays order books against real historical depth; Alpha mode, one bar per market, covers every market in the series and suits its longer horizons.
Related series: Putin out as President, Trump out, US x Iran diplomatic meeting, Ukraine x Russia Peace Deal, Elon Musk Tweet Counts, trump monthly meeting, or all politics series.
Try it
Pull North Korea missile test books in one call
The free tier includes 25M rows per day with full API and full archive access, no card required.
$ pip install marketlens