(XAUUSD) hit Month historical data
(XAUUSD) hit Month is a Polymarket commodities series with markets recurring monthly. Marketlens has captured 48 markets since July 31, 2026, of which 32 resolved, with $918.1K 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 xauusd-hit-month
Resolution outcomes
Outcomes across 32 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 48 markets.
Backtest this series
from marketlens import MarketLens
client = MarketLens()
result = client.backtest(
MyStrategy(), "xauusd-hit-month",
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 (XAUUSD) hit Month markets are in the archive?
48 markets from July 31, 2026 through September 1, 2026, of which 32 have resolved and 16 are active.
What data exists for each (XAUUSD) hit Month 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 "xauusd-hit-month" through the API and Python SDK, or downloadable as Parquet.
How often do (XAUUSD) hit Month markets resolve No?
Of 32 resolved markets with a recorded outcome, 17 resolved No (53.1%) and 15 resolved Yes.
How much does a typical (XAUUSD) hit Month market trade?
Average traded volume is $21.4K per market, $918.1K across the series.
Can I backtest strategies on (XAUUSD) hit Month?
Yes. Pass the slug "xauusd-hit-month" 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, Hormuz Traffic Returns to Normal, What will Gold (GC) hit, Will Silver (SI) hit, Crude Oil (CL) settle, What will Gold (GC) settle at, or all commodities series.
Try it
Pull (XAUUSD) hit Month 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