Ukraine x Russia Peace Deal historical data
Ukraine x Russia Peace Deal is a Polymarket politics series with markets recurring annual. Marketlens has captured 2 markets since March 1, 2026, of which 1 resolved, with $3.0M 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 ukraine-x-russia-peace-deal
Markets in this series
Backtest this series
from marketlens import MarketLens
client = MarketLens()
result = client.backtest(
MyStrategy(), "ukraine-x-russia-peace-deal",
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 Ukraine x Russia Peace Deal markets are in the archive?
2 markets from March 1, 2026 through August 31, 2026, of which 1 have resolved and 1 are active.
What data exists for each Ukraine x Russia Peace Deal 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 "ukraine-x-russia-peace-deal" through the API and Python SDK, or downloadable as Parquet.
How much does a typical Ukraine x Russia Peace Deal market trade?
Average traded volume is $1.5M per market, $3.0M across the series.
Can I backtest strategies on Ukraine x Russia Peace Deal?
Yes. Pass the slug "ukraine-x-russia-peace-deal" 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, Elon Musk Tweet Counts, trump monthly meeting, Ukraine cede territory, or all politics series.
Try it
Pull Ukraine x Russia Peace Deal 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