{"slug":"upcoming-ex-dividend-dates","qid":"declared_depth","label":"Forward-declared ex-dividend records on file: the receipt behind this calendar","post_title":"Upcoming Ex-Dividend Dates: Stocks This Week","post_url":"/blog/upcoming-ex-dividend-dates#q-declared_depth","columns":["future_ex_dates_declared","in_the_next_7_days","fund_records_declared_ahead","furthest_declared_date","furthest_declared_label"],"rows":[{"future_ex_dates_declared":4344,"in_the_next_7_days":769,"fund_records_declared_ahead":0,"furthest_declared_date":"2027-11-12","furthest_declared_label":"Nov 12, 2027"}],"shape":"scalar","sql":"SELECT countIf(ex_dividend_date > today()) AS future_ex_dates_declared,\n       countIf(ex_dividend_date > today() AND ex_dividend_date <= today() + 7) AS in_the_next_7_days,\n       countIf(ex_dividend_date > today() AND ticker IN ('SCHD', 'VYM', 'VIG', 'DVY', 'SPYD', 'JEPI', 'JEPQ', 'QYLD', 'SPHD', 'NOBL', 'DGRO', 'HDV', 'SPY')) AS fund_records_declared_ahead,\n       toString(max(ex_dividend_date)) AS furthest_declared_date,\n       formatDateTime(max(ex_dividend_date), '%b %e, %Y') AS furthest_declared_label\nFROM global_markets.stocks_dividends\nWHERE ex_dividend_date > today() - 1\n  AND cash_amount > 0","computed_at":"2026-08-25T13:00:23.130383+00:00","elapsed":0.036781335}