STRASMORE/EXPLORE 2,170 QUERIES

KO quarterly dividend in cents and as a percent of the share price, 2016 to 2026

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-10, from How Continuous Futures Contracts Are Built.

as of series 42×4read in context →
KO quarterly dividend in cents and as a percent of the share price, 2016 to 2026 — 42 rows by 4 columns, computed from US exchange, SIP and OPRA data.
ex_datedividend_centsshare_price_usdstep_pct
2016-03-113545.20.774
2016-06-133545.120.776
2016-09-133542.280.828
2016-11-293541.150.851
2017-03-133742.030.88
2017-06-133745.030.822
2017-09-143746.110.802
2017-11-303745.770.808
2018-03-143943.780.891
2018-06-143943.580.895
2018-09-133945.830.851
2018-11-293948.980.796
2019-03-144045.70.875
2019-06-134051.130.782
2019-09-134054.260.737
2019-11-294053.40.749
2020-03-134148.470.846
2020-06-124145.60.899
2020-09-144150.710.809
2020-11-304151.60.795
2021-03-124250.360.834
2021-06-144255.550.756
2021-09-144255.690.754
2021-11-304252.450.801
2022-03-144458.540.752
2022-06-144459.230.743
2022-09-154459.530.739
2022-11-304463.610.692
2023-03-164660.30.763
2023-06-154661.230.751
2023-09-144658.460.787
2023-11-304658.440.787
2024-03-1448.560.50.802
2024-06-1448.562.550.775
2024-09-1348.571.410.679
2024-11-2948.564.080.757
2025-03-145169.160.737
2025-06-135171.020.718
2025-09-155166.210.77
2025-12-015171.950.709
2026-03-135377.340.685
2026-06-155380.910.655
Rows × columns
42 × 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 quarterly dividend in cents and as a percent of the share price, 2016 to 2026, derived from the stored result.
ColumnTypeRangeNotes
ex_date date 2016-03-11 to 2026-06-15
dividend_cents number 35 to 53
share_price_usd number 41.15 to 80.91 US dollars
step_pct number 0.655 to 0.899 percent

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(d.ex_date)                                           AS ex_date,
    round(100 * toFloat64(d.cash_amount), 2)                      AS dividend_cents,
    round(toFloat64(a.close), 2)                                  AS share_price_usd,
    round(100 * toFloat64(d.cash_amount) / toFloat64(a.close), 3) AS step_pct
FROM
(
    SELECT
        ex_dividend_date    AS ex_date,
        max(cash_amount)    AS cash_amount
    FROM global_markets.stocks_dividends
    WHERE ticker = 'KO'
      AND ex_dividend_date >= '2016-01-01'
      AND ex_dividend_date <= '2026-06-30'
    GROUP BY ex_dividend_date
) AS d
INNER JOIN
(
    SELECT date, close
    FROM global_markets.stocks_daily_aggs
    WHERE ticker = 'KO'
      AND date >= '2016-01-01'
      AND date <= '2026-06-30'
) AS a ON a.date = d.ex_date
ORDER BY ex_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 analysisHow Continuous Futures Contracts Are Built
Options volume by time left to expiry, AAPL, April to June 2026 ranking 5×2 Trading sessions per year under FB and META ranking 15×3 New listings landing on a symbol that already had history ranking 11×3 When each symbol last printed a daily bar ranking 6×3 Which share-class spellings actually carry history ranking 4×4 SPY volume by minute into the close, June 10 2026 series 25×3 See all 2,170 queries →