What will Microsoft Corporation (MSFT) hit (Monthly)Polymarket historical data and price history
What will Microsoft Corporation (MSFT) hit (Monthly): a Polymarket equities series with markets recurring monthly. Marketlens has captured 113 markets since March 9, 2026, of which 98 resolved, with $242.8K 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.
For the equities archive as a whole, see Polymarket price history.
Data as of 2026-09-21 · Polymarket series Microsoft Hit Price Monthly · slug microsoft-hit-price-monthly
Resolution outcomes
Outcomes across 98 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 113 markets.
Backtest this series
from marketlens import MarketLens
client = MarketLens()
result = client.backtest(
MyStrategy(), "microsoft-hit-price-monthly",
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 What will Microsoft Corporation (MSFT) hit (Monthly) markets are in the archive?
113 markets from March 9, 2026 through September 1, 2026, of which 98 have resolved and 15 are active.
What data exists for each What will Microsoft Corporation (MSFT) hit (Monthly) 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 "microsoft-hit-price-monthly" through the API and Python SDK, or downloadable as Parquet.
How often do What will Microsoft Corporation (MSFT) hit (Monthly) markets resolve No?
Of 98 resolved markets with a recorded outcome, 55 resolved No (56.1%) and 43 resolved Yes.
How much does a typical What will Microsoft Corporation (MSFT) hit (Monthly) market trade?
Average traded volume is $3.2K per market, $242.8K across the series.
Can I backtest strategies on What will Microsoft Corporation (MSFT) hit (Monthly)?
Yes. Pass the slug "microsoft-hit-price-monthly" 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: What will Microsoft Corporation (MSFT) hit (Weekly), What will S&P 500 (SPX) hit, SPY (SPY) Up or Down, What will S&P 500 (SPY) hit (Weekly), What will Meta Platforms, Inc. (META) hit (Monthly), What will Palantir Technologies Inc. (PLTR) hit (Monthly), or all equities series.
Try it
Replay What will Microsoft Corporation (MSFT) hit (Monthly) tick by tick
The free tier includes 1M rows per day with full API and full archive access, no card required.
$ pip install marketlens