Skip to main content
The common.perpetuals.kalshi_trades table provides individual trade data from Kalshi perpetual markets. Each row represents a single trade with its market ticker, contract count, price, and taker side. Use this table to analyze trading volume, price discovery, and order flow across Kalshi perps.

Table Columns

Data Notes:
  • price is per-contract in US dollars. A contract represents contract_size units of the underlying asset.
  • underlying_price is the per-underlying-asset price (price / contract_size), e.g. a BTC perp price of 6.45 with contract_size 0.0001 is an underlying_price of $64,500.
  • partition_date is the event date of the trade (date of created_time).
Unique Key: trade_id

Sample Query