kalshi.trade_report table contains trade execution data and transaction information for event contracts on Kalshi. Each row represents a trade execution for a specific event contract ticker.
Table Schema
| Column Name | Data Type | Description |
|---|---|---|
| contracts_traded | double | Number of contracts traded in the transaction |
| date | string | Date of the trade report |
| price | double | Price at which the contracts were traded |
| report_ticker | string | Unique ticker identifier for the trade report |
| ticker_name | string | Name or description of the event contract ticker |
| _updated_at | timestamp | Last update timestamp |
| _ingested_at | timestamp | Ingestion timestamp |