{"slug":"due-bills-and-stock-splits","qid":"big_splits","label":"Recent household-name splits: shares from one share","post_title":"Due Bills and Stock Splits: Ex-Date Timing","post_url":"/blog/due-bills-and-stock-splits#q-big_splits","columns":["ticker","shares_from_one","ratio_label","adjusted_trading_began"],"rows":[{"ticker":"CMG","shares_from_one":50,"ratio_label":"50-for-1","adjusted_trading_began":"Jun 26, 2024"},{"ticker":"AMZN","shares_from_one":20,"ratio_label":"20-for-1","adjusted_trading_began":"Jun 6, 2022"},{"ticker":"GOOGL","shares_from_one":20,"ratio_label":"20-for-1","adjusted_trading_began":"Jul 18, 2022"},{"ticker":"AVGO","shares_from_one":10,"ratio_label":"10-for-1","adjusted_trading_began":"Jul 15, 2024"},{"ticker":"LRCX","shares_from_one":10,"ratio_label":"10-for-1","adjusted_trading_began":"Oct 3, 2024"},{"ticker":"NVDA","shares_from_one":10,"ratio_label":"10-for-1","adjusted_trading_began":"Jun 10, 2024"},{"ticker":"SHOP","shares_from_one":10,"ratio_label":"10-for-1","adjusted_trading_began":"Jun 29, 2022"},{"ticker":"SMCI","shares_from_one":10,"ratio_label":"10-for-1","adjusted_trading_began":"Oct 1, 2024"},{"ticker":"FTNT","shares_from_one":5,"ratio_label":"5-for-1","adjusted_trading_began":"Jun 23, 2022"},{"ticker":"AAPL","shares_from_one":4,"ratio_label":"4-for-1","adjusted_trading_began":"Aug 31, 2020"},{"ticker":"DXCM","shares_from_one":4,"ratio_label":"4-for-1","adjusted_trading_began":"Jun 13, 2022"},{"ticker":"NEE","shares_from_one":4,"ratio_label":"4-for-1","adjusted_trading_began":"Oct 27, 2020"},{"ticker":"TSLA","shares_from_one":3,"ratio_label":"3-for-1","adjusted_trading_began":"Aug 25, 2022"},{"ticker":"WMT","shares_from_one":3,"ratio_label":"3-for-1","adjusted_trading_began":"Feb 26, 2024"},{"ticker":"PANW","shares_from_one":2,"ratio_label":"2-for-1","adjusted_trading_began":"Dec 16, 2024"}],"shape":"ranking","sql":"SELECT\n    ticker,\n    round(argMax(toFloat64(split_to) / greatest(toFloat64(split_from), 1.0), execution_date), 2) AS shares_from_one,\n    argMax(concat(toString(toUInt32(split_to)), '-for-', toString(toUInt32(split_from))), execution_date) AS ratio_label,\n    argMax(formatDateTime(execution_date, '%b %e, %Y'), execution_date) AS adjusted_trading_began\nFROM global_markets.stocks_splits\nWHERE execution_date >= '2020-01-01'\n  AND execution_date <= today()\n  AND toFloat64(split_to) / greatest(toFloat64(split_from), 1.0) >= 2\n  AND ticker IN ('AAPL', 'AMZN', 'AVGO', 'CMG', 'DXCM', 'FTNT', 'GOOGL', 'LRCX', 'NEE', 'NVDA', 'PANW', 'SHOP', 'SMCI', 'TSLA', 'WMT')\nGROUP BY ticker\nORDER BY shares_from_one DESC, ticker","computed_at":"2026-08-22T04:04:45.786514+00:00","elapsed":0.046400798}