MGM Resorts International (MGM) Interest & Investment Income (2009 - 2010)
MGM Resorts International's (MGM) quarterly Interest & Investment Income came in at $1.1 million in Q3 2010, up 33.26% year-over-year from $857000.0 in Q3 2009, and up 30.37% quarter-over-quarter from $876000.0 in Q2 2010.
MGM Resorts International (MGM) Interest & Investment Income (2009 - 2010) Analysis & Trends
MGM Resorts International has disclosed Interest & Investment Income across 2 years of filings, most recently posting $1.1 million for Q3 2010.
- In Q3 2010, Interest & Investment Income rose 33.26% year-over-year to $1.1 million; the TTM figure through Sep 2010 stood at $9.2 million (changed N/A YoY), while the FY2020 annual figure was $2.9 million, down 43.43% from the prior year.
- Interest & Investment Income came in at $1.1 million for Q3 2010 at MGM Resorts International, up from $876000.0 in the prior quarter.
- In the past five years, Interest & Investment Income ranged from a high of $6.3 million in Q2 2009 to a low of $857000.0 in Q3 2009.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 31.00 Mn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | -7.43 Mn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | -162.00 Mn |
| 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 | 1.13 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | -17.41 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 12.77 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 | -573.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2010 | 1.14 Mn |
| Jun 30, 2010 | 876,000.00 |
| Sep 30, 2009 | 857,000.00 |
| Jun 30, 2009 | 6.30 Mn |
MGM Resorts International Interest & Investment 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=interest-and-investment-income&ticker=MGM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-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=interest-and-investment-income&ticker=MGM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();