(XAGUSD) hit Month historical data
(XAGUSD) hit Month is a Polymarket commodities series with markets recurring monthly. Marketlens has captured 8 markets since July 31, 2026, of which 1 resolved, with $138.1K 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 xagusd-hit-month
Markets in this series
The most recently resolved of 8 markets.
Will Silver (XAGUSD) hit (HIGH) $70 in August?
closed 2026-08-21 · volume $46.1K · resolved Yes
Backtest this series
from marketlens import MarketLens
client = MarketLens()
result = client.backtest(
MyStrategy(), "xagusd-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 (XAGUSD) hit Month markets are in the archive?
8 markets from July 31, 2026 through August 24, 2026, of which 1 have resolved and 7 are active.
What data exists for each (XAGUSD) hit Month 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 "xagusd-hit-month" through the API and Python SDK, or downloadable as Parquet.
How much does a typical (XAGUSD) hit Month market trade?
Average traded volume is $17.3K per market, $138.1K across the series.
Can I backtest strategies on (XAGUSD) hit Month?
Yes. Pass the slug "xagusd-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 (XAGUSD) 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