MGM Resorts International (MGM) Income from Non-Controlling Interests (2011 - 2026)
MGM Resorts International's (MGM) quarterly Income from Non-Controlling Interests came in at $30.4 million in Q2 2026, down 56.1% year-over-year from $69.1 million in Q2 2025, and down 38.87% quarter-over-quarter from $49.7 million in Q1 2026.
MGM Resorts International (MGM) Income from Non-Controlling Interests (2011 - 2026) Analysis & Trends
MGM Resorts International has disclosed Income from Non-Controlling Interests across 16 years of filings, most recently posting $30.4 million for Q2 2026.
- In Q2 2026, Income from Non-Controlling Interests fell 56.1% year-over-year to $30.4 million; the TTM figure through Jun 2026 stood at $247.7 million (down 13.81% YoY), while the FY2025 annual figure was $315.0 million, down 0.96% from the prior year.
- Income from Non-Controlling Interests came in at $30.4 million for Q2 2026 at MGM Resorts International, down from $49.7 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $95.7 million in Q2 2024 to a low of -$604.0 million in Q4 2022.
- Average Income from Non-Controlling Interests over 5 years is -$21.1 million, with a median of $55.2 million recorded in 2023.
- Year-over-year, Income from Non-Controlling Interests sank 3946.74% in 2022 and soared 529.01% in 2024.
- Over 5 years, Income from Non-Controlling Interests stood at -$604.0 million in 2022, then surged by 110.95% to $66.2 million in 2023, then rose by 21.67% to $80.5 million in 2024, then rose by 10.78% to $89.2 million in 2025, then tumbled by 65.95% to $30.4 million in 2026.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were $30.4 million in Q2 2026, $49.7 million in Q1 2026, and $89.2 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 27.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 | -2.00 Mn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 30.36 Mn |
| 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 | 42.51 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | 3.00 Mn |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | 21.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 1.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 30.36 Mn |
| Mar 31, 2026 | 49.66 Mn |
| Dec 31, 2025 | 89.16 Mn |
| Sep 30, 2025 | 78.53 Mn |
| Jun 30, 2025 | 69.14 Mn |
| Mar 31, 2025 | 78.18 Mn |
| Dec 31, 2024 | 80.48 Mn |
| Sep 30, 2024 | 59.59 Mn |
| Jun 30, 2024 | 95.73 Mn |
| Mar 31, 2024 | 82.25 Mn |
| Dec 31, 2023 | 66.15 Mn |
| Sep 30, 2023 | 50.77 Mn |
| Jun 30, 2023 | 42.75 Mn |
| Mar 31, 2023 | 13.08 Mn |
| Dec 31, 2022 | -604.02 Mn |
| Sep 30, 2022 | -484.26 Mn |
| Jun 30, 2022 | -161.31 Mn |
| Mar 31, 2022 | -16.78 Mn |
| Dec 31, 2021 | -14.93 Mn |
| Sep 30, 2021 | -12.50 Mn |
MGM Resorts International Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=MGM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=MGM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();