Scotland League Cup historical data
Scotland League Cup is a Polymarket sports series with markets recurring daily. Marketlens has captured 3 markets since August 12, 2026, of which 3 resolved, with $18.4K 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 scotland-league-cup
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 Aberdeen FC win on 2026-08-15?
closed 2026-08-15 · volume $15.5K · resolved Yes
Will Aberdeen FC vs. Dundee FC end in a draw?
closed 2026-08-15 · volume $201 · resolved No
Will Dundee FC win on 2026-08-15?
closed 2026-08-15 · volume $2.6K · resolved No
Backtest this series
from marketlens import MarketLens
client = MarketLens()
result = client.backtest(
MyStrategy(), "scotland-league-cup", subtype="moneyline",
after="2026-08-12", before="2026-08-16", initial_cash=1_000,
)
result.show() # inspect the run in the dashboardAvailable datasets
Common questions
How many Scotland League Cup markets are in the archive?
3 markets from August 12, 2026 through August 15, 2026, of which 3 have resolved.
What data exists for each Scotland League Cup market?
Full depth L2 order book snapshots at regular intervals and the resolution outcome. All of it is queryable by the series slug "scotland-league-cup" through the API and Python SDK, or downloadable as Parquet.
How much does a typical Scotland League Cup market trade?
Average traded volume is $6.1K per market, $18.4K across the series.
Can I backtest strategies on Scotland League Cup?
Yes. Pass the slug "scotland-league-cup" 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 Scotland League Cup 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