Coca-Cola Europacific Partners (CCEP) Change in Intangibles (2016 - 2018)
Coca-Cola Europacific Partners' (CCEP) quarterly Change in Intangibles came in at -$6.1 million in Q1 2018, down 92.19% year-over-year from -$78.6 million in Q1 2017, and down 92.19% quarter-over-quarter from -$3.2 million in Q1 2017.
Coca-Cola Europacific Partners (CCEP) Change in Intangibles (2016 - 2018) Analysis & Trends
Coca-Cola Europacific Partners (CCEP) has reported Change in Intangibles for 3 consecutive years, with -$6.1 million the latest figure, recorded in Q1 2018.
- On a quarterly basis, Change in Intangibles fell 92.19% year-over-year to -$6.1 million in Q1 2018; TTM through Mar 2018 was -$30.1 million, a N/A change from a year earlier, with the FY2025 full-year figure at $2.3 million, changed N/A from the prior year.
- Change in Intangibles was -$6.1 million for Q1 2018 at Coca-Cola Europacific Partners, down from -$3.2 million in the prior quarter.
- Over five years, Change in Intangibles peaked at -$3.2 million in Q1 2017 and troughed at -$13.0 million in Q4 2016.
- A 3-year average of -$7.5 million and a median of -$7.0 million in 2016 frame the typical range for Change in Intangibles.
- The widest YoY moves for Change in Intangibles: up 92.19% in 2018, down 92.19% in 2018.
- Over 3 years, Change in Intangibles stood at -$13.0 million in 2016, then jumped by 75.33% to -$3.2 million in 2017, then slumped by 92.19% to -$6.1 million in 2018.
- The last three Change in Intangibles figures came in at -$6.1 million (Q1 2018), -$3.2 million (Q1 2017), and -$13.0 million (Q4 2016), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Intangibless (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 |
|---|---|
| Mar 31, 2018 | -6.14 Mn |
| Mar 31, 2017 | -3.20 Mn |
| Dec 31, 2016 | -12.96 Mn |
| Apr 30, 2016 | -7.83 Mn |
Coca-Cola Europacific Partners Change in Intangibles 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=change-in-intangibles&ticker=CCEP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-intangibles", "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=change-in-intangibles&ticker=CCEP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();