Will Nike (NKE) beat quarterly earningsPolymarket historical data and price history
Will Nike (NKE) beat quarterly earnings: a Polymarket equities series with markets recurring monthly. Marketlens has captured 2 markets since March 31, 2026, of which 1 resolved, with $19.5K 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-17 · Polymarket series NKE Earnings · slug nke-earnings
The market in this series
Backtest this series
from marketlens import MarketLens
client = MarketLens()
result = client.backtest(
MyStrategy(), "nke-earnings",
after="2026-03-31", before="2026-04-01", initial_cash=1_000,
)
result.show() # inspect the run in the dashboardAvailable datasets
Common questions
How many Will Nike (NKE) beat quarterly earnings markets are in the archive?
2 markets from March 31, 2026 through March 31, 2026, of which 1 have resolved and 1 are active.
What data exists for each Will Nike (NKE) beat quarterly earnings 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 "nke-earnings" through the API and Python SDK, or downloadable as Parquet.
How much does a typical Will Nike (NKE) beat quarterly earnings market trade?
Average traded volume is $19.5K per market, $19.5K across the series.
Can I backtest strategies on Will Nike (NKE) beat quarterly earnings?
Yes. Pass the slug "nke-earnings" 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 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), (SPY) hit Month, or all equities series.
Try it
Replay Will Nike (NKE) beat quarterly earnings tick by tick
The free tier includes 1M rows per day with full API and full archive access, no card required.
$ pip install marketlens