Coca-Cola Europacific Partners (CCEP) Current Assets (2014 - 2025)
Coca-Cola Europacific Partners' (CCEP) quarterly Current Assets came in at $7.1 billion in Q4 2025, little changed year-over-year from $7.1 billion in Q4 2024, and down 22.45% quarter-over-quarter from $9.1 billion in Q2 2025.
Coca-Cola Europacific Partners (CCEP) Current Assets (2014 - 2025) Analysis & Trends
Coca-Cola Europacific Partners (CCEP) has reported Current Assets for 12 consecutive years, with $7.1 billion the latest figure, recorded in Q4 2025.
- On a quarterly basis, Current Assets changed 0.24% year-over-year to $7.1 billion in Q4 2025; TTM through Dec 2025 was $7.1 billion, a 0.24% change from a year earlier, with the FY2025 full-year figure at $7.1 billion, down 1.51% from the prior year.
- Current Assets was $7.1 billion for Q4 2025 at Coca-Cola Europacific Partners, down from $9.1 billion in the prior quarter.
- Over five years, Current Assets peaked at $9.1 billion in Q2 2025 and troughed at $6.6 billion in Q4 2021.
- A 5-year average of $7.5 billion and a median of $7.2 billion in 2021 frame the typical range for Current Assets.
- Across the five-year window, Current Assets jumped 73.3% in 2021 and retreated 0.3% in 2024, its largest moves.
- Over 5 years, Current Assets stood at $6.6 billion in 2021, then advanced by 1.31% to $6.7 billion in 2022, then gained by 6.46% to $7.1 billion in 2023, then retreated by 0.19% to $7.1 billion in 2024, then declined by 0.24% to $7.1 billion in 2025.
- The last three Current Assets figures came in at $7.1 billion (Q4 2025), $9.1 billion (Q2 2025), and $7.1 billion (Q4 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 32.88 Bn |
| 2 | Diageo | 209.58 Bn | 209.63 Bn | - | 17.21 Bn |
| 3 | Coca Cola Femsa Sab De Cv | 185.97 Bn | 185.19 Bn | 2.06 Bn | 5.18 Bn |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | 32.78 Bn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | 6.41 Bn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | 8.00 Bn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | 7.08 Bn |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | 9.46 Bn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | 996.92 Bn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | 3.04 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 7.08 Bn |
| Jun 27, 2025 | 9.13 Bn |
| Dec 31, 2024 | 7.09 Bn |
| Jun 28, 2024 | 8.10 Bn |
| Dec 31, 2023 | 7.11 Bn |
| Jun 30, 2023 | 8.12 Bn |
| Dec 31, 2022 | 6.68 Bn |
| Jul 1, 2022 | 7.43 Bn |
| Dec 31, 2021 | 6.59 Bn |
| Jul 2, 2021 | 7.24 Bn |
| Dec 31, 2020 | 4.86 Bn |
| Jun 26, 2020 | 4.18 Bn |
| Dec 31, 2019 | 3.43 Bn |
| Jun 28, 2019 | 4.12 Bn |
| Dec 31, 2018 | 3.41 Bn |
| Sep 28, 2018 | 4.34 Bn |
| Jun 29, 2018 | 4.53 Bn |
| Mar 31, 2018 | 4.12 Bn |
| Dec 31, 2017 | 3.90 Bn |
| Sep 29, 2017 | 4.40 Bn |
Coca-Cola Europacific Partners 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=current-assets&ticker=CCEP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-assets", "ticker": "CCEP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=current-assets&ticker=CCEP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();