Russia x Ukraine diplomatic meeting historical data
Russia x Ukraine diplomatic meeting is a Polymarket politics series with markets recurring monthly. Marketlens has captured 8 markets since June 29, 2026, of which 4 resolved, with $301.1K 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 russia-x-ukraine-diplomatic-meeting
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 8 markets.
Backtest this series
from marketlens import MarketLens
client = MarketLens()
result = client.backtest(
MyStrategy(), "russia-x-ukraine-diplomatic-meeting",
after="2026-08-25", before="2026-09-02", initial_cash=1_000,
)
result.show() # inspect the run in the dashboardAvailable datasets
Common questions
How many Russia x Ukraine diplomatic meeting markets are in the archive?
8 markets from June 29, 2026 through September 1, 2026, of which 4 have resolved and 4 are active.
What data exists for each Russia x Ukraine diplomatic meeting 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 "russia-x-ukraine-diplomatic-meeting" through the API and Python SDK, or downloadable as Parquet.
How much does a typical Russia x Ukraine diplomatic meeting market trade?
Average traded volume is $43.0K per market, $301.1K across the series.
Can I backtest strategies on Russia x Ukraine diplomatic meeting?
Yes. Pass the slug "russia-x-ukraine-diplomatic-meeting" 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 Russia x Ukraine diplomatic meeting 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