> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dune.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Kalshi

> Curated Kalshi prediction market datasets on Dune

Kalshi is a regulated prediction market (CFTC-regulated exchange) offering event contracts on real-world outcomes. Dune provides Kalshi market metadata and aggregated trade reporting data.

<Info>
  **Maintained by:** Dune (partner data) · **Refresh:** \~24 hours · **Source:** Off-chain (Kalshi public reporting)
</Info>

## Available Tables

<CardGroup cols={2}>
  <Card title="kalshi.market_details" icon="database" href="/data-catalog/curated/prediction-markets/kalshi/market_details">
    Per-ticker market reference with latest pricing, strike structure, and settlement state
  </Card>

  <Card title="kalshi.market_trades" icon="database" href="/data-catalog/curated/prediction-markets/kalshi/market_trades">
    Per-fill trade activity with USD notional and derived taker fee
  </Card>

  <Card title="kalshi.ohlcv_hourly" icon="database" href="/data-catalog/curated/prediction-markets/kalshi/ohlcv_hourly">
    Hourly OHLCV candles with VWAP, volume, and trade count
  </Card>

  <Card title="kalshi.market_report" icon="database" href="/data-catalog/curated/prediction-markets/kalshi/market_report">
    Legacy daily market-level reporting
  </Card>

  <Card title="kalshi.trade_report" icon="database" href="/data-catalog/curated/prediction-markets/kalshi/trade_report">
    Legacy daily aggregated trade reporting (not individual fills)
  </Card>
</CardGroup>

## Notes

* `market_details`, `market_trades`, and `ohlcv_hourly` are the current Kalshi tables. `market_report` and `trade_report` are legacy daily-aggregated tables kept for historical continuity.
* `trade_report` aggregates by date and price level, so a single `(date, ticker)` can produce multiple rows.
