Coca-Cola Europacific Partners (CCEP) Times Interest Earned (2016 - 2019)
Coca-Cola Europacific Partners' (CCEP) quarterly Times Interest Earned came in at 11.56 in Q4 2019, down 8416.88% year-over-year from 0.14 in Q4 2018, and down 8416.88% quarter-over-quarter from 0.14 in Q4 2018.
Coca-Cola Europacific Partners (CCEP) Times Interest Earned (2016 - 2019) Analysis & Trends
Coca-Cola Europacific Partners (CCEP) has reported Times Interest Earned for 4 consecutive years, with 11.56 the latest figure, recorded in Q4 2019.
- On a quarterly basis, Times Interest Earned fell 8416.88% year-over-year to 11.56 in Q4 2019; TTM through Dec 2019 was 7.37, a 56.31% decrease from a year earlier, with the FY2025 full-year figure at 9.13, down 16.45% from the prior year.
- Times Interest Earned was 11.56 for Q4 2019 at Coca-Cola Europacific Partners, down from 0.14 in the prior quarter.
- Over five years, Times Interest Earned peaked at 0.14 in Q4 2018 and troughed at 14.31 in Q3 2018.
- A 4-year average of 7.4 and a median of 7.82 in 2017 frame the typical range for Times Interest Earned.
- Across the five-year window, Times Interest Earned surged 94.11% in 2018 and slumped 8416.88% in 2019, its largest moves.
- Over 4 years, Times Interest Earned stood at 1.36 in 2016, then slumped by 69.77% to 2.3 in 2017, then surged by 94.11% to 0.14 in 2018, then tumbled by 8416.88% to 11.56 in 2019.
- The last three Times Interest Earned figures came in at 11.56 (Q4 2019), 0.14 (Q4 2018), and 14.31 (Q3 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Times Interest Earned (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 12.66 |
| 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.69 |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | 17.49 |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | - |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | 5.28 |
| 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 | 2,781.53 |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | -11.56 |
| Dec 31, 2018 | -0.14 |
| Sep 28, 2018 | -14.31 |
| Jun 29, 2018 | -12.29 |
| Mar 31, 2018 | -5.50 |
| Dec 31, 2017 | -2.30 |
| Sep 29, 2017 | -10.67 |
| Jun 30, 2017 | -10.95 |
| Mar 31, 2017 | -5.76 |
| Dec 31, 2016 | -1.36 |
| Sep 30, 2016 | -9.88 |
| Apr 30, 2016 | -4.04 |
Coca-Cola Europacific Partners Times Interest Earned 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=times-interest-earned&ticker=CCEP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "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=times-interest-earned&ticker=CCEP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();