Intercontinental Hotels (IHG) Tax Rate (2009 - 2017)
Intercontinental Hotels' (IHG) quarterly Tax Rate came in at 32.21% in Q4 2017, up 45.6% quarter-over-quarter from 22.12% in Q4 2012.
Intercontinental Hotels (IHG) Tax Rate (2009 - 2017) Analysis & Trends
Intercontinental Hotels has disclosed Tax Rate across 5 years of filings, most recently posting 32.21% for Q4 2017.
- In Q4 2017, Tax Rate changed N/A year-over-year to 32.21%; the TTM figure through Dec 2017 stood at 65.09% (changed N/A YoY), while the FY2025 annual figure was 29.33%, up 66.0% from the prior year.
- Tax Rate came in at 32.21% for Q4 2017 at Intercontinental Hotels, up from 22.12% in the prior quarter.
- In the past five years, Tax Rate ranged from a high of 32.21% in Q4 2017 to a low of 32.21% in Q4 2017.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Marriott International | 90.76 Bn | 90.30 Bn | 1.97 Bn | 26.63% |
| 2 | Hilton Worldwide Holdings | 69.62 Bn | 68.64 Bn | 3.08 Bn | 29.12% |
| 3 | Royal Caribbean Cruises | 62.81 Bn | 62.11 Bn | 2.29 Bn | 1.22% |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn | -1.14% |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - | 3.06% |
| 6 | Trip.com | 26.54 Bn | 15.10 Bn | 1.84 Bn | 36.09% |
| 7 | Intercontinental Hotels | 25.51 Bn | 24.46 Bn | - | - |
| 8 | Hyatt Hotels | 14.88 Bn | 14.59 Bn | 809.00 Mn | 40.11% |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn | -30.61% |
| 10 | Atour Lifestyle Holdings | 8.31 Bn | 7.47 Bn | 511.83 Mn | -31.77% |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | 32.21% |
| Dec 31, 2012 | 22.12% |
| Sep 30, 2012 | -22.73% |
| Jun 30, 2012 | -32.02% |
| Mar 31, 2012 | -45.28% |
| Dec 31, 2011 | 9.03% |
| Sep 30, 2011 | -17.01% |
| Jun 30, 2011 | -27.66% |
| Mar 31, 2011 | -28.13% |
| Dec 31, 2010 | 32.81% |
| Sep 30, 2010 | -18.25% |
| Jun 30, 2010 | -30.95% |
| Mar 31, 2010 | -26.47% |
| Dec 31, 2009 | 78.53% |
| Sep 30, 2009 | -15.32% |
| Jun 30, 2009 | 25.81% |
| Mar 31, 2009 | -24.14% |
Intercontinental Hotels Tax Rate 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=tax-rate&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();