Coca-Cola Europacific Partners (CCEP) Receivables - Net (2014 - 2025)
Coca-Cola Europacific Partners' (CCEP) quarterly Receivables - Net came in at $3.1 billion in Q4 2025, up 14.07% year-over-year from $2.7 billion in Q4 2024, and down 14.76% quarter-over-quarter from $3.7 billion in Q2 2025.
Coca-Cola Europacific Partners (CCEP) Receivables - Net (2014 - 2025) Analysis & Trends
Coca-Cola Europacific Partners (CCEP) has reported Receivables - Net for 12 consecutive years, with $3.1 billion the latest figure, recorded in Q4 2025.
- On a quarterly basis, Receivables - Net rose 14.07% year-over-year to $3.1 billion in Q4 2025; TTM through Dec 2025 was $3.1 billion, a 14.07% increase from a year earlier, with the FY2025 full-year figure at $3.1 billion, up 12.62% from the prior year.
- Receivables - Net was $3.1 billion for Q4 2025 at Coca-Cola Europacific Partners, down from $3.7 billion in the prior quarter.
- Over five years, Receivables - Net peaked at $3.7 billion in Q2 2025 and troughed at $2.5 billion in Q4 2022.
- A 5-year average of $3.0 billion and a median of $2.9 billion in 2021 frame the typical range for Receivables - Net.
- Across the five-year window, Receivables - Net jumped 53.69% in 2021 and slipped 4.59% in 2022, its largest moves.
- Over 5 years, Receivables - Net stood at $2.6 billion in 2021, then slipped by 4.59% to $2.5 billion in 2022, then climbed by 8.92% to $2.7 billion in 2023, then slipped by 0.02% to $2.7 billion in 2024, then climbed by 14.07% to $3.1 billion in 2025.
- The last three Receivables - Net figures came in at $3.1 billion (Q4 2025), $3.7 billion (Q2 2025), and $2.7 billion (Q4 2024), 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 |
|---|---|
| Dec 31, 2025 | 3.13 Bn |
| Jun 27, 2025 | 3.67 Bn |
| Dec 31, 2024 | 2.74 Bn |
| Jun 28, 2024 | 3.18 Bn |
| Dec 31, 2023 | 2.74 Bn |
| Jun 30, 2023 | 3.19 Bn |
| Dec 31, 2022 | 2.52 Bn |
| Jul 1, 2022 | 2.93 Bn |
| Dec 31, 2021 | 2.64 Bn |
| Jul 2, 2021 | 2.96 Bn |
| Dec 31, 2020 | 1.72 Bn |
| Jun 26, 2020 | 1.95 Bn |
| Dec 31, 2019 | 1.85 Bn |
| Jun 28, 2019 | 2.22 Bn |
| Dec 31, 2018 | 1.89 Bn |
| Sep 28, 2018 | 2.15 Bn |
| Jun 29, 2018 | 2.35 Bn |
| Mar 31, 2018 | 2.15 Bn |
| Dec 31, 2017 | 2.04 Bn |
| Sep 29, 2017 | 2.25 Bn |
Coca-Cola Europacific Partners Receivables - Net 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=receivables-net&ticker=CCEP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-net", "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=receivables-net&ticker=CCEP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();