STRASMORE/EXPLORE 2,549 QUERIES

ko_dividends

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 covered-calls-and-the-straddle-rules.

as of series 12×5read in context →
ko_dividends — 12 rows by 5 columns, computed from US exchange, SIP and OPRA data.
ex_dateex_date_labelcash_amountwindow_openswindow_closes
2023-11-30Nov 30, 20230.46Oct 1, 2023Jan 29, 2024
2024-03-14Mar 14, 20240.485Jan 14, 2024May 13, 2024
2024-06-14Jun 14, 20240.485Apr 15, 2024Aug 13, 2024
2024-09-13Sep 13, 20240.485Jul 15, 2024Nov 12, 2024
2024-11-29Nov 29, 20240.485Sep 30, 2024Jan 28, 2025
2025-03-14Mar 14, 20250.51Jan 13, 2025May 13, 2025
2025-06-13Jun 13, 20250.51Apr 14, 2025Aug 12, 2025
2025-09-15Sep 15, 20250.51Jul 17, 2025Nov 14, 2025
2025-12-01Dec 1, 20250.51Oct 2, 2025Jan 30, 2026
2026-03-13Mar 13, 20260.53Jan 12, 2026May 12, 2026
2026-06-15Jun 15, 20260.53Apr 16, 2026Aug 14, 2026
2026-09-15Sep 15, 20260.53Jul 17, 2026Nov 14, 2026
Rows × columns
12 × 5
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_dividends, derived from the stored result.
ColumnTypeRangeNotes
ex_date date 2023-11-30 to 2026-09-15
ex_date_label text 12 distinct values (Dec 1, 2025, Jun 13, 2025, Jun 14, 2024…)
cash_amount number 0.46 to 0.53
window_opens text 12 distinct values (Apr 14, 2025, Apr 15, 2024, Apr 16, 2026…)
window_closes text 12 distinct values (Aug 12, 2025, Aug 13, 2024, Aug 14, 2026…)

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,
    formatDateTime(ex_dividend_date, '%b %e, %Y')       AS ex_date_label,
    round(toFloat64(max(cash_amount)), 4)               AS cash_amount,
    formatDateTime(ex_dividend_date - 60, '%b %e, %Y')  AS window_opens,
    formatDateTime(ex_dividend_date + 60, '%b %e, %Y')  AS window_closes
FROM global_markets.stocks_dividends
WHERE ticker = 'KO'
  AND ex_dividend_date >= '2023-10-01'
  AND ex_dividend_date <= today()
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.

Related queries
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 → Rolling seven-year returns on SPY, one window per start month series 193×5 → Growth of $100 in the 1x SOXX vs the 3x SOXL, Jan 2 to Jul 13 2026 series 131×3 → See all 2,549 queries →