Coca-Cola Europacific Partners (CCEP) Other Non Operating Income (2016 - 2025)
Coca-Cola Europacific Partners' (CCEP) quarterly Other Non Operating Income came in at -$24.4 million in Q4 2025, down 154.17% year-over-year from $45.1 million in Q4 2024, and down 154.17% quarter-over-quarter from -$9.6 million in Q4 2024.
Coca-Cola Europacific Partners (CCEP) Other Non Operating Income (2016 - 2025) Analysis & Trends
Coca-Cola Europacific Partners (CCEP) has reported Other Non Operating Income for 9 consecutive years, with -$24.4 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Other Non Operating Income fell 154.17% year-over-year to -$24.4 million in Q4 2025; TTM through Dec 2025 was -$66.6 million, a 39.13% decrease from a year earlier, with the FY2025 full-year figure at -$24.4 million, down 150.95% from the prior year.
- Other Non Operating Income was -$24.4 million for Q4 2025 at Coca-Cola Europacific Partners, down from -$9.6 million in the prior quarter.
- Over five years, Other Non Operating Income peaked at -$5.7 million in Q4 2021 and troughed at -$24.4 million in Q4 2025.
- A 5-year average of -$14.5 million and a median of -$15.3 million in 2022 frame the typical range for Other Non Operating Income.
- Across the five-year window, Other Non Operating Income plunged 167.55% in 2022 and surged 44.13% in 2024, its largest moves.
- Over 5 years, Other Non Operating Income stood at -$5.7 million in 2021, then sank by 167.55% to -$15.3 million in 2022, then decreased by 12.49% to -$17.2 million in 2023, then surged by 44.13% to -$9.6 million in 2024, then tumbled by 154.17% to -$24.4 million in 2025.
- The last three Other Non Operating Income figures came in at -$24.4 million (Q4 2025), -$9.6 million (Q4 2024), and -$17.2 million (Q4 2023), 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 | -24.44 Mn |
| Dec 31, 2024 | -9.62 Mn |
| Dec 31, 2023 | -17.22 Mn |
| Dec 31, 2022 | -15.30 Mn |
| Dec 31, 2021 | -5.72 Mn |
| Dec 31, 2020 | -8.35 Mn |
| Dec 31, 2018 | -2.28 Mn |
| Dec 31, 2017 | -1.18 Mn |
| Sep 29, 2017 | -2.35 Mn |
| Dec 31, 2016 | -9.72 Mn |
| Sep 30, 2016 | -1.12 Mn |
| Apr 30, 2016 | -2.24 Mn |
Coca-Cola Europacific Partners Other Non Operating Income 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=other-non-operating-income&ticker=CCEP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=CCEP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();