{"slug":"how-often-do-stocks-split","qid":"big_forward","label":"Recent forward splits among widely held stocks","post_title":"How Often Do Stocks Split?","post_url":"/blog/how-often-do-stocks-split#q-big_forward","columns":["ticker","split_date","ratio","shares_per_share"],"rows":[{"ticker":"NFLX","split_date":"Nov 17, 2025","ratio":"10-for-1","shares_per_share":10},{"ticker":"SMCI","split_date":"Oct 1, 2024","ratio":"10-for-1","shares_per_share":10},{"ticker":"AVGO","split_date":"Jul 15, 2024","ratio":"10-for-1","shares_per_share":10},{"ticker":"CMG","split_date":"Jun 26, 2024","ratio":"50-for-1","shares_per_share":50},{"ticker":"NVDA","split_date":"Jun 10, 2024","ratio":"10-for-1","shares_per_share":10},{"ticker":"WMT","split_date":"Feb 26, 2024","ratio":"3-for-1","shares_per_share":3},{"ticker":"SHOP","split_date":"Jun 29, 2022","ratio":"10-for-1","shares_per_share":10},{"ticker":"DXCM","split_date":"Jun 13, 2022","ratio":"4-for-1","shares_per_share":4},{"ticker":"AMZN","split_date":"Jun 6, 2022","ratio":"20-for-1","shares_per_share":20},{"ticker":"AAPL","split_date":"Aug 31, 2020","ratio":"4-for-1","shares_per_share":4}],"shape":"series","sql":"SELECT ticker,\n       formatDateTime(execution_date, '%b %e, %Y') AS split_date,\n       concat(toString(split_to), '-for-', toString(split_from)) AS ratio,\n       round(split_to / split_from, 0) AS shares_per_share\nFROM global_markets.stocks_splits\nWHERE ticker IN ('NVDA', 'AAPL', 'AMZN', 'AVGO', 'NFLX', 'WMT', 'CMG', 'SHOP', 'DXCM', 'SMCI')\n  AND adjustment_type = 'forward_split'\n  AND split_to >= 2 * split_from\n  AND execution_date BETWEEN toDate('2016-01-01') AND today()\nORDER BY execution_date DESC\nLIMIT 12","computed_at":"2026-08-22T04:13:28.974317+00:00","elapsed":0.05192562}