MGM Resorts International (MGM) Other Working Capital Changes (2009 - 2011)
MGM Resorts International's (MGM) quarterly Other Working Capital Changes came in at -$3.3 million in Q2 2026, up 97.96% year-over-year from -$1.7 million in Q2 2025, and down 104.32% quarter-over-quarter from $76.9 million in Q1 2026.
MGM Resorts International (MGM) Other Working Capital Changes (2009 - 2011) Analysis & Trends
MGM Resorts International has disclosed Other Working Capital Changes across 18 years of filings, most recently posting -$3.3 million for Q2 2026.
- In Q2 2026, Other Working Capital Changes rose 97.96% year-over-year to -$3.3 million; the TTM figure through Jun 2026 stood at $158.3 million (up 323.75% YoY), while the FY2025 annual figure was -$7.8 million, down 106.29% from the prior year.
- Other Working Capital Changes came in at -$3.3 million for Q2 2026 at MGM Resorts International, down from $76.9 million in the prior quarter.
- In the past five years, Other Working Capital Changes ranged from a high of $14.2 million in Q3 2009 to a low of -$16.4 million in Q1 2010.
- Average Other Working Capital Changes over 3 years is $5.4 million, with a median of $7.3 million recorded in 2009.
- Year-over-year, Other Working Capital Changes slumped 486.91% in 2022 and surged 1902.29% in 2024.
- Over 5 years, Other Working Capital Changes stood at -$59.5 million in 2022, then jumped by 61.0% to -$23.2 million in 2023, then surged by 454.74% to $82.3 million in 2024, then tumbled by 209.28% to -$90.0 million in 2025, then soared by 96.31% to -$3.3 million in 2026.
- Per Business Quant data, the three most recent Other Working Capital Changes figures were -$3.3 million in Q2 2026, $76.9 million in Q1 2026, and -$90.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 |
| 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, 2011 | 4.34 Mn |
| Mar 31, 2011 | 4.34 Mn |
| Dec 31, 2010 | 12.66 Mn |
| Dec 31, 2010 | 12.66 Mn |
| Sep 30, 2010 | 4.18 Mn |
| Sep 30, 2010 | 4.18 Mn |
| Jun 30, 2010 | 11.87 Mn |
| Jun 30, 2010 | 11.87 Mn |
| Mar 31, 2010 | -16.38 Mn |
| Mar 31, 2010 | -16.38 Mn |
| Dec 31, 2009 | 7.27 Mn |
| Dec 31, 2009 | 7.27 Mn |
| Sep 30, 2009 | 14.19 Mn |
| Sep 30, 2009 | 14.19 Mn |
MGM Resorts International Other Working Capital Changes 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=other-working-capital-changes&ticker=MGM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "ticker": "MGM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-working-capital-changes&ticker=MGM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();