{"slug":"when-does-a-stock-split-take-effect","qid":"recent_large_splits","label":"Completed forward splits of 3-for-1 or larger: selected large-cap names, 2022 to 2026","post_title":"When Does a Stock Split Take Effect?","post_url":"/blog/when-does-a-stock-split-take-effect#q-recent_large_splits","columns":["ticker","effective_label","ratio_label","new_shares_per_old_share"],"rows":[{"ticker":"BKNG","effective_label":"Apr 6, 2026","ratio_label":"25-for-1","new_shares_per_old_share":25},{"ticker":"NFLX","effective_label":"Nov 17, 2025","ratio_label":"10-for-1","new_shares_per_old_share":10},{"ticker":"ORLY","effective_label":"Jun 10, 2025","ratio_label":"15-for-1","new_shares_per_old_share":15},{"ticker":"LRCX","effective_label":"Oct 3, 2024","ratio_label":"10-for-1","new_shares_per_old_share":10},{"ticker":"SMCI","effective_label":"Oct 1, 2024","ratio_label":"10-for-1","new_shares_per_old_share":10},{"ticker":"DECK","effective_label":"Sep 17, 2024","ratio_label":"6-for-1","new_shares_per_old_share":6},{"ticker":"AVGO","effective_label":"Jul 15, 2024","ratio_label":"10-for-1","new_shares_per_old_share":10},{"ticker":"CMG","effective_label":"Jun 26, 2024","ratio_label":"50-for-1","new_shares_per_old_share":50},{"ticker":"NVDA","effective_label":"Jun 10, 2024","ratio_label":"10-for-1","new_shares_per_old_share":10},{"ticker":"WMT","effective_label":"Feb 26, 2024","ratio_label":"3-for-1","new_shares_per_old_share":3},{"ticker":"TSLA","effective_label":"Aug 25, 2022","ratio_label":"3-for-1","new_shares_per_old_share":3},{"ticker":"GOOGL","effective_label":"Jul 18, 2022","ratio_label":"20-for-1","new_shares_per_old_share":20}],"shape":"ranking","sql":"SELECT ticker,\n       formatDateTime(execution_date, '%b %e, %Y') AS effective_label,\n       concat(toString(toUInt32(max(split_to))), '-for-', toString(toUInt32(max(split_from)))) AS ratio_label,\n       round(toFloat64(max(split_to)) / toFloat64(max(split_from)), 1) AS new_shares_per_old_share\nFROM global_markets.stocks_splits\nWHERE execution_date >= toDate('2022-01-01')\n  AND execution_date <= toDate('2026-07-31')\n  AND split_to > 0\n  AND split_from > 0\n  AND toFloat64(split_to) / toFloat64(split_from) >= 3\n  AND ticker IN ('AMZN', 'GOOGL', 'TSLA', 'WMT', 'NVDA', 'CMG', 'AVGO', 'SMCI', 'LRCX', 'DECK', 'ORLY', 'NFLX', 'MSFT', 'AAPL', 'COST', 'ISRG', 'BKNG', 'FICO')\nGROUP BY ticker, execution_date\nORDER BY max(execution_date) DESC\nLIMIT 12","computed_at":"2026-08-05T04:35:35.445943+00:00","elapsed":0.002974616}