{"slug":"what-is-a-reverse-stock-split","qid":"ytd_totals","label":"2026 executed US stock splits: reverse vs. forward","post_title":"What Is a Reverse Stock Split? Good or Bad?","post_url":"/blog/what-is-a-reverse-stock-split#q-ytd_totals","columns":["reverse_splits","forward_splits","reverse_pct_of_splits"],"rows":[{"reverse_splits":778,"forward_splits":183,"reverse_pct_of_splits":81}],"shape":"scalar","sql":"SELECT\n    countIf(adjustment_type = 'reverse_split') AS reverse_splits,\n    countIf(adjustment_type = 'forward_split') AS forward_splits,\n    round(100.0 * countIf(adjustment_type = 'reverse_split')\n        / greatest(countIf(adjustment_type IN ('reverse_split', 'forward_split')), 1), 1) AS reverse_pct_of_splits\nFROM global_markets.stocks_splits\nWHERE toYear(execution_date) = 2026\n  AND execution_date <= today()","computed_at":"2026-08-22T04:33:09.017042+00:00","elapsed":0.015054852}