Caesars Entertainment (CZR) Change in Account Payables (2013 - 2017)
Caesars Entertainment (CZR) posted Change in Account Payables of -$5.6 million for Q1 2017, down 905.62% on a QoQ basis from -$552000.0 in Q4 2016, and down 254.58% year-over-year from $3.6 million in Q1 2016.
Caesars Entertainment (CZR) Change in Account Payables (2013 - 2017) Analysis & Trends
Caesars Entertainment has reported Change in Account Payables for 5 years, with the latest figure at -$5.6 million in Q1 2017.
- On a quarterly basis, Change in Account Payables fell 254.58% year-over-year to -$5.6 million in Q1 2017; TTM through Mar 2017 was -$6.0 million, a 192.76% decrease from a year earlier, with the FY2016 full-year figure at $3.2 million, up 1688.2% from the prior year.
- Change in Account Payables was -$5.6 million for Q1 2017 at Caesars Entertainment, down from -$552000.0 in the prior quarter.
- The five-year high for Change in Account Payables was $3.6 million in Q1 2016, with the low at -$5.6 million in Q1 2017.
- Average Change in Account Payables over 5 years is -$61428.6, with a median of -$182000.0 recorded in 2014.
- The largest YoY upside for Change in Account Payables was 265.58% in 2015 against a maximum downside of 2755.0% in 2015.
- Over 5 years, Change in Account Payables stood at -$481000.0 in 2013, then jumped by 260.29% to $771000.0 in 2014, then sank by 160.18% to -$464000.0 in 2015, then declined by 18.97% to -$552000.0 in 2016, then sank by 905.62% to -$5.6 million in 2017.
- The last three Change in Account Payables figures came in at -$5.6 million (Q1 2017), -$552000.0 (Q4 2016), and $1.3 million (Q3 2016), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | -9.00 Mn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | - |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | -85.00 Mn |
| 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 | 10.53 Mn |
| 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 | - |
| 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 | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2017 | -5.55 Mn |
| Dec 31, 2016 | -552,000.00 |
| Sep 30, 2016 | 1.32 Mn |
| Jun 30, 2016 | -1.18 Mn |
| Mar 31, 2016 | 3.59 Mn |
| Dec 31, 2015 | -464,000.00 |
| Sep 30, 2015 | 2.08 Mn |
| Jun 30, 2015 | 1.22 Mn |
| Mar 31, 2015 | -2.66 Mn |
| Dec 31, 2014 | 771,000.00 |
| Sep 30, 2014 | 1.68 Mn |
| Jun 30, 2014 | -735,000.00 |
| Mar 31, 2014 | 100,000.00 |
| Dec 31, 2013 | -481,000.00 |
Caesars Entertainment Change in Account Payables 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-account-payables&ticker=CZR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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=change-in-account-payables&ticker=CZR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();