Hormuz Traffic Returns to Normal historical data
Hormuz Traffic Returns to Normal is a Polymarket commodities series with markets recurring monthly. Marketlens has captured 7 markets since May 11, 2026, of which 2 resolved, with $48.0M 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-11 · series slug hormuz-traffic-returns-to-normal
Markets in this series
The most recently resolved of 7 markets.
Backtest this series
from marketlens import MarketLens
client = MarketLens()
result = client.backtest(
MyStrategy(), "hormuz-traffic-returns-to-normal",
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 Hormuz Traffic Returns to Normal markets are in the archive?
7 markets from May 11, 2026 through August 31, 2026, of which 2 have resolved and 5 are active.
What data exists for each Hormuz Traffic Returns to Normal 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 "hormuz-traffic-returns-to-normal" through the API and Python SDK, or downloadable as Parquet.
How much does a typical Hormuz Traffic Returns to Normal market trade?
Average traded volume is $6.9M per market, $48.0M across the series.
Can I backtest strategies on Hormuz Traffic Returns to Normal?
Yes. Pass the slug "hormuz-traffic-returns-to-normal" 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: Crude Oil (CL) hit, What will Gold (GC) hit, Will Silver (SI) hit, Crude Oil (CL) settle, What will Gold (GC) settle at, What will Silver (SI) settle at, or all commodities series.
Try it
Pull Hormuz Traffic Returns to Normal 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