Will Silver (SI) hit historical data

Will Silver (SI) hit is a Polymarket commodities series with markets recurring monthly. Marketlens has captured 41 markets since March 1, 2026, of which 41 resolved, with $7.2M in traded volume. Every market's order book is stored in full: periodic L2 snapshots plus every individual price change with a millisecond timestamp, alongside trades, candles, and the final resolution outcome.

Data as of 2026-08-05 · series slug will-silver-si-hit

Markets
41
Resolved
41
Traded volume
$7.2M
Avg volume / market
$175.3K
Cadence
monthly
Coverage from
2026-03-01
Data through
2026-08-05
Category
Commodities

Resolution outcomes

No: 34 (82.9%)Yes: 7 (17.1%)

Outcomes across 41 resolved markets with a recorded winning outcome. Settlement in the archive is by winning outcome, not by final traded price.

Recent markets in this series

  • Will Silver (SI) hit (HIGH) $150 by end of June?
  • Will Silver (SI) hit (HIGH) $170 by end of June?
  • Will Silver (SI) hit (HIGH) $90 by end of June?

Backtest this series

python
from marketlens import MarketLens client = MarketLens() result = client.backtest( MyStrategy(), "will-silver-si-hit", after="2026-07-29", before="2026-08-06", initial_cash=1_000, ) result.show() # inspect the run in the dashboard

Available datasets

Order book snapshots and deltasfull L2 depth, millisecond price changes
Tradesindividual fills with side and size
CandlesOHLC at multiple resolutions
Bulk Parquet exportsfull markets for offline research
Backtestingtick level replay with realistic fills

Common questions

How many Will Silver (SI) hit markets are in the archive?

41 markets from March 1, 2026 through August 5, 2026, of which 41 have resolved.

What data exists for each Will Silver (SI) hit market?

Full L2 order book history (snapshots plus every price change at millisecond resolution), individual trades, OHLC candles, and the resolution outcome. All of it is queryable by the series slug "will-silver-si-hit" through the API and Python SDK, or downloadable as Parquet.

How often do Will Silver (SI) hit markets resolve No?

Of 41 resolved markets with a recorded outcome, 34 resolved No (82.9%) and 7 resolved Yes.

How much does a typical Will Silver (SI) hit market trade?

Average traded volume is $175.3K per market, $7.2M across the series.

Can I backtest strategies on Will Silver (SI) hit?

Yes. Pass the slug "will-silver-si-hit" to client.backtest() in the Python SDK. Execution mode replays every market's order book tick by tick and fills simulated orders against real historical depth with queue priority, latency, and fee modelling; Alpha mode replays one bar per market for slower signals over long windows.

Related series: Crude Oil (CL) hit, What will Gold (GC) hit, Crude Oil (CL) settle, What will Gold (GC) settle at, What will Silver (SI) settle at, OIL Daily Up or Down, or all commodities series.

Try it

Replay Will Silver (SI) hit tick by tick

The free tier includes 5M events per day with full API and full archive access, no card required.

bash
$ pip install marketlens