STRASMORE/EXPLORE 2,170 QUERIES

Coca-Cola quarterly dividends: calendar days from ex-dividend date to record date

Answered against 22 years of US equities and 12 years of US options data and published with the query that produced it. This result is stored as of 2026-08-22, from Street Name vs Holder of Record: Cede & Co.

as of series 14×4read in context →
Coca-Cola quarterly dividends: calendar days from ex-dividend date to record date — 14 rows by 4 columns, computed from US exchange, SIP and OPRA data.
dateex_date_labeldays_ex_to_recorddividend_per_share
2023-03-16Mar 16, 202310.46
2023-06-15Jun 15, 202310.46
2023-09-14Sep 14, 202310.46
2023-11-30Nov 30, 202310.46
2024-03-14Mar 14, 202410.485
2024-06-14Jun 14, 202400.485
2024-09-13Sep 13, 202400.485
2024-11-29Nov 29, 202400.485
2025-03-14Mar 14, 202500.51
2025-06-13Jun 13, 202500.51
2025-09-15Sep 15, 202500.51
2025-12-01Dec 1, 202500.51
2026-03-13Mar 13, 202600.53
2026-06-15Jun 15, 202600.53
Rows × columns
14 × 4
Period covered
to
Computed
Completeness
No missing values
Source
US exchange, SIP and OPRA market data
Licence
Strasmore terms · free, no signup
Formats
JSON · CSV · the SQL below

What each column holds

Column definitions for Coca-Cola quarterly dividends: calendar days from ex-dividend date to record date, derived from the stored result.
ColumnTypeRangeNotes
date date 2023-03-16 to 2026-06-15
ex_date_label text 14 distinct values (Dec 1, 2025, Jun 13, 2025, Jun 14, 2024…)
days_ex_to_record number 0 to 1
dividend_per_share number 0.46 to 0.53

Computed from Strasmore's warehouse of US exchange, SIP and OPRA market data. Equity prices are delayed; options greeks and implied volatility are end-of-day. This result is stored, not recomputed on load — it is exactly the numbers that were returned on , and the query below is what returned them.

the exact SQL behind every number
SELECT
    toString(ex_dividend_date)                          AS date,
    formatDateTime(ex_dividend_date, '%b %e, %Y')       AS ex_date_label,
    max(dateDiff('day', ex_dividend_date, record_date)) AS days_ex_to_record,
    round(toFloat64(max(cash_amount)), 4)               AS dividend_per_share
FROM global_markets.stocks_dividends
WHERE ticker = 'KO'
  AND ex_dividend_date >= '2023-01-01'
  AND ex_dividend_date <  today()
  AND cash_amount > 0
  AND record_date >= ex_dividend_date
GROUP BY ex_dividend_date
ORDER BY ex_dividend_date

Run your own version of this

The same 22 years of US equities and 12 years of options data are queryable in SQL or plain English. A free account runs 100 queries a day and takes no card.

More from this analysisStreet Name vs Holder of Record: Cede & Co
Cash dividends by month: did the record date land on the ex-dividend date? series 39×5 Average days from record date to pay date, eight large dividend payers ranking 8×3 Reported short interest and days to cover, latest settlement date on file ranking 8×4 Regular dividends: ex-date before the record date, or on it series 43×5 Share of 2024 US dividends whose record date fell on the ex-dividend date series 12×3 The T+1 cutover, week by week: share of dividends with ex-date = record date, April–July 2024 ranking 18×3 See all 2,170 queries →