Skip to main content
The common.predictions.kalshi_trades table provides comprehensive trade data from Kalshi prediction markets. Each row represents a single trade with details about the market ticker, contract quantity, pricing, and trade sides. Use this table to analyze trading patterns, market volumes, price discovery, and participant behavior across Kalshi prediction markets.

Table Columns

Data Precision Notes:
  • Prices are stored as floats on a 0-1 scale (e.g., 0.65 = $0.65)
  • Each contract is worth $1 at settlement
Unique Key: trade_id

Sample Queries

Query recent Kalshi trades with market details:

Understanding Trade Sides

  • taker_side: The outcome the taker is buying (yes or no)
  • maker_side: The opposite outcome (if taker buys yes, maker sells yes / buys no)
  • yes_price + no_price = 1.0 (they should sum to 1)
  • taker_price: The price paid by the taker, equal to either yes_price or no_price depending on taker_side
  • notional volume: The full USD volume moved due to the trade. Sum of the face value of contracts at redemption