Will Dollar Tree (DLTR) beat quarterly earningsPolymarket historical data and price history
Will Dollar Tree (DLTR) beat quarterly earnings: a Polymarket equities series with markets recurring monthly. Marketlens has captured 3 markets since March 16, 2026, of which 3 resolved, with $17.6K 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 DLTR Earnings · slug dltr-earnings
Markets in this series
Backtest this series
from marketlens import MarketLens
client = MarketLens()
result = client.backtest(
MyStrategy(), "dltr-earnings",
after="2026-08-20", before="2026-08-28", initial_cash=1_000,
)
result.show() # inspect the run in the dashboardAvailable datasets
Common questions
How many Will Dollar Tree (DLTR) beat quarterly earnings markets are in the archive?
3 markets from March 16, 2026 through August 27, 2026, of which 3 have resolved.
What data exists for each Will Dollar Tree (DLTR) 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 "dltr-earnings" through the API and Python SDK, or downloadable as Parquet.
How much does a typical Will Dollar Tree (DLTR) beat quarterly earnings market trade?
Average traded volume is $5.9K per market, $17.6K across the series.
Can I backtest strategies on Will Dollar Tree (DLTR) beat quarterly earnings?
Yes. Pass the slug "dltr-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 Dollar Tree (DLTR) 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