Coca Cola (KO) Other financing activities (2009 - 2026)
Coca Cola (KO) posted Other financing activities of -$8.0 million for Q3 2026, down 166.67% on a QoQ basis from -$3.0 million in Q2 2026, and down 700.0% year-over-year from $1.3 million in Q3 2025.
Coca Cola (KO) Other financing activities (2009 - 2026) Analysis & Trends
Coca Cola has reported Other financing activities for 18 years, with the latest figure at -$8.0 million in Q3 2026.
- On a quarterly basis, Other financing activities fell 700.0% year-over-year to -$8.0 million in Q3 2026; TTM through Jul 2026 was $1.4 billion, a 1219.53% increase from a year earlier, with the FY2025 full-year figure at $1.3 billion, up 4416.13% from the prior year.
- Other financing activities was -$8.0 million for Q3 2026 at Coca Cola, down from -$3.0 million in the prior quarter.
- The five-year high for Other financing activities was $1.4 billion in Q3 2025, with the low at -$979.0 million in Q2 2022.
- Average Other financing activities over 5 years is -$14.7 million, with a median of -$8.0 million recorded in 2023.
- The largest YoY upside for Other financing activities was 28220.0% in 2025 against a maximum downside of 5150.0% in 2025.
- Over 5 years, Other financing activities stood at -$42.0 million in 2022, then soared by 80.95% to -$8.0 million in 2023, then sank by 112.5% to -$17.0 million in 2024, then soared by 323.53% to $38.0 million in 2025, then slumped by 121.05% to -$8.0 million in 2026.
- The last three Other financing activities figures came in at -$8.0 million (Q3 2026), -$3.0 million (Q2 2026), and $38.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn |
| 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 |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 3, 2026 | -8.00 Mn |
| Apr 3, 2026 | -3.00 Mn |
| Dec 31, 2025 | 38.00 Mn |
| Sep 26, 2025 | 1.41 Bn |
| Jun 27, 2025 | -1.00 Mn |
| Mar 28, 2025 | -105.00 Mn |
| Dec 31, 2024 | -17.00 Mn |
| Sep 27, 2024 | -5.00 Mn |
| Jun 28, 2024 | -7.00 Mn |
| Mar 29, 2024 | -2.00 Mn |
| Dec 31, 2023 | -8.00 Mn |
| Sep 29, 2023 | -1.00 Mn |
| Jun 30, 2023 | -341.00 Mn |
| Mar 31, 2023 | -115.00 Mn |
| Dec 31, 2022 | -42.00 Mn |
| Sep 30, 2022 | -31.00 Mn |
| Jul 1, 2022 | -43.00 Mn |
| Apr 1, 2022 | -979.00 Mn |
| Dec 31, 2021 | 1.00 Mn |
| Oct 1, 2021 | 18.00 Mn |
Coca Cola Other financing 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=other-financing-activities&ticker=KO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-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=other-financing-activities&ticker=KO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();