Houthi military action against Saudi Arabia historical data
Houthi military action against Saudi Arabia is a Polymarket politics series with markets recurring monthly. Marketlens has captured 1 market since August 9, 2026, of which 1 resolved, with $64.1K in traded volume. Every market's order book is captured as full depth L2 snapshots at regular intervals, alongside trades, candles, and the final resolution outcome.
Data as of 2026-08-24 · series slug houthi-military-action-against-saudi-arabia
The market in this series
Will there be Houthi military action against Saudi Arabia by August 15, 2026?
closed 2026-08-24 · volume $64.1K · resolved Yes
Backtest this series
from marketlens import MarketLens
client = MarketLens()
result = client.backtest(
MyStrategy(), "houthi-military-action-against-saudi-arabia",
after="2026-08-09", before="2026-08-16", initial_cash=1_000,
)
result.show() # inspect the run in the dashboardAvailable datasets
Common questions
How many Houthi military action against Saudi Arabia markets are in the archive?
1 markets from August 9, 2026 through August 15, 2026, of which 1 have resolved.
What data exists for each Houthi military action against Saudi Arabia market?
Full depth L2 order book snapshots at regular intervals, individual trades, OHLC candles, and the resolution outcome. All of it is queryable by the series slug "houthi-military-action-against-saudi-arabia" through the API and Python SDK, or downloadable as Parquet.
Can I backtest strategies on Houthi military action against Saudi Arabia?
Yes. Pass the slug "houthi-military-action-against-saudi-arabia" 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.
Related series: Elon Musk Tweet Counts, US x Iran diplomatic meeting, Russia x Ukraine diplomatic meeting, Trump Truth Social, Whitehouse Daily Tweets, Iran successfully targets shipping on, or all politics series.
Try it
Pull Houthi military action against Saudi Arabia books in one call
The free tier includes 25M rows per day with full API and full archive access, no card required.
$ pip install marketlens