MGM Resorts International (MGM) Other financing activities (2009 - 2026)
MGM Resorts International's (MGM) quarterly Other financing activities came in at -$10.7 million in Q2 2026, up 74.28% year-over-year from -$6.2 million in Q2 2025, and up 75.68% quarter-over-quarter from -$44.2 million in Q1 2026.
MGM Resorts International (MGM) Other financing activities (2009 - 2026) Analysis & Trends
MGM Resorts International has disclosed Other financing activities across 18 years of filings, most recently posting -$10.7 million for Q2 2026.
- In Q2 2026, Other financing activities rose 74.28% year-over-year to -$10.7 million; the TTM figure through Jun 2026 stood at -$146.8 million (down 497.54% YoY), while the FY2025 annual figure was -$153.1 million, down 1616.35% from the prior year.
- Other financing activities came in at -$10.7 million for Q2 2026 at MGM Resorts International, up from -$44.2 million in the prior quarter.
- In the past five years, Other financing activities ranged from a high of $70.8 million in Q3 2024 to a low of -$48.0 million in Q4 2025.
- Average Other financing activities over 5 years is -$25.5 million, with a median of -$28.9 million recorded in 2022.
- Year-over-year, Other financing activities jumped 255.15% in 2024 and plunged 162.08% in 2025.
- Over 5 years, Other financing activities stood at -$28.6 million in 2022, then slipped by 2.65% to -$29.3 million in 2023, then retreated by 16.3% to -$34.1 million in 2024, then tumbled by 40.68% to -$48.0 million in 2025, then surged by 77.61% to -$10.7 million in 2026.
- Per Business Quant data, the three most recent Other financing activities figures were -$10.7 million in Q2 2026, -$44.2 million in Q1 2026, and -$48.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 |
|---|---|
| Jun 30, 2026 | -10.74 Mn |
| Mar 31, 2026 | -44.16 Mn |
| Dec 31, 2025 | -47.95 Mn |
| Sep 30, 2025 | -43.93 Mn |
| Jun 30, 2025 | -41.74 Mn |
| Mar 31, 2025 | -19.51 Mn |
| Dec 31, 2024 | -34.09 Mn |
| Sep 30, 2024 | 70.77 Mn |
| Jun 30, 2024 | -21.09 Mn |
| Mar 31, 2024 | -24.52 Mn |
| Dec 31, 2023 | -29.31 Mn |
| Sep 30, 2023 | -45.61 Mn |
| Jun 30, 2023 | -14.92 Mn |
| Mar 31, 2023 | -41.34 Mn |
| Dec 31, 2022 | -28.55 Mn |
| Sep 30, 2022 | -31.05 Mn |
| Jun 30, 2022 | -26.32 Mn |
| Mar 31, 2022 | -24.99 Mn |
| Dec 31, 2021 | -46.43 Mn |
| Sep 30, 2021 | -61.14 Mn |
MGM Resorts International Other financing activities 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-financing-activities&ticker=MGM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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-financing-activities&ticker=MGM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();