Coca-Cola Consolidated (COKE) Invested Capital (2010 - 2026)
Coca-Cola Consolidated (COKE) posted Invested Capital of $2.1 billion for Q3 2026, up 0.92% on a QoQ basis from $2.1 billion in Q2 2026, and down 43.92% year-over-year from $3.8 billion in Q3 2025.
Coca-Cola Consolidated (COKE) Invested Capital (2010 - 2026) Analysis & Trends
Coca-Cola Consolidated has reported Invested Capital for 17 years, with the latest figure at $2.1 billion in Q3 2026.
- On a quarterly basis, Invested Capital fell 43.92% year-over-year to $2.1 billion in Q3 2026; TTM through Jul 2026 was $2.1 billion, a 43.92% decrease from a year earlier, with the FY2025 full-year figure at $2.1 billion, down 39.6% from the prior year.
- Invested Capital was $2.1 billion for Q3 2026 at Coca-Cola Consolidated, up from $2.1 billion in the prior quarter.
- The five-year high for Invested Capital was $3.8 billion in Q3 2025, with the low at $1.7 billion in Q2 2022.
- Average Invested Capital over 5 years is $2.5 billion, with a median of $2.1 billion recorded in 2023.
- The sharpest annual moves came in 2024 and 2026: Invested Capital soared 74.65% in 2024, then plunged 43.92% in 2026.
- Over 5 years, Invested Capital stood at $1.9 billion in 2022, then increased by 8.41% to $2.0 billion in 2023, then jumped by 74.65% to $3.6 billion in 2024, then tumbled by 39.6% to $2.1 billion in 2025, then decreased by 1.55% to $2.1 billion in 2026.
- The last three Invested Capital figures came in at $2.1 billion (Q3 2026), $2.1 billion (Q2 2026), and $2.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 81.86 Bn |
| 2 | Diageo | 209.58 Bn | 209.63 Bn | - | 11.82 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 | 86.09 Bn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | - |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | 17.78 Bn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | 22.23 Bn |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | 59.21 Bn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | 3,578.80 Bn |
| 10 | Coca-Cola Consolidated | 10.60 Bn | 10.42 Bn | 778.41 Mn | 2.11 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 3, 2026 | 2.11 Bn |
| Apr 3, 2026 | 2.09 Bn |
| Dec 31, 2025 | 2.15 Bn |
| Sep 26, 2025 | 3.77 Bn |
| Jun 27, 2025 | 3.77 Bn |
| Mar 28, 2025 | 3.64 Bn |
| Dec 31, 2024 | 3.55 Bn |
| Sep 27, 2024 | 3.07 Bn |
| Jun 28, 2024 | 2.98 Bn |
| Mar 29, 2024 | 2.20 Bn |
| Dec 31, 2023 | 2.03 Bn |
| Sep 29, 2023 | 2.12 Bn |
| Jun 30, 2023 | 1.98 Bn |
| Mar 31, 2023 | 2.02 Bn |
| Dec 31, 2022 | 1.88 Bn |
| Sep 30, 2022 | 1.81 Bn |
| Jul 1, 2022 | 1.82 Bn |
| Apr 1, 2022 | 1.69 Bn |
| Dec 31, 2021 | 1.58 Bn |
| Oct 1, 2021 | 1.63 Bn |
Coca-Cola Consolidated Invested Capital 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=invested-capital&ticker=COKE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "ticker": "COKE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=invested-capital&ticker=COKE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();