Hormuz Traffic Returns to Normal historical data
Hormuz Traffic Returns to Normal is a Polymarket commodities series with markets recurring monthly. Marketlens has captured 6 markets since May 11, 2026, of which 1 resolved, with $32.5M 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-08-24 · series slug hormuz-traffic-returns-to-normal
Markets in this series
The most recently resolved of 6 markets.
Strait of Hormuz traffic returns to normal by August 15?
closed 2026-08-18 · volume $6.9M · resolved No
Backtest this series
from marketlens import MarketLens
client = MarketLens()
result = client.backtest(
MyStrategy(), "hormuz-traffic-returns-to-normal",
after="2026-08-08", before="2026-08-16", 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?
6 markets from May 11, 2026 through August 15, 2026, of which 1 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. 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 $5.4M per market, $32.5M 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