{"slug":"nvda-june-2026-deep-dive","qid":"dollar_volume_rank","label":"The whole US tape ranked by June 2026 regular-hours dollar volume","post_title":"NVDA: NVIDIA's Full June 2026, Tick by Tick","post_url":"/blog/nvda-june-2026-deep-dive#q-dollar_volume_rank","columns":["ticker","regular_hours_dollar_bn","pct_of_leader","is_nvda"],"rows":[{"ticker":"MU","regular_hours_dollar_bn":995.7,"pct_of_leader":100,"is_nvda":0},{"ticker":"SPY","regular_hours_dollar_bn":771.5,"pct_of_leader":77.5,"is_nvda":0},{"ticker":"QQQ","regular_hours_dollar_bn":672.8,"pct_of_leader":67.6,"is_nvda":0},{"ticker":"NVDA","regular_hours_dollar_bn":523,"pct_of_leader":52.5,"is_nvda":1},{"ticker":"SNDK","regular_hours_dollar_bn":381.6,"pct_of_leader":38.3,"is_nvda":0},{"ticker":"TSLA","regular_hours_dollar_bn":342.7,"pct_of_leader":34.4,"is_nvda":0},{"ticker":"MRVL","regular_hours_dollar_bn":302.7,"pct_of_leader":30.4,"is_nvda":0},{"ticker":"INTC","regular_hours_dollar_bn":272.4,"pct_of_leader":27.4,"is_nvda":0},{"ticker":"AAPL","regular_hours_dollar_bn":270,"pct_of_leader":27.1,"is_nvda":0},{"ticker":"MSFT","regular_hours_dollar_bn":268.6,"pct_of_leader":27,"is_nvda":0},{"ticker":"AMD","regular_hours_dollar_bn":264.9,"pct_of_leader":26.6,"is_nvda":0},{"ticker":"SOXL","regular_hours_dollar_bn":239.9,"pct_of_leader":24.1,"is_nvda":0}],"shape":"ranking","sql":"SELECT\n    ticker,\n    round(sum(toFloat64(volume) * toFloat64(close)) / 1e9, 1) AS regular_hours_dollar_bn,\n    round(100 * sum(toFloat64(volume) * toFloat64(close)) / max(sum(toFloat64(volume) * toFloat64(close))) OVER (), 1) AS pct_of_leader,\n    toUInt8(ticker = 'NVDA') AS is_nvda\nFROM global_markets.delayed_stocks_minute_aggs\nWHERE window_start >= toDateTime('2026-06-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\nAND ticker NOT IN ('SPCX')\nGROUP BY ticker\nORDER BY regular_hours_dollar_bn DESC\nLIMIT 12","computed_at":"2026-07-26T06:10:21.902928+00:00","elapsed":9.762917794}