Intercontinental Hotels (IHG) Liabilities from Discontinued Operations (2009 - 2021)
Intercontinental Hotels' (IHG) quarterly Liabilities from Discontinued Operations came in at -$3.0 million in Q2 2021, up 86.36% quarter-over-quarter from -$22.0 million in Q4 2019.
Intercontinental Hotels (IHG) Liabilities from Discontinued Operations (2009 - 2021) Analysis & Trends
Intercontinental Hotels has disclosed Liabilities from Discontinued Operations across 9 years of filings, most recently posting -$3.0 million for Q2 2021.
- In Q2 2021, Liabilities from Discontinued Operations changed N/A year-over-year to -$3.0 million; the TTM figure through Jun 2021 stood at -$3.0 million (changed N/A YoY), while the FY2019 annual figure was -$22.0 million, changed N/A from the prior year.
- Liabilities from Discontinued Operations came in at -$3.0 million for Q2 2021 at Intercontinental Hotels, up from -$22.0 million in the prior quarter.
- In the past five years, Liabilities from Discontinued Operations ranged from a high of -$3.0 million in Q2 2021 to a low of -$22.0 million in Q4 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - |
| 6 | Trip.com | 26.54 Bn | 15.10 Bn | 1.84 Bn |
| 7 | Intercontinental Hotels | 25.51 Bn | 24.46 Bn | - |
| 8 | Hyatt Hotels | 14.88 Bn | 14.59 Bn | 809.00 Mn |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn |
| 10 | Atour Lifestyle Holdings | 8.31 Bn | 7.47 Bn | 511.83 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2021 | -3.00 Mn |
| Dec 31, 2019 | -22.00 Mn |
| Dec 31, 2015 | -48.00 Mn |
| Jun 30, 2015 | -23.00 Mn |
| Dec 31, 2014 | -94.00 Mn |
| Jun 30, 2013 | -62.00 Mn |
| Dec 31, 2012 | -61.00 Mn |
| Sep 30, 2012 | -62.00 Mn |
| Jun 30, 2012 | -60.00 Mn |
| Mar 31, 2012 | -60.00 Mn |
| Dec 31, 2011 | -60.00 Mn |
| Sep 30, 2011 | -61.00 Mn |
| Jun 30, 2011 | -61.00 Mn |
| Mar 31, 2011 | -61.00 Mn |
| Jun 30, 2010 | -4.00 Mn |
| Mar 31, 2009 | -3.00 Mn |
Intercontinental Hotels Liabilities from Discontinued Operations 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=liabilities-from-discontinued-operations&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "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=liabilities-from-discontinued-operations&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();