Intercontinental Hotels (IHG) Operating Expenses (2009 - 2017)
Intercontinental Hotels' (IHG) quarterly Operating Expenses came in at -$161.0 million in Q4 2017, down 5466.67% quarter-over-quarter from $3.0 million in Q4 2013.
Intercontinental Hotels (IHG) Operating Expenses (2009 - 2017) Analysis & Trends
Intercontinental Hotels has disclosed Operating Expenses across 6 years of filings, most recently posting -$161.0 million for Q4 2017.
- In Q4 2017, Operating Expenses changed N/A year-over-year to -$161.0 million; the TTM figure through Dec 2017 stood at -$158.0 million (changed N/A YoY), while the FY2022 annual figure was -$348.0 million, changed N/A from the prior year.
- Operating Expenses came in at -$161.0 million for Q4 2017 at Intercontinental Hotels, down from $3.0 million in the prior quarter.
- In the past five years, Operating Expenses ranged from a high of $3.0 million in Q4 2013 to a low of -$161.0 million in Q4 2017.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Opex (Qtr) |
|---|---|---|---|---|---|
| 1 | Marriott International | 90.76 Bn | 90.30 Bn | 1.97 Bn | 5.84 Bn |
| 2 | Hilton Worldwide Holdings | 69.62 Bn | 68.64 Bn | 3.08 Bn | 2.48 Bn |
| 3 | Royal Caribbean Cruises | 62.81 Bn | 62.11 Bn | 2.29 Bn | 513.00 Mn |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn | -268.67 Mn |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - | 4.23 Bn |
| 6 | Trip.com | 26.54 Bn | 15.10 Bn | 1.84 Bn | -1.49 Bn |
| 7 | Intercontinental Hotels | 25.51 Bn | 24.46 Bn | - | - |
| 8 | Hyatt Hotels | 14.88 Bn | 14.59 Bn | 809.00 Mn | 1.70 Bn |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn | -753.00 Mn |
| 10 | Atour Lifestyle Holdings | 8.31 Bn | 7.47 Bn | 511.83 Mn | 80.75 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | -161.00 Mn |
| Dec 31, 2013 | 3.00 Mn |
| Dec 31, 2012 | 42.00 Mn |
| Sep 30, 2012 | -42.00 Mn |
| Jun 30, 2012 | -86.00 Mn |
| Mar 31, 2012 | -87.00 Mn |
| Dec 31, 2011 | 35.00 Mn |
| Sep 30, 2011 | 8.00 Mn |
| Jun 30, 2011 | -30.00 Mn |
| Mar 31, 2011 | -2.00 Mn |
| Dec 31, 2010 | 15.00 Mn |
| Sep 30, 2010 | -27.00 Mn |
| Jun 30, 2010 | -2.00 Mn |
| Mar 31, 2010 | -2.00 Mn |
| Dec 31, 2009 | -618.00 Mn |
| Sep 30, 2009 | 44.00 Mn |
| Jun 30, 2009 | -175.00 Mn |
| Mar 31, 2009 | -26.00 Mn |
Intercontinental Hotels Operating Expenses 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=operating-expenses&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-expenses", "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=operating-expenses&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();