Intercontinental Hotels (IHG) Cash from Discontinued Operations (2009 - 2012)
Intercontinental Hotels' (IHG) quarterly Cash from Discontinued Operations came in at -$47.0 million in Q4 2012, down 104.35% year-over-year from $1.1 billion in Q1 2012, and down 38.24% quarter-over-quarter from -$34.0 million in Q3 2012.
Intercontinental Hotels (IHG) Cash from Discontinued Operations (2009 - 2012) Analysis & Trends
Intercontinental Hotels has disclosed Cash from Discontinued Operations across 4 years of filings, most recently posting -$47.0 million for Q4 2012.
- In Q4 2012, Cash from Discontinued Operations fell 104.35% year-over-year to -$47.0 million; the TTM figure through Dec 2012 stood at -$119.0 million (down 33.71% YoY), while the FY2020 annual figure was -$41.0 million, up 70.92% from the prior year.
- Cash from Discontinued Operations came in at -$47.0 million for Q4 2012 at Intercontinental Hotels, down from -$34.0 million in the prior quarter.
- In the past five years, Cash from Discontinued Operations ranged from a high of -$9.0 million in Q1 2012 to a low of -$47.0 million in Q4 2012.
- Average Cash from Discontinued Operations over 4 years is -$22.5 million, with a median of -$21.5 million recorded in 2011.
- The largest YoY upside for Cash from Discontinued Operations was 70.97% in 2012 against a maximum downside of 126.67% in 2012.
- Over 4 years, Cash from Discontinued Operations stood at -$15.0 million in 2009, then grew by 20.0% to -$12.0 million in 2010, then tumbled by 91.67% to -$23.0 million in 2011, then sank by 104.35% to -$47.0 million in 2012.
- Per Business Quant data, the three most recent Cash from Discontinued Operations figures were -$47.0 million in Q4 2012, -$34.0 million in Q3 2012, and -$29.0 million in Q2 2012.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discont. Ops (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 |
|---|---|
| Dec 31, 2012 | -47.00 Mn |
| Sep 30, 2012 | -34.00 Mn |
| Jun 30, 2012 | -29.00 Mn |
| Mar 31, 2012 | -9.00 Mn |
| Dec 31, 2011 | -23.00 Mn |
| Sep 30, 2011 | -15.00 Mn |
| Jun 30, 2011 | -20.00 Mn |
| Mar 31, 2011 | -31.00 Mn |
| Dec 31, 2010 | -12.00 Mn |
| Sep 30, 2010 | -12.00 Mn |
| Jun 30, 2010 | -12.00 Mn |
| Mar 31, 2010 | -28.00 Mn |
| Jun 30, 2009 | -15.00 Mn |
| Mar 31, 2009 | -28.00 Mn |
Intercontinental Hotels Cash 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=cash-from-discontinued-operations&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-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=cash-from-discontinued-operations&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();