{"slug":"market-recap-2026-q2","qid":"q2_leaders","label":"Q2 regular-hours dollar volume, whole tape (one reused-symbol listing excluded pending entity verification)","post_title":"Market Recap: Q2 2026","post_url":"/blog/market-recap-2026-q2#q-q2_leaders","columns":["ticker","dollar_bn","pct_of_leader"],"rows":[{"ticker":"MU","dollar_bn":2047.5,"pct_of_leader":100},{"ticker":"SPY","dollar_bn":2032,"pct_of_leader":99.2},{"ticker":"QQQ","dollar_bn":1658.5,"pct_of_leader":81},{"ticker":"NVDA","dollar_bn":1591.8,"pct_of_leader":77.7},{"ticker":"TSLA","dollar_bn":1198.8,"pct_of_leader":58.5},{"ticker":"SNDK","dollar_bn":980,"pct_of_leader":47.9},{"ticker":"AMD","dollar_bn":755.2,"pct_of_leader":36.9},{"ticker":"INTC","dollar_bn":712.3,"pct_of_leader":34.8}],"shape":"ranking","sql":"SELECT ticker,\n    round(sum(toFloat64(close) * toFloat64(volume)) / 1e9, 1) AS dollar_bn,\n    round(100 * sum(toFloat64(close) * toFloat64(volume)) / max(sum(toFloat64(close) * toFloat64(volume))) OVER (), 1) AS pct_of_leader\nFROM global_markets.delayed_stocks_minute_aggs\nWHERE window_start >= toDateTime('2026-04-01 00:00:00') AND window_start < toDateTime('2026-07-01 00:00:00')\n  AND (toHour(window_start) * 60 + toMinute(window_start)) BETWEEN 810 AND 1199\n  AND ticker NOT IN ('SPCX')\nGROUP BY ticker\nORDER BY dollar_bn DESC\nLIMIT 8","computed_at":"2026-07-16T12:06:12.982316+00:00","elapsed":53.980343791}