{"slug":"spcx-week-2026-07-06-deep-dive","qid":"short_volume","label":"FINRA daily short volume during the week: short shares and their off-exchange share","post_title":"SPCX: The Week It Went Underwater","post_url":"/blog/spcx-week-2026-07-06-deep-dive#q-short_volume","columns":["d","short_shares_m","offexchange_total_m","short_pct_of_offexchange"],"rows":[{"d":"2026-07-06","short_shares_m":23.7,"offexchange_total_m":35.5,"short_pct_of_offexchange":66.8},{"d":"2026-07-08","short_shares_m":18.7,"offexchange_total_m":25.3,"short_pct_of_offexchange":73.8},{"d":"2026-07-09","short_shares_m":12.1,"offexchange_total_m":18.5,"short_pct_of_offexchange":65.4},{"d":"2026-07-10","short_shares_m":12.2,"offexchange_total_m":17.3,"short_pct_of_offexchange":70.5}],"shape":"ranking","sql":"SELECT toString(date) AS d,\n       round(toFloat64(any(short_volume)) / 1e6, 1) AS short_shares_m,\n       round(toFloat64(any(total_volume)) / 1e6, 1) AS offexchange_total_m,\n       round(100 * toFloat64(any(short_volume)) / toFloat64(any(total_volume)), 1) AS short_pct_of_offexchange\nFROM global_markets.stocks_short_volume\nWHERE ticker = 'SPCX' AND date >= toDate('2026-07-06') AND date <= toDate('2026-07-10')\nGROUP BY date\nORDER BY date","computed_at":"2026-07-26T06:14:25.319495+00:00","elapsed":0.025174748}