Data coverage

Polymarket Perpetuals historical data

Tick-level history from Polymarket's perpetual futures venue: every fill, every top-of-book change, order book depth, and a derivative ticker with mark price, index price, funding rates, and open interest. Covers crypto perps plus real-world assets like gold, oil, and equity indices.

Jun 21, 2026

Coverage since

Crypto + gold, oil, indices, stocks

Instruments

Full feed, no downsampling

Granularity

Global sequence numbers

Cross-channel ordering

What's included

Recorded in full from the venue's feeds - no downsampling, no interval sampling.

trades

Trades

Every fill with taker side - reconstruct aggressor flow, fill by fill.

quotes

Quotes

From the venue's event-driven BBO stream: roughly 3x the resolution of the 100ms book frames on BTC-USD.

book_snapshot_5 / 25

Order book snapshots

Depth at 5 or 25 levels, from every book frame the venue publishes.

derivative_ticker

Derivative ticker

Mark, index, and last price, funding rate, next funding time, and open interest - every update the venue publishes (its native 100ms rate).

Coverage

  • All channels

    From Jun 21, 2026

  • Instruments

    BTC-USD, ETH-USD, SOL-USD and every other listed perp, plus gold, silver, oil, S&P 500, Nasdaq 100, and single stocks

  • New listings

    Captured automatically from their first trading day - no gaps when a contract launches

  • Sequence numbers

    Order trades against book updates across channels, even within the same millisecond

New data lands daily, within hours of midnight UTC - as date-partitioned Parquet files via the REST API or Python SDK.

Download funding rates and open interest

from telonex import get_dataframe
ticker = get_dataframe(
api_key="YOUR_API_KEY",
exchange="polymarket_perps",
channel="derivative_ticker",
asset_id="BTC-USD",
from_date="2026-07-01",
to_date="2026-07-02",
)

pip install telonex[dataframe] and every download lands as a pandas DataFrame.

Polymarket Perpetuals data FAQ

Start downloading Polymarket Perpetuals data

Free trial with 5 downloads. No credit card, no sales calls.