MGM Resorts International (MGM) Other Non Operating Income (2009 - 2026)
MGM Resorts International's (MGM) quarterly Other Non Operating Income came in at $9.5 million in Q2 2026, up 105.89% year-over-year from $4.6 million in Q2 2025, and up 125.74% quarter-over-quarter from $4.2 million in Q1 2026.
MGM Resorts International (MGM) Other Non Operating Income (2009 - 2026) Analysis & Trends
MGM Resorts International has disclosed Other Non Operating Income across 18 years of filings, most recently posting $9.5 million for Q2 2026.
- In Q2 2026, Other Non Operating Income rose 105.89% year-over-year to $9.5 million; the TTM figure through Jun 2026 stood at -$117.0 million (down 118.12% YoY), while the FY2025 annual figure was -$303.1 million, down 529.48% from the prior year.
- Other Non Operating Income came in at $9.5 million for Q2 2026 at MGM Resorts International, up from $4.2 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $106.2 million in Q4 2022 to a low of -$161.2 million in Q2 2025.
- Average Other Non Operating Income over 5 years is -$5.2 million, with a median of -$301500.0 recorded in 2024.
- Year-over-year, Other Non Operating Income soared 2534.3% in 2022 and plunged 572.06% in 2025.
- Over 5 years, Other Non Operating Income stood at $106.2 million in 2022, then sank by 92.96% to $7.5 million in 2023, then surged by 241.06% to $25.5 million in 2024, then sank by 572.06% to -$120.3 million in 2025, then surged by 107.89% to $9.5 million in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were $9.5 million in Q2 2026, $4.2 million in Q1 2026, and -$120.3 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 |
|---|---|
| Jun 30, 2026 | 9.49 Mn |
| Mar 31, 2026 | 4.20 Mn |
| Dec 31, 2025 | -120.27 Mn |
| Sep 30, 2025 | -10.39 Mn |
| Jun 30, 2025 | -161.17 Mn |
| Mar 31, 2025 | -11.27 Mn |
| Dec 31, 2024 | 25.48 Mn |
| Sep 30, 2024 | 93.33 Mn |
| Jun 30, 2024 | -43.43 Mn |
| Mar 31, 2024 | -4.81 Mn |
| Dec 31, 2023 | 7.47 Mn |
| Sep 30, 2023 | -34.88 Mn |
| Jun 30, 2023 | 23.69 Mn |
| Mar 31, 2023 | 46.31 Mn |
| Dec 31, 2022 | 106.16 Mn |
| Sep 30, 2022 | -14.32 Mn |
| Jun 30, 2022 | -43.31 Mn |
| Mar 31, 2022 | 34.30 Mn |
| Dec 31, 2021 | -4.36 Mn |
| Sep 30, 2021 | -49.24 Mn |
MGM Resorts International Other Non Operating Income 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-non-operating-income&ticker=MGM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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-non-operating-income&ticker=MGM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();