Skip to main content
The common.perpetuals.kalshi_candlesticks table provides per-minute candlestick data for Kalshi perpetual markets. Each row represents one minute of activity for a market, with open/high/low/close for trade price, bid, and ask, plus volume and end-of-period open interest. Use this table for technical analysis, charting, volatility studies, and tracking intraday open interest.

Table Columns

Data Notes:
  • One row per market per minute (period_interval = 1).
  • price_* and bid_*/ask_* are per-contract in US dollars. underlying_price_* is the per-underlying-asset equivalent (price / contract_size).
  • Coarser intervals (hourly, daily) can be built from this minute-level data.
  • partition_date is the event date of the candle (date of period_end_ts).
Unique Key: unique_key

Sample Query