| project | VARCHAR | Project identifier, always ‘kalshi’. |
| protocol | VARCHAR | Protocol identifier, always ‘kalshi’. |
| day | DATE | Date of the open interest snapshot. |
| market_unique_id | VARCHAR | Unique identifier for the Kalshi market ticker. |
| market_event_id | VARCHAR | Event identifier for the market. |
| market_series_id | VARCHAR | Series ticker identifier for the event. |
| market_mve_id | VARCHAR | Multi-variable event (MVE) collection ticker. |
| market_name | VARCHAR | Market name. |
| question_id | VARCHAR | Question identifier. |
| question | VARCHAR | Question text. |
| description | VARCHAR | Market description. |
| category | VARCHAR | Market category classification. |
| market_status | VARCHAR | Current status of the market. |
| market_active | BOOLEAN | Boolean flag indicating if the market is active. |
| market_closed | BOOLEAN | Boolean flag indicating if the market is closed. |
| market_accepting_orders | BOOLEAN | Boolean flag indicating if the market is accepting orders. |
| market_start_date | TIMESTAMP_NTZ(9) | Timestamp when the market opened for trading. |
| market_end_date | TIMESTAMP_NTZ(9) | Timestamp when the market closes for trading. |
| market_expected_expiration_time | TIMESTAMP_NTZ(9) | Expected timestamp for market expiration. |
| market_expiration_time | TIMESTAMP_NTZ(9) | Actual expiration timestamp of the market. |
| market_outcome_resolution | VARCHAR | Market outcome resolution. |
| market_resolved_at | TIMESTAMP_NTZ(9) | Timestamp when the market was resolved. |
| open_interest | FLOAT | End-of-day open interest in contracts (1 contract = $1). |
| close_price | FLOAT | End-of-day closing price (0-1 scale). |
| unique_id | VARCHAR | Unique identifier combining day and market_unique_id. |