Caesars Entertainment (CZR) Equity Income (2013 - 2020)
Caesars Entertainment (CZR) posted Equity Income of -$1.4 million for Q2 2020, down 475.4% on a QoQ basis from -$252000.0 in Q1 2020, and down 18.66% year-over-year from -$1.8 million in Q3 2019.
Caesars Entertainment (CZR) Equity Income (2013 - 2020) Analysis & Trends
Caesars Entertainment has reported Equity Income for 7 years, with the latest figure at -$1.4 million in Q2 2020.
- On a quarterly basis, Equity Income fell 18.66% year-over-year to -$1.4 million in Q2 2020; TTM through Jun 2020 was -$3.5 million, a 353.8% decrease from a year earlier, with the FY2019 full-year figure at -$2.4 million, down 1046.01% from the prior year.
- Equity Income was -$1.4 million for Q2 2020 at Caesars Entertainment, down from -$252000.0 in the prior quarter.
- The five-year high for Equity Income was $605000.0 in Q1 2019, with the low at -$1.5 million in Q3 2019.
- Average Equity Income over 4 years is -$337357.1, with a median of -$91000.0 recorded in 2018.
- The largest YoY upside for Equity Income was 811.76% in 2019 against a maximum downside of 3918.75% in 2019.
- Over 4 years, Equity Income stood at -$62000.0 in 2017, then slumped by 56.45% to -$97000.0 in 2018, then slumped by 218.56% to -$309000.0 in 2019, then sank by 369.26% to -$1.4 million in 2020.
- The last three Equity Income figures came in at -$1.4 million (Q2 2020), -$252000.0 (Q1 2020), and -$309000.0 (Q4 2019), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | - |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | 2.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 | - |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | - |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | -2.70 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | - |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | - |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 41.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2020 | -1.45 Mn |
| Mar 31, 2020 | -252,000.00 |
| Dec 31, 2019 | -309,000.00 |
| Sep 30, 2019 | -1.52 Mn |
| Jun 30, 2019 | -1.22 Mn |
| Mar 31, 2019 | 605,000.00 |
| Dec 31, 2018 | -97,000.00 |
| Sep 30, 2018 | -63,000.00 |
| Jun 30, 2018 | 32,000.00 |
| Mar 31, 2018 | -85,000.00 |
| Dec 31, 2017 | -62,000.00 |
| Sep 30, 2017 | -23,000.00 |
| Jun 30, 2017 | -60,000.00 |
| Mar 31, 2017 | -222,000.00 |
| Sep 30, 2015 | 2.55 Mn |
| Jun 30, 2015 | 1.11 Mn |
| Mar 31, 2015 | -518,000.00 |
| Dec 31, 2014 | 1.99 Mn |
| Sep 30, 2014 | 1.24 Mn |
| Jun 30, 2014 | 2.16 Mn |
Caesars Entertainment Equity Income 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=equity-income&ticker=CZR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "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=equity-income&ticker=CZR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();