Coca-Cola Consolidated (COKE) Non-Current Assets (2010 - 2026)
Coca-Cola Consolidated (COKE) posted Non-Current Assets of $2.9 billion for Q3 2026, little changed on a QoQ basis from $2.9 billion in Q2 2026, and up 3.4% year-over-year from $2.8 billion in Q3 2025.
Coca-Cola Consolidated (COKE) Non-Current Assets (2010 - 2026) Analysis & Trends
Coca-Cola Consolidated has reported Non-Current Assets for 17 years, with the latest figure at $2.9 billion in Q3 2026.
- On a quarterly basis, Non-Current Assets rose 3.4% year-over-year to $2.9 billion in Q3 2026; TTM through Jul 2026 was $11.5 billion, a 3.86% increase from a year earlier, with the FY2025 full-year figure at $2.9 billion, up 3.99% from the prior year.
- Non-Current Assets was $2.9 billion for Q3 2026 at Coca-Cola Consolidated, roughly flat from $2.9 billion in the prior quarter.
- The five-year high for Non-Current Assets was $2.9 billion in Q3 2026, with the low at $2.4 billion in Q3 2022.
- Average Non-Current Assets over 5 years is $2.6 billion, with a median of $2.6 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2024: Non-Current Assets gained 0.55% in 2022, then climbed 9.61% in 2024.
- Over 5 years, Non-Current Assets stood at $2.5 billion in 2022, then advanced by 4.87% to $2.6 billion in 2023, then grew by 7.04% to $2.8 billion in 2024, then advanced by 3.99% to $2.9 billion in 2025, then grew by 1.03% to $2.9 billion in 2026.
- The last three Non-Current Assets figures came in at $2.9 billion (Q3 2026), $2.9 billion (Q2 2026), and $2.9 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 75.05 Bn |
| 2 | Diageo | 209.58 Bn | 209.63 Bn | - | 29.63 Bn |
| 3 | Coca Cola Femsa Sab De Cv | 185.97 Bn | 185.19 Bn | 2.06 Bn | 14.14 Bn |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | 79.41 Bn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | 4.98 Bn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | 19.31 Bn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | 27.70 Bn |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | 393.00 Mn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | 2,496.56 Bn |
| 10 | Coca-Cola Consolidated | 10.60 Bn | 10.42 Bn | 778.41 Mn | 2.91 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 3, 2026 | 2.91 Bn |
| Apr 3, 2026 | 2.89 Bn |
| Dec 31, 2025 | 2.88 Bn |
| Sep 26, 2025 | 2.82 Bn |
| Jun 27, 2025 | 2.81 Bn |
| Mar 28, 2025 | 2.79 Bn |
| Dec 31, 2024 | 2.77 Bn |
| Sep 27, 2024 | 2.70 Bn |
| Jun 28, 2024 | 2.62 Bn |
| Mar 29, 2024 | 2.58 Bn |
| Dec 31, 2023 | 2.58 Bn |
| Sep 29, 2023 | 2.46 Bn |
| Jun 30, 2023 | 2.45 Bn |
| Mar 31, 2023 | 2.45 Bn |
| Dec 31, 2022 | 2.46 Bn |
| Sep 30, 2022 | 2.37 Bn |
| Jul 1, 2022 | 2.37 Bn |
| Apr 1, 2022 | 2.37 Bn |
| Dec 31, 2021 | 2.37 Bn |
| Oct 1, 2021 | 2.35 Bn |
Coca-Cola Consolidated Non-Current Assets 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=non-current-assets&ticker=COKE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=COKE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();