STRASMORE/EXPLORE 2,173 QUERIES

Coca-Cola quarterly dividend since 2021: gross, net at 15%, net at 30%

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 Dividend Withholding Tax for Non-US Investors.

as of series 22×6read in context →
Coca-Cola quarterly dividend since 2021: gross, net at 15%, net at 30% — 22 rows by 6 columns, computed from US exchange, SIP and OPRA data.
ex_dividend_dateex_date_labelgross_per_share_usdnet_at_15_pct_usdnet_at_30_pct_usdwithheld_at_30_pct_usd
2021-03-12Mar 12, 20210.420.3570.2940.126
2021-06-14Jun 14, 20210.420.3570.2940.126
2021-09-14Sep 14, 20210.420.3570.2940.126
2021-11-30Nov 30, 20210.420.3570.2940.126
2022-03-14Mar 14, 20220.440.3740.3080.132
2022-06-14Jun 14, 20220.440.3740.3080.132
2022-09-15Sep 15, 20220.440.3740.3080.132
2022-11-30Nov 30, 20220.440.3740.3080.132
2023-03-16Mar 16, 20230.460.3910.3220.138
2023-06-15Jun 15, 20230.460.3910.3220.138
2023-09-14Sep 14, 20230.460.3910.3220.138
2023-11-30Nov 30, 20230.460.3910.3220.138
2024-03-14Mar 14, 20240.4850.41220.33950.1455
2024-06-14Jun 14, 20240.4850.41220.33950.1455
2024-09-13Sep 13, 20240.4850.41220.33950.1455
2024-11-29Nov 29, 20240.4850.41220.33950.1455
2025-03-14Mar 14, 20250.510.43350.3570.153
2025-06-13Jun 13, 20250.510.43350.3570.153
2025-09-15Sep 15, 20250.510.43350.3570.153
2025-12-01Dec 1, 20250.510.43350.3570.153
2026-03-13Mar 13, 20260.530.45050.3710.159
2026-06-15Jun 15, 20260.530.45050.3710.159
Rows × columns
22 × 6
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 dividend since 2021: gross, net at 15%, net at 30%, derived from the stored result.
ColumnTypeRangeNotes
ex_dividend_date date 2021-03-12 to 2026-06-15
ex_date_label text 22 distinct values (Dec 1, 2025, Jun 13, 2025, Jun 14, 2021…)
gross_per_share_usd number 0.42 to 0.53 US dollars
net_at_15_pct_usd number 0.357 to 0.4505 percent
net_at_30_pct_usd number 0.294 to 0.371 percent
withheld_at_30_pct_usd number 0.126 to 0.159 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 ex_dividend_date,
       formatDateTime(ex_dividend_date, '%b %e, %Y') AS ex_date_label,
       round(toFloat64(cash_amount), 4) AS gross_per_share_usd,
       round(toFloat64(cash_amount) * 0.85, 4) AS net_at_15_pct_usd,
       round(toFloat64(cash_amount) * 0.70, 4) AS net_at_30_pct_usd,
       round(toFloat64(cash_amount) * 0.30, 4) AS withheld_at_30_pct_usd
FROM global_markets.stocks_dividends
WHERE ticker = 'KO'
  AND distribution_type = 'recurring'
  AND frequency = 4
  AND cash_amount > 0
  AND ex_dividend_date >= toDate('2021-01-01')
  AND ex_dividend_date <= today()
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 analysisDividend Withholding Tax for Non-US Investors
Latest quarterly dividend, gross and net of US withholding: eight large US payers table 8×5 Six broad US funds: trailing-year distribution yield, gross and net of withholding table 6×7 Median dividend yield by band, gross and net of US withholding: US payers over $1B table 4×6 Share of reported KO volume marked short, by session series 69×3 The 10-year Treasury yield, month by month: July 2021 to the latest reading on file series 61×3 Conagra (CAG): month-end price, annualized dividend rate, and yield, 2021-08 to 2026-07 series 60×5 See all 2,173 queries →