STRASMORE/EXPLORE 2,549 QUERIES

ko_timeline

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-09-24, from ex-dividend-dates-on-the-asx.

as of series 15×4read in context →
ko_timeline — 15 rows by 4 columns, computed from US exchange, SIP and OPRA data.
ex_datenotice_daysex_to_record_daysex_to_payment_days
2023-03-1628118
2023-06-1550118
2023-09-1457118
2023-11-3042115
2024-03-1428118
2024-06-1443017
2024-09-1346018
2024-11-2943017
2025-03-1422018
2025-06-1343018
2025-09-1560016
2025-12-0146014
2026-03-1322019
2026-06-1546016
2026-09-1562016
Rows × columns
15 × 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 ko_timeline, derived from the stored result.
ColumnTypeRangeNotes
ex_date date 2023-03-16 to 2026-09-15
notice_days number 22 to 62
ex_to_record_days number 0 to 1
ex_to_payment_days number 14 to 19

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.

Run it yourself

This is the exact query behind the result above. Change a ticker, a date or a column and run it against the warehouse — no account, no key. The no-signup tier is smaller than the one this page was computed on; a query that reaches past it comes back saying which plan runs it.

SELECT
    toString(ex_dividend_date)                               AS ex_date,
    max(dateDiff('day', declaration_date, ex_dividend_date)) AS notice_days,
    max(dateDiff('day', ex_dividend_date, record_date))      AS ex_to_record_days,
    max(dateDiff('day', ex_dividend_date, pay_date))         AS ex_to_payment_days
FROM global_markets.stocks_dividends
WHERE ticker = 'KO'
  AND ex_dividend_date >= toDate('2023-01-01')
  AND ex_dividend_date <  today()
  AND declaration_date >= toDate('2000-01-01')
  AND record_date >= ex_dividend_date
  AND pay_date >= record_date
GROUP BY ex_dividend_date
ORDER BY ex_dividend_date
⌘/Ctrl + Enter

Work with this data in your AI assistant

Opens ready to query, with this page's data. Free, no account.

More from this analysisex-dividend-dates-on-the-asx
settlement_gap ranking 8×4 → cadence_lag ranking 5×3 → The 2s10s spread by month, full history series 604×5 → One SPY $600 LEAPS call's price over two years (expired Jan 16 2026) series 470×2 → 3m10y and 2s10s spreads, monthly averages over twenty years series 241×4 → 2s10s spread, monthly average: last 20 years series 240×2 → See all 2,549 queries →