{"slug":"do-stock-splits-change-your-dividend","qid":"dividend_calendar","label":"Days between declaration, ex-date, record and payable","post_title":"Do Stock Splits Change Your Dividend?","post_url":"/blog/do-stock-splits-change-your-dividend#q-dividend_calendar","columns":["ex_date","ex_date_pretty","days_declared_before_ex","days_ex_to_record","days_ex_to_pay"],"rows":[{"ex_date":"2022-11-04","ex_date_pretty":"November 4, 2022","days_declared_before_ex":8,"days_ex_to_record":3,"days_ex_to_pay":6},{"ex_date":"2023-02-10","ex_date_pretty":"February 10, 2023","days_declared_before_ex":8,"days_ex_to_record":3,"days_ex_to_pay":6},{"ex_date":"2023-05-12","ex_date_pretty":"May 12, 2023","days_declared_before_ex":8,"days_ex_to_record":3,"days_ex_to_pay":6},{"ex_date":"2023-08-11","ex_date_pretty":"August 11, 2023","days_declared_before_ex":8,"days_ex_to_record":3,"days_ex_to_pay":6},{"ex_date":"2023-11-10","ex_date_pretty":"November 10, 2023","days_declared_before_ex":8,"days_ex_to_record":3,"days_ex_to_pay":6},{"ex_date":"2024-02-09","ex_date_pretty":"February 9, 2024","days_declared_before_ex":8,"days_ex_to_record":3,"days_ex_to_pay":6},{"ex_date":"2024-05-10","ex_date_pretty":"May 10, 2024","days_declared_before_ex":8,"days_ex_to_record":3,"days_ex_to_pay":6},{"ex_date":"2024-08-12","ex_date_pretty":"August 12, 2024","days_declared_before_ex":11,"days_ex_to_record":0,"days_ex_to_pay":3},{"ex_date":"2024-11-08","ex_date_pretty":"November 8, 2024","days_declared_before_ex":8,"days_ex_to_record":3,"days_ex_to_pay":6},{"ex_date":"2025-02-10","ex_date_pretty":"February 10, 2025","days_declared_before_ex":11,"days_ex_to_record":0,"days_ex_to_pay":3},{"ex_date":"2025-05-12","ex_date_pretty":"May 12, 2025","days_declared_before_ex":11,"days_ex_to_record":0,"days_ex_to_pay":3},{"ex_date":"2025-08-11","ex_date_pretty":"August 11, 2025","days_declared_before_ex":11,"days_ex_to_record":0,"days_ex_to_pay":3},{"ex_date":"2025-11-10","ex_date_pretty":"November 10, 2025","days_declared_before_ex":11,"days_ex_to_record":0,"days_ex_to_pay":3},{"ex_date":"2026-02-09","ex_date_pretty":"February 9, 2026","days_declared_before_ex":11,"days_ex_to_record":0,"days_ex_to_pay":3},{"ex_date":"2026-05-11","ex_date_pretty":"May 11, 2026","days_declared_before_ex":11,"days_ex_to_record":0,"days_ex_to_pay":3},{"ex_date":"2026-08-10","ex_date_pretty":"August 10, 2026","days_declared_before_ex":11,"days_ex_to_record":0,"days_ex_to_pay":3}],"shape":"series","sql":"SELECT\n    toString(ex_dividend_date)                                                                                                   AS ex_date,\n    concat(monthName(ex_dividend_date), ' ', toString(toDayOfMonth(ex_dividend_date)), ', ', toString(toYear(ex_dividend_date))) AS ex_date_pretty,\n    dateDiff('day', max(declaration_date), ex_dividend_date)                                                                     AS days_declared_before_ex,\n    dateDiff('day', ex_dividend_date, max(record_date))                                                                          AS days_ex_to_record,\n    dateDiff('day', ex_dividend_date, max(pay_date))                                                                             AS days_ex_to_pay\nFROM global_markets.stocks_dividends\nWHERE ticker = 'AAPL'\n  AND ex_dividend_date >= addYears(today(), -4)\n  AND cash_amount > 0\n  AND declaration_date > '1970-01-01'\n  AND record_date > '1970-01-01'\n  AND pay_date > '1970-01-01'\nGROUP BY ex_dividend_date\nORDER BY ex_dividend_date","computed_at":"2026-08-22T04:04:45.184352+00:00","elapsed":0.051926712}