Coca Cola (KO) Exchange Rate Effect (2009 - 2026)
Coca Cola (KO) posted Exchange Rate Effect of -$1.0 million for Q3 2026, down 101.16% on a QoQ basis from $86.0 million in Q2 2026, and down 100.59% year-over-year from $169.0 million in Q3 2025.
Coca Cola (KO) Exchange Rate Effect (2009 - 2026) Analysis & Trends
Coca Cola has reported Exchange Rate Effect for 18 years, with the latest figure at -$1.0 million in Q3 2026.
- On a quarterly basis, Exchange Rate Effect fell 100.59% year-over-year to -$1.0 million in Q3 2026; TTM through Jul 2026 was $74.0 million, a 12.12% increase from a year earlier, with the FY2025 full-year figure at $321.0 million, up 151.52% from the prior year.
- Exchange Rate Effect was -$1.0 million for Q3 2026 at Coca Cola, down from $86.0 million in the prior quarter.
- The five-year high for Exchange Rate Effect was $187.0 million in Q4 2022, with the low at -$357.0 million in Q4 2024.
- Average Exchange Rate Effect over 5 years is -$27.5 million, with a median of $1.0 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2024: Exchange Rate Effect jumped 1061.11% in 2022, then plunged 864.86% in 2024.
- Over 5 years, Exchange Rate Effect stood at $187.0 million in 2022, then slumped by 119.79% to -$37.0 million in 2023, then slumped by 864.86% to -$357.0 million in 2024, then jumped by 96.08% to -$14.0 million in 2025, then jumped by 92.86% to -$1.0 million in 2026.
- The last three Exchange Rate Effect figures came in at -$1.0 million (Q3 2026), $86.0 million (Q2 2026), and -$14.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | -1.00 Mn |
| 2 | Diageo | 209.58 Bn | 209.63 Bn | - | - |
| 3 | Coca Cola Femsa Sab De Cv | 185.97 Bn | 185.19 Bn | 2.06 Bn | - |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | 148.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | -7.28 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -152.65 Mn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | - |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | -164.00 Mn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | 10.53 Mn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | -400,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jul 3, 2026 | -1.00 Mn |
| Apr 3, 2026 | 86.00 Mn |
| Dec 31, 2025 | -14.00 Mn |
| Sep 26, 2025 | 3.00 Mn |
| Jun 27, 2025 | 169.00 Mn |
| Mar 28, 2025 | 163.00 Mn |
| Dec 31, 2024 | -357.00 Mn |
| Sep 27, 2024 | 91.00 Mn |
| Jun 28, 2024 | -219.00 Mn |
| Mar 29, 2024 | -138.00 Mn |
| Dec 31, 2023 | -37.00 Mn |
| Sep 29, 2023 | -198.00 Mn |
| Jun 30, 2023 | 49.00 Mn |
| Mar 31, 2023 | 113.00 Mn |
| Dec 31, 2022 | 187.00 Mn |
| Sep 30, 2022 | -231.00 Mn |
| Jul 1, 2022 | -334.00 Mn |
| Apr 1, 2022 | 173.00 Mn |
| Dec 31, 2021 | -103.00 Mn |
| Oct 1, 2021 | -138.00 Mn |
Coca Cola Exchange Rate Effect API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=exchange-rate-effect&ticker=KO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "ticker": "KO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=exchange-rate-effect&ticker=KO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();