Intercontinental Hotels (IHG) Income from Non-Controlling Interests (2012)
Intercontinental Hotels' (IHG) quarterly Income from Non-Controlling Interests came in at $1.0 million in Q3 2012.
Intercontinental Hotels (IHG) Income from Non-Controlling Interests (2012) Analysis & Trends
Intercontinental Hotels has disclosed Income from Non-Controlling Interests across 1 years of filings, most recently posting $1.0 million for Q3 2012.
- In Q3 2012, Income from Non-Controlling Interests changed N/A year-over-year to $1.0 million; the TTM figure through Sep 2012 stood at $11.7 million (changed N/A YoY), while the FY2025 annual figure was $1.0 million, changed N/A from the prior year.
- Income from Non-Controlling Interests came in at $1.0 million for Q3 2012 at Intercontinental Hotels.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $1.0 million in Q3 2012 to a low of $1.0 million in Q3 2012.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Marriott International | 90.76 Bn | 90.30 Bn | 1.97 Bn | - |
| 2 | Hilton Worldwide Holdings | 69.62 Bn | 68.64 Bn | 3.08 Bn | - |
| 3 | Royal Caribbean Cruises | 62.81 Bn | 62.11 Bn | 2.29 Bn | 8.00 Mn |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn | 260,000.00 |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - | 2.00 Mn |
| 6 | Trip.com | 26.54 Bn | 15.10 Bn | 1.84 Bn | 177.00 Mn |
| 7 | Intercontinental Hotels | 25.51 Bn | 24.46 Bn | - | - |
| 8 | Hyatt Hotels | 14.88 Bn | 14.59 Bn | 809.00 Mn | -1.00 Mn |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn | -1.00 Mn |
| 10 | Atour Lifestyle Holdings | 8.31 Bn | 7.47 Bn | 511.83 Mn | 31,000.00 |
Intercontinental Hotels 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=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "IHG", "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=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();