Premier League (Kazakhstan) historical data
Premier League (Kazakhstan) is a Polymarket sports series with markets recurring daily. Marketlens has captured 3 markets since August 14, 2026, of which 3 resolved, with $15.2K in traded volume. Every market's order book is captured as full depth L2 snapshots at regular intervals, alongside the final resolution outcome.
Data as of 2026-08-16 · series slug kaz1-games
Markets by bet type
Market counts by bet type across the series. Pass any of these as subtype= to backtest that type on its own.
Markets in this series
Will Zhetysu Taldykorgan win on 2026-08-15?
closed 2026-08-15 · volume $5.6K · resolved No
Will FC Zhenis vs. Zhetysu Taldykorgan end in a draw?
closed 2026-08-15 · volume $1.5K · resolved No
Will FC Zhenis win on 2026-08-15?
closed 2026-08-15 · volume $8.0K · resolved Yes
Backtest this series
from marketlens import MarketLens
client = MarketLens()
result = client.backtest(
MyStrategy(), "kaz1-games", subtype="moneyline",
after="2026-08-14", before="2026-08-16", initial_cash=1_000,
)
result.show() # inspect the run in the dashboardAvailable datasets
Common questions
How many Premier League (Kazakhstan) markets are in the archive?
3 markets from August 14, 2026 through August 15, 2026, of which 3 have resolved.
What data exists for each Premier League (Kazakhstan) market?
Full depth L2 order book snapshots at regular intervals and the resolution outcome. All of it is queryable by the series slug "kaz1-games" through the API and Python SDK, or downloadable as Parquet.
How much does a typical Premier League (Kazakhstan) market trade?
Average traded volume is $5.1K per market, $15.2K across the series.
Can I backtest strategies on Premier League (Kazakhstan)?
Yes. Pass the slug "kaz1-games" 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. This series mixes several bet types, so pass subtype= (e.g. "moneyline") to backtest one type at a time.
Related series: FIFA World Cup, MLB, ATP, WTA, UFC, FA Community Shield, or all sports series.
Try it
Pull Premier League (Kazakhstan) books in one call
The free tier includes 5M rows per day with full API and full archive access, no card required.
$ pip install marketlens