Wynn Resorts (WYNN) Change in Account Payables (2013 - 2019)
Wynn Resorts' (WYNN) quarterly Change in Account Payables came in at $62.3 million in Q3 2019, up 1186.65% on a YoY basis from $4.8 million in Q3 2018, and up 376.59% quarter-over-quarter from -$22.5 million in Q2 2019.
Wynn Resorts (WYNN) Change in Account Payables (2013 - 2019) Analysis & Trends
Wynn Resorts (WYNN) has reported Change in Account Payables for 7 consecutive years, with $62.3 million the latest figure, recorded in Q3 2019.
- For the quarter ending Q3 2019, Change in Account Payables rose 1186.65% year-over-year to $62.3 million; the trailing twelve-month figure through Sep 2019 stood at $122.4 million (up 369.88% YoY), and the FY2018 full-year result was -$92.4 million, down 120.26% from the prior year.
- Change in Account Payables climbed to $62.3 million in Q3 2019 per WYNN's latest filing, from -$22.5 million in the prior quarter.
- Across five years, Change in Account Payables topped out at $167.1 million in Q4 2017 and bottomed at -$197.6 million in Q2 2018.
- Historically, Change in Account Payables has averaged $21.9 million across 5 years, with a median of $2.5 million in 2015.
- The sharpest annual moves came in 2017 and 2018: Change in Account Payables jumped 2060.19% in 2017, then sank 528.68% in 2018.
- Over 5 years, Change in Account Payables stood at $13.3 million in 2015, then jumped by 429.96% to $70.3 million in 2016, then surged by 137.79% to $167.1 million in 2017, then fell by 28.15% to $120.1 million in 2018, then plunged by 48.14% to $62.3 million in 2019.
- According to Business Quant data, Change in Account Payables over the past three periods registered $62.3 million, -$22.5 million, and -$37.4 million for Q3 2019, Q2 2019, and Q1 2019 respectively.
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 |
|---|---|
| Sep 30, 2019 | 62.27 Mn |
| Jun 30, 2019 | -22.51 Mn |
| Mar 31, 2019 | -37.40 Mn |
| Dec 31, 2018 | 120.06 Mn |
| Sep 30, 2018 | -5.73 Mn |
| Jun 30, 2018 | -197.60 Mn |
| Mar 31, 2018 | -9.13 Mn |
| Dec 31, 2017 | 167.10 Mn |
| Sep 30, 2017 | 107.79 Mn |
| Jun 30, 2017 | 46.09 Mn |
| Mar 31, 2017 | 135.02 Mn |
| Dec 31, 2016 | 70.27 Mn |
| Sep 30, 2016 | 108.41 Mn |
| Jun 30, 2016 | -8.58 Mn |
| Mar 31, 2016 | -6.89 Mn |
| Dec 31, 2015 | 13.26 Mn |
| Sep 30, 2015 | -84.25 Mn |
| Jun 30, 2015 | 2.51 Mn |
| Mar 31, 2015 | -44.27 Mn |
| Dec 31, 2014 | -87.85 Mn |
Wynn Resorts 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=WYNN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "WYNN", "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=WYNN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();