Israel x Lebanon diplomatic meeting historical data
Israel x Lebanon diplomatic meeting is a Polymarket politics series with markets recurring monthly. Marketlens has captured 6 markets since August 11, 2026, of which 1 resolved, with $326.6K in traded volume. Order books are stored at full depth, with every individual price change captured at millisecond resolution on the most actively traded markets, alongside trades, candles, and the final resolution outcome.
Data as of 2026-09-04 · series slug israel-x-lebanon-diplomatic-meeting
Markets in this series
The most recently resolved of 6 markets.
Backtest this series
from marketlens import MarketLens
client = MarketLens()
result = client.backtest(
MyStrategy(), "israel-x-lebanon-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 Israel x Lebanon diplomatic meeting markets are in the archive?
6 markets from August 11, 2026 through September 1, 2026, of which 1 have resolved and 5 are active.
What data exists for each Israel x Lebanon diplomatic meeting market?
Full depth L2 order book snapshots at regular intervals, individual trades, OHLC candles, and the resolution outcome, with the full price change stream at millisecond resolution on the most actively traded markets in the series. All of it is queryable by the series slug "israel-x-lebanon-diplomatic-meeting" through the API and Python SDK, or downloadable as Parquet.
How much does a typical Israel x Lebanon diplomatic meeting market trade?
Average traded volume is $54.4K per market, $326.6K across the series.
Can I backtest strategies on Israel x Lebanon diplomatic meeting?
Yes. Pass the slug "israel-x-lebanon-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 Israel x Lebanon 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