MGM Resorts International (MGM) Non Operating Income (2009 - 2026)
MGM Resorts International's (MGM) quarterly Non Operating Income came in at -$90.1 million in Q2 2026, up 66.72% year-over-year from -$54.1 million in Q2 2025, and up 8.97% quarter-over-quarter from -$99.0 million in Q1 2026.
MGM Resorts International (MGM) Non Operating Income (2009 - 2026) Analysis & Trends
MGM Resorts International has disclosed Non Operating Income across 18 years of filings, most recently posting -$90.1 million for Q2 2026.
- In Q2 2026, Non Operating Income rose 66.72% year-over-year to -$90.1 million; the TTM figure through Jun 2026 stood at -$521.0 million (down 5.67% YoY), while the FY2025 annual figure was -$721.0 million, down 93.1% from the prior year.
- Non Operating Income came in at -$90.1 million for Q2 2026 at MGM Resorts International, up from -$99.0 million in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of -$18.1 million in Q3 2024 to a low of -$270.8 million in Q2 2025.
- Average Non Operating Income over 5 years is -$124.3 million, with a median of -$110.9 million recorded in 2024.
- Year-over-year, Non Operating Income surged 87.55% in 2024 and tumbled 488.95% in 2025.
- Over 5 years, Non Operating Income stood at -$32.2 million in 2022, then sank by 208.42% to -$99.3 million in 2023, then climbed by 13.47% to -$85.9 million in 2024, then plunged by 162.2% to -$225.2 million in 2025, then jumped by 59.98% to -$90.1 million in 2026.
- Per Business Quant data, the three most recent Non Operating Income figures were -$90.1 million in Q2 2026, -$99.0 million in Q1 2026, and -$225.2 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | -90.12 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 1.52 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | -15.17 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | -98.86 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | -566.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | -29.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -90.12 Mn |
| Mar 31, 2026 | -98.99 Mn |
| Dec 31, 2025 | -225.18 Mn |
| Sep 30, 2025 | -106.74 Mn |
| Jun 30, 2025 | -270.81 Mn |
| Mar 31, 2025 | -118.27 Mn |
| Dec 31, 2024 | -85.88 Mn |
| Sep 30, 2024 | -18.12 Mn |
| Jun 30, 2024 | -154.41 Mn |
| Mar 31, 2024 | -114.98 Mn |
| Dec 31, 2023 | -99.25 Mn |
| Sep 30, 2023 | -145.61 Mn |
| Jun 30, 2023 | -88.69 Mn |
| Mar 31, 2023 | -85.18 Mn |
| Dec 31, 2022 | -32.18 Mn |
| Sep 30, 2022 | -140.48 Mn |
| Jun 30, 2022 | -185.99 Mn |
| Mar 31, 2022 | -176.92 Mn |
| Dec 31, 2021 | -221.61 Mn |
| Sep 30, 2021 | -272.71 Mn |
MGM Resorts International 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=non-operating-income&ticker=MGM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=non-operating-income&ticker=MGM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();