Baselight
Loading...Loading chart...
1select strftime(trades.created_time, '%Y-%m') 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 '1 year' AND trades.created_time < now()::date
4GROUP BY ALL
5ORDER By 1
trade_datetotal_usd_millions
2024-1238
2025-0176
2025-0276
2025-03248
2025-04185
2025-05264
2025-06320
2025-07305
2025-08363
2025-091343
2025-101993
2025-112603
2025-12964

Share link

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