MGM Resorts International (MGM) Change in Inventory (2009 - 2026)
MGM Resorts International's (MGM) quarterly Change in Inventory came in at $198000.0 in Q2 2026, up 102.46% year-over-year from $97797.3 in Q2 2025, and up 117.41% quarter-over-quarter from -$1.1 million in Q1 2026.
MGM Resorts International (MGM) Change in Inventory (2009 - 2026) Analysis & Trends
MGM Resorts International has disclosed Change in Inventory across 18 years of filings, most recently posting $198000.0 for Q2 2026.
- In Q2 2026, Change in Inventory rose 102.46% year-over-year to $198000.0; the TTM figure through Jun 2026 stood at -$3.1 million (up 85.43% YoY), while the FY2025 annual figure was -$15.7 million, down 1129.73% from the prior year.
- Change in Inventory came in at $198000.0 for Q2 2026 at MGM Resorts International, up from -$1.1 million in the prior quarter.
- In the past five years, Change in Inventory ranged from a high of $14.2 million in Q4 2022 to a low of -$8.0 million in Q2 2025.
- Average Change in Inventory over 5 years is $1.3 million, with a median of $324500.0 recorded in 2024.
- Year-over-year, Change in Inventory jumped 580.6% in 2023 and plunged 1884.92% in 2025.
- Over 5 years, Change in Inventory stood at $14.2 million in 2022, then slumped by 59.56% to $5.8 million in 2023, then plunged by 174.75% to -$4.3 million in 2024, then soared by 47.28% to -$2.3 million in 2025, then soared by 108.73% to $198000.0 in 2026.
- Per Business Quant data, the three most recent Change in Inventory figures were $198000.0 in Q2 2026, -$1.1 million in Q1 2026, and -$2.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Inventory (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 | 198,000.00 |
| 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 |
|---|---|
| Jun 30, 2026 | 198,000.00 |
| Mar 31, 2026 | -1.14 Mn |
| Dec 31, 2025 | -2.27 Mn |
| Sep 30, 2025 | 147,000.00 |
| Jun 30, 2025 | -8.05 Mn |
| Mar 31, 2025 | -5.51 Mn |
| Dec 31, 2024 | -4.30 Mn |
| Sep 30, 2024 | -3.15 Mn |
| Jun 30, 2024 | 451,000.00 |
| Mar 31, 2024 | 5.73 Mn |
| Dec 31, 2023 | 5.76 Mn |
| Sep 30, 2023 | 4.96 Mn |
| Jun 30, 2023 | 2.12 Mn |
| Mar 31, 2023 | 2.69 Mn |
| Dec 31, 2022 | 14.24 Mn |
| Sep 30, 2022 | -1.03 Mn |
| Jun 30, 2022 | 7.64 Mn |
| Mar 31, 2022 | 5.78 Mn |
| Dec 31, 2021 | 2.20 Mn |
| Sep 30, 2021 | 3.96 Mn |
MGM Resorts International Change in Inventory 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-inventory&ticker=MGM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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=change-in-inventory&ticker=MGM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();