Coca-Cola Europacific Partners (CCEP) Tax Provisions (2016 - 2025)
Coca-Cola Europacific Partners' (CCEP) quarterly Tax Provisions came in at -$686.8 million in Q4 2025, down 30.63% year-over-year from -$990.0 million in Q4 2024, and down 30.63% quarter-over-quarter from -$525.7 million in Q4 2024.
Coca-Cola Europacific Partners (CCEP) Tax Provisions (2016 - 2025) Analysis & Trends
Coca-Cola Europacific Partners (CCEP) has reported Tax Provisions for 10 consecutive years, with -$686.8 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Tax Provisions fell 30.63% year-over-year to -$686.8 million in Q4 2025; TTM through Dec 2025 was -$2.2 billion, a 11.83% decrease from a year earlier, with the FY2025 full-year figure at -$686.8 million, down 28.97% from the prior year.
- Tax Provisions was -$686.8 million for Q4 2025 at Coca-Cola Europacific Partners, down from -$525.7 million in the prior quarter.
- Over five years, Tax Provisions peaked at -$444.8 million in Q4 2022 and troughed at -$686.8 million in Q4 2025.
- A 5-year average of -$536.5 million and a median of -$525.7 million in 2024 frame the typical range for Tax Provisions.
- Across the five-year window, Tax Provisions tumbled 91.89% in 2021 and advanced 8.49% in 2024, its largest moves.
- Over 5 years, Tax Provisions stood at -$450.7 million in 2021, then climbed by 1.31% to -$444.8 million in 2022, then dropped by 29.16% to -$574.6 million in 2023, then grew by 8.49% to -$525.7 million in 2024, then slumped by 30.63% to -$686.8 million in 2025.
- The last three Tax Provisions figures came in at -$686.8 million (Q4 2025), -$525.7 million (Q4 2024), and -$574.6 million (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 1.04 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 | 157.47 Mn |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | 848.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | 183.73 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -170.81 Mn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | -686.79 Mn |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | 95.00 Mn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | -65.56 Mn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | 88.10 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -686.79 Mn |
| Dec 31, 2024 | -525.75 Mn |
| Dec 31, 2023 | -574.55 Mn |
| Dec 31, 2022 | -444.83 Mn |
| Dec 31, 2021 | -450.72 Mn |
| Dec 31, 2020 | -234.88 Mn |
| Dec 31, 2019 | -402.91 Mn |
| Dec 31, 2018 | -337.85 Mn |
| Sep 28, 2018 | -139.55 Mn |
| Jun 29, 2018 | -120.59 Mn |
| Mar 31, 2018 | -51.60 Mn |
| Dec 31, 2017 | -554.57 Mn |
| Sep 29, 2017 | -109.23 Mn |
| Jun 30, 2017 | -100.06 Mn |
| Mar 31, 2017 | -51.14 Mn |
| Dec 31, 2016 | -183.55 Mn |
| Sep 30, 2016 | -53.58 Mn |
| Apr 30, 2016 | -24.60 Mn |
Coca-Cola Europacific Partners Tax Provisions 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=tax-provisions&ticker=CCEP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=CCEP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();