Caesars Entertainment (CZR) Times Interest Earned (2013 - 2022)
Caesars Entertainment (CZR) posted Times Interest Earned of 1.16 for Q3 2022, up 7.54% on a QoQ basis from 1.08 in Q2 2022, and up 26.05% year-over-year from 0.92 in Q3 2021.
Caesars Entertainment (CZR) Times Interest Earned (2013 - 2022) Analysis & Trends
Caesars Entertainment has reported Times Interest Earned for 10 years, with the latest figure at 1.16 in Q3 2022.
- On a quarterly basis, Times Interest Earned rose 26.05% year-over-year to 1.16 in Q3 2022; TTM through Sep 2022 was 0.61, a 10.17% increase from a year earlier, with the FY2021 full-year figure at 0.64, up 299.65% from the prior year.
- Times Interest Earned was 1.16 for Q3 2022 at Caesars Entertainment, up from 1.08 in the prior quarter.
- The five-year high for Times Interest Earned was 2.69 in Q3 2018, with the low at 1.84 in Q1 2020.
- Average Times Interest Earned over 5 years is 0.8, with a median of 1.02 recorded in 2021.
- The sharpest annual moves came in 2020 and 2021: Times Interest Earned tumbled 209.18% in 2020, then soared 440.18% in 2021.
- Over 5 years, Times Interest Earned stood at 1.15 in 2018, then dropped by 25.75% to 0.85 in 2019, then sank by 110.06% to 0.09 in 2020, then jumped by 353.13% to 0.22 in 2021, then soared by 432.57% to 1.16 in 2022.
- The last three Times Interest Earned figures came in at 1.16 (Q3 2022), 1.08 (Q2 2022), and 0.02 (Q1 2022), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Times Interest Earned (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 3.27 |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | - |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | - |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 4.93 |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 7.23 |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | - |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 1.96 |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | 20.00 |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | - |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 5.10 |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2022 | 1.16 |
| Jun 30, 2022 | 1.08 |
| Mar 31, 2022 | -0.02 |
| Dec 31, 2021 | 0.22 |
| Sep 30, 2021 | 0.92 |
| Jun 30, 2021 | 1.02 |
| Mar 31, 2021 | 0.37 |
| Dec 31, 2020 | -0.09 |
| Sep 30, 2020 | -0.27 |
| Jun 30, 2020 | -1.16 |
| Mar 31, 2020 | -1.84 |
| Dec 31, 2019 | 0.85 |
| Sep 30, 2019 | 1.74 |
| Jun 30, 2019 | 1.43 |
| Mar 31, 2019 | 1.68 |
| Dec 31, 2018 | 1.15 |
| Sep 30, 2018 | 2.69 |
| Jun 30, 2018 | 2.47 |
| Mar 31, 2018 | 1.73 |
| Dec 31, 2017 | 0.98 |
Caesars Entertainment 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=CZR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "ticker": "CZR", "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=CZR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();