Coca Cola (KO) Cash from Investing Activities (2009 - 2026)
Coca Cola (KO) posted Cash from Investing Activities of -$642.0 million for Q3 2026, down 136.77% on a QoQ basis from $1.7 billion in Q2 2026, and down 181.37% year-over-year from $789.0 million in Q3 2025.
Coca Cola (KO) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Coca Cola has reported Cash from Investing Activities for 18 years, with the latest figure at -$642.0 million in Q3 2026.
- On a quarterly basis, Cash from Investing Activities fell 181.37% year-over-year to -$642.0 million in Q3 2026; TTM through Jul 2026 was $1.3 billion, a 5.28% increase from a year earlier, with the FY2025 full-year figure at -$67.0 million, down 102.65% from the prior year.
- Cash from Investing Activities was -$642.0 million for Q3 2026 at Coca Cola, down from $1.7 billion in the prior quarter.
- The five-year high for Cash from Investing Activities was $2.3 billion in Q3 2024, with the low at -$1.7 billion in Q3 2023.
- Average Cash from Investing Activities over 5 years is -$30.6 million, with a median of -$262.5 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2026: Cash from Investing Activities plunged 728.92% in 2022, then jumped 263.64% in 2026.
- Over 5 years, Cash from Investing Activities stood at $1.4 billion in 2022, then sank by 164.94% to -$926.0 million in 2023, then climbed by 15.44% to -$783.0 million in 2024, then plunged by 33.33% to -$1.0 billion in 2025, then jumped by 38.51% to -$642.0 million in 2026.
- The last three Cash from Investing Activities figures came in at -$642.0 million (Q3 2026), $1.7 billion (Q2 2026), and -$1.0 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | -642.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 | -915.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | -408.63 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -168.14 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 | -16.80 Bn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | -94.84 Mn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | -193.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 3, 2026 | -642.00 Mn |
| Apr 3, 2026 | 1.75 Bn |
| Dec 31, 2025 | -1.04 Bn |
| Sep 26, 2025 | 1.26 Bn |
| Jun 27, 2025 | 789.00 Mn |
| Mar 28, 2025 | -1.07 Bn |
| Dec 31, 2024 | -783.00 Mn |
| Sep 27, 2024 | 2.31 Bn |
| Jun 28, 2024 | 667.00 Mn |
| Mar 29, 2024 | 330.00 Mn |
| Dec 31, 2023 | -926.00 Mn |
| Sep 29, 2023 | -1.66 Bn |
| Jun 30, 2023 | -883.00 Mn |
| Mar 31, 2023 | 117.00 Mn |
| Dec 31, 2022 | 1.43 Bn |
| Sep 30, 2022 | -1.04 Bn |
| Jul 1, 2022 | -1.29 Bn |
| Apr 1, 2022 | 146.00 Mn |
| Dec 31, 2021 | -4.68 Bn |
| Oct 1, 2021 | 166.00 Mn |
Coca Cola Cash from Investing Activities 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=cash-from-investing-activities&ticker=KO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=KO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();