Intercontinental Hotels (IHG) FCF Margin (2009 - 2017)
Intercontinental Hotels' (IHG) quarterly FCF Margin came in at 43.58% in Q4 2017, up 476.69% quarter-over-quarter from 11.57% in Q4 2012.
Intercontinental Hotels (IHG) FCF Margin (2009 - 2017) Analysis & Trends
Intercontinental Hotels has disclosed FCF Margin across 5 years of filings, most recently posting 43.58% for Q4 2017.
- In Q4 2017, FCF Margin changed N/A year-over-year to 43.58%; the TTM figure through Dec 2017 stood at 99.47% (changed N/A YoY), while the FY2025 annual figure was 48.81%, up 637.0% from the prior year.
- FCF Margin came in at 43.58% for Q4 2017 at Intercontinental Hotels, up from 11.57% in the prior quarter.
- In the past five years, FCF Margin ranged from a high of 43.58% in Q4 2017 to a low of 43.58% in Q4 2017.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Marriott International | 90.76 Bn | 90.30 Bn | 1.97 Bn | 11.26% |
| 2 | Hilton Worldwide Holdings | 69.62 Bn | 68.64 Bn | 3.08 Bn | 13.38% |
| 3 | Royal Caribbean Cruises | 62.81 Bn | 62.11 Bn | 2.29 Bn | -18.15% |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn | 51.36% |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - | 26.34% |
| 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 | 1.53% |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn | 50.00% |
| 10 | Atour Lifestyle Holdings | 8.31 Bn | 7.47 Bn | 511.83 Mn | 24.03% |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | 43.58% |
| Dec 31, 2012 | -11.57% |
| Sep 30, 2012 | 42.71% |
| Jun 30, 2012 | 34.97% |
| Mar 31, 2012 | 7.09% |
| Dec 31, 2011 | -37.50% |
| Sep 30, 2011 | 41.54% |
| Jun 30, 2011 | 27.75% |
| Mar 31, 2011 | 1.26% |
| Dec 31, 2010 | 196.15% |
| Sep 30, 2010 | 37.29% |
| Jun 30, 2010 | 44.15% |
| Mar 31, 2010 | 9.12% |
| Dec 31, 2009 | 105.11% |
| Sep 30, 2009 | -1.50% |
| Jun 30, 2009 | 28.27% |
Intercontinental Hotels FCF Margin 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=fcf-margin&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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=fcf-margin&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();