Coca-Cola Europacific Partners (CCEP) Interest Expenses (2016 - 2025)
Coca-Cola Europacific Partners' (CCEP) quarterly Interest Expenses came in at -$356.2 million in Q4 2025, down 22.55% year-over-year from -$459.9 million in Q4 2024, and down 22.55% quarter-over-quarter from -$290.7 million in Q4 2024.
Coca-Cola Europacific Partners (CCEP) Interest Expenses (2016 - 2025) Analysis & Trends
Coca-Cola Europacific Partners (CCEP) has reported Interest Expenses for 10 consecutive years, with -$356.2 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Interest Expenses fell 22.55% year-over-year to -$356.2 million in Q4 2025; TTM through Dec 2025 was -$1.0 billion, a 18.3% decrease from a year earlier, with the FY2025 full-year figure at -$356.2 million, down 20.99% from the prior year.
- Interest Expenses was -$356.2 million for Q4 2025 at Coca-Cola Europacific Partners, down from -$290.7 million in the prior quarter.
- Over five years, Interest Expenses peaked at -$184.7 million in Q4 2022 and troughed at -$356.2 million in Q4 2025.
- A 5-year average of -$245.5 million and a median of -$199.0 million in 2023 frame the typical range for Interest Expenses.
- Across the five-year window, Interest Expenses grew 6.15% in 2022 and slumped 46.02% in 2024, its largest moves.
- Over 5 years, Interest Expenses stood at -$196.8 million in 2021, then rose by 6.15% to -$184.7 million in 2022, then slipped by 7.79% to -$199.0 million in 2023, then sank by 46.02% to -$290.7 million in 2024, then decreased by 22.55% to -$356.2 million in 2025.
- The last three Interest Expenses figures came in at -$356.2 million (Q4 2025), -$290.7 million (Q4 2024), and -$199.0 million (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int Expense (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 369.00 Mn |
| 2 | Diageo | 209.58 Bn | 209.63 Bn | - | - |
| 3 | Coca Cola Femsa Sab De Cv | 185.97 Bn | 185.19 Bn | 2.06 Bn | 130.59 Mn |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | 230.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | - |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -180.13 Mn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | -356.20 Mn |
| 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 | -33.52 Mn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -356.20 Mn |
| Dec 31, 2024 | -290.66 Mn |
| Dec 31, 2023 | -199.05 Mn |
| Dec 31, 2022 | -184.66 Mn |
| Dec 31, 2021 | -196.76 Mn |
| Dec 31, 2020 | -171.69 Mn |
| Dec 31, 2019 | -160.50 Mn |
| Dec 31, 2018 | -159.80 Mn |
| Sep 28, 2018 | -40.70 Mn |
| Jun 29, 2018 | -40.60 Mn |
| Mar 31, 2018 | -41.77 Mn |
| Dec 31, 2017 | -174.26 Mn |
| Sep 29, 2017 | -46.98 Mn |
| Jun 30, 2017 | -41.78 Mn |
| Mar 31, 2017 | -40.49 Mn |
| Dec 31, 2016 | -166.28 Mn |
| Sep 30, 2016 | -45.76 Mn |
| Apr 30, 2016 | -29.08 Mn |
Coca-Cola Europacific Partners Interest Expenses 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=interest-expenses&ticker=CCEP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-expenses", "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=interest-expenses&ticker=CCEP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();