Baselight
Sign In

Query Result

Loading...Loading chart...
1select trades.created_time::date as trade_date, ROUND(sum(trades.price*trades.count)/1000000) as total_usd_millions
2from @kalshi.markets.market_trades trades
3WHERE trades.created_time > now() - interval '7 days' AND trades.created_time < now()::date
4GROUP BY ALL
5ORDER By 1
trade_datetotal_usd_millions
2026-06-16null
2026-06-17null
2026-06-18null
2026-06-19null
2026-06-20null
2026-06-21null
2026-06-22null

Share link

Anyone who has the link will be able to view this.