{"slug":"spacex-spcx-first-month","qid":"dollar_volume_rank","label":"The whole US tape ranked by June 12–30 regular-hours dollar volume","post_title":"SPCX: SpaceX's First Month on the Public Market","post_url":"/blog/spacex-spcx-first-month#q-dollar_volume_rank","columns":["ticker","regular_hours_dollar_bn","pct_of_leader","is_spcx"],"rows":[{"ticker":"MU","regular_hours_dollar_bn":585.4,"pct_of_leader":100,"is_spcx":0},{"ticker":"SPY","regular_hours_dollar_bn":434.1,"pct_of_leader":74.2,"is_spcx":0},{"ticker":"QQQ","regular_hours_dollar_bn":346.6,"pct_of_leader":59.2,"is_spcx":0},{"ticker":"SPCX","regular_hours_dollar_bn":344.6,"pct_of_leader":58.9,"is_spcx":1},{"ticker":"NVDA","regular_hours_dollar_bn":253.1,"pct_of_leader":43.2,"is_spcx":0},{"ticker":"SNDK","regular_hours_dollar_bn":231.6,"pct_of_leader":39.6,"is_spcx":0},{"ticker":"TSLA","regular_hours_dollar_bn":192.4,"pct_of_leader":32.9,"is_spcx":0},{"ticker":"INTC","regular_hours_dollar_bn":164.3,"pct_of_leader":28.1,"is_spcx":0},{"ticker":"MSFT","regular_hours_dollar_bn":161.8,"pct_of_leader":27.6,"is_spcx":0},{"ticker":"AAPL","regular_hours_dollar_bn":155.6,"pct_of_leader":26.6,"is_spcx":0},{"ticker":"AMD","regular_hours_dollar_bn":147.9,"pct_of_leader":25.3,"is_spcx":0},{"ticker":"AMZN","regular_hours_dollar_bn":136.5,"pct_of_leader":23.3,"is_spcx":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 = 'SPCX') AS is_spcx\nFROM global_markets.delayed_stocks_minute_aggs\nWHERE window_start >= toDateTime('2026-06-12 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\nGROUP BY ticker\nORDER BY regular_hours_dollar_bn DESC\nLIMIT 12","computed_at":"2026-07-27T00:08:46.196781+00:00","elapsed":0.002347533}