Iran successfully targets shipping by historical data
Iran successfully targets shipping by is a Polymarket politics series with markets recurring monthly. Marketlens has captured 1 market since August 25, 2026, of which 1 resolved, with $30.2K 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-11 · series slug iran-successfully-targets-shipping-by
The market in this series
Backtest this series
from marketlens import MarketLens
client = MarketLens()
result = client.backtest(
MyStrategy(), "iran-successfully-targets-shipping-by",
after="2026-08-25", before="2026-09-01", initial_cash=1_000,
)
result.show() # inspect the run in the dashboardAvailable datasets
Common questions
How many Iran successfully targets shipping by markets are in the archive?
1 markets from August 25, 2026 through August 31, 2026, of which 1 have resolved.
What data exists for each Iran successfully targets shipping by 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 "iran-successfully-targets-shipping-by" through the API and Python SDK, or downloadable as Parquet.
Can I backtest strategies on Iran successfully targets shipping by?
Yes. Pass the slug "iran-successfully-targets-shipping-by" 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 Iran successfully targets shipping by 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