Coca-Cola Europacific Partners (CCEP) Revenue (2016 - 2019)
Coca-Cola Europacific Partners' (CCEP) quarterly Revenue came in at $12.7 billion in Q4 2019, up 247729.14% year-over-year from N/an in Q4 2018, and up 247729.14% quarter-over-quarter from $5.1 million in Q4 2018.
Coca-Cola Europacific Partners (CCEP) Revenue (2016 - 2019) Analysis & Trends
Coca-Cola Europacific Partners (CCEP) has reported Revenue for 4 consecutive years, with $12.7 billion the latest figure, recorded in Q4 2019.
- On a quarterly basis, Revenue rose 247729.14% year-over-year to $12.7 billion in Q4 2019; TTM through Dec 2019 was $20.2 billion, a 94.29% increase from a year earlier, with the FY2025 full-year figure at $24.3 billion, up 9.99% from the prior year.
- Revenue was $12.7 billion for Q4 2019 at Coca-Cola Europacific Partners, up from $5.1 million in the prior quarter.
- Over five years, Revenue peaked at $12.7 billion in Q4 2019 and troughed at $5.1 million in Q4 2018.
- A 4-year average of $4.0 billion and a median of $3.4 billion in 2016 frame the typical range for Revenue.
- Across the five-year window, Revenue tumbled 99.84% in 2018 and jumped 247729.14% in 2019, its largest moves.
- Over 4 years, Revenue stood at $5.0 billion in 2016, then tumbled by 37.61% to $3.1 billion in 2017, then plunged by 99.84% to $5.1 million in 2018, then jumped by 247729.14% to $12.7 billion in 2019.
- The last three Revenue figures came in at $12.7 billion (Q4 2019), $5.1 million (Q4 2018), and $3.8 billion (Q3 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Revenue (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 13.38 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.38 Bn |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | 24.18 Bn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | 2.54 Bn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | 3.98 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 | 7.31 Bn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | 1.74 Bn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | 2.59 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | 12.73 Bn |
| Dec 31, 2018 | 5.14 Mn |
| Sep 28, 2018 | 3.82 Bn |
| Jun 29, 2018 | 3.65 Bn |
| Mar 31, 2018 | 2.92 Bn |
| Dec 31, 2017 | 3.13 Bn |
| Sep 29, 2017 | 3.48 Bn |
| Jun 30, 2017 | 3.36 Bn |
| Mar 31, 2017 | 2.54 Bn |
| Dec 31, 2016 | 5.02 Bn |
| Sep 30, 2016 | 3.36 Bn |
Coca-Cola Europacific Partners Revenue 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=revenue&ticker=CCEP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=CCEP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();