(XAUUSD) hit Month historical data
(XAUUSD) hit Month is a Polymarket commodities series with markets recurring monthly. Marketlens has captured 10 markets since July 31, 2026, of which 2 resolved, with $365.2K 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-08-24 · series slug xauusd-hit-month
Markets in this series
The most recently resolved of 10 markets.
Will Gold (XAUUSD) hit (HIGH) $4,600 in August?
closed 2026-08-21 · volume $83.3K · resolved Yes
Will Gold (XAUUSD) hit (HIGH) $4,500 in August?
closed 2026-08-19 · volume $62.6K · resolved Yes
Backtest this series
from marketlens import MarketLens
client = MarketLens()
result = client.backtest(
MyStrategy(), "xauusd-hit-month",
after="2026-08-17", before="2026-08-25", 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?
10 markets from July 31, 2026 through August 24, 2026, of which 2 have resolved and 8 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 much does a typical (XAUUSD) hit Month market trade?
Average traded volume is $36.5K per market, $365.2K 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