{"slug":"has-spy-ever-split","qid":"split_record_coverage","label":"split_record_coverage","post_title":"has-spy-ever-split","post_url":"/blog/has-spy-ever-split#q-split_record_coverage","columns":["earliest_split_label","latest_split_label","split_events_thousands","tickers_with_a_split"],"rows":[{"earliest_split_label":"Oct 25, 1978","latest_split_label":"Sep 25, 2026","split_events_thousands":27.4,"tickers_with_a_split":18560}],"shape":"scalar","sql":"SELECT\n    formatDateTime(min(execution_date), '%b %e, %Y')  AS earliest_split_label,\n    formatDateTime(max(execution_date), '%b %e, %Y')  AS latest_split_label,\n    round(count() / 1000, 1)                          AS split_events_thousands,\n    toUInt32(countDistinct(ticker))                   AS tickers_with_a_split\nFROM global_markets.stocks_splits\nWHERE execution_date > toDate('1971-01-01')\n  AND execution_date <  today()\n  AND toFloat64(split_from) > 0\n  AND ticker NOT IN ('SPCX')","computed_at":"2026-09-26T15:12:25.411873+00:00","elapsed":0.384237586}