Intercontinental Hotels (IHG) EPS (Basic) (2009 - 2017)
Intercontinental Hotels' (IHG) quarterly EPS (Basic) came in at $1.35 in Q4 2017, up 446.77% quarter-over-quarter from $0.25 in Q4 2012.
Intercontinental Hotels (IHG) EPS (Basic) (2009 - 2017) Analysis & Trends
Intercontinental Hotels has disclosed EPS (Basic) across 5 years of filings, most recently posting $1.35 for Q4 2017.
- In Q4 2017, EPS (Basic) changed N/A year-over-year to $1.35; the TTM figure through Dec 2017 stood at $2.08 (changed N/A YoY), while the FY2025 annual figure was $4.91, up 26.02% from the prior year.
- EPS (Basic) came in at $1.35 for Q4 2017 at Intercontinental Hotels, up from $0.25 in the prior quarter.
- In the past five years, EPS (Basic) ranged from a high of $1.35 in Q4 2017 to a low of $1.35 in Q4 2017.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Marriott International | 90.76 Bn | 90.30 Bn | 1.97 Bn | 2.90 |
| 2 | Hilton Worldwide Holdings | 69.62 Bn | 68.64 Bn | 3.08 Bn | 2.12 |
| 3 | Royal Caribbean Cruises | 62.81 Bn | 62.11 Bn | 2.29 Bn | 4.24 |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn | 1.32 |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - | 0.39 |
| 6 | Trip.com | 26.54 Bn | 15.10 Bn | 1.84 Bn | -0.32 |
| 7 | Intercontinental Hotels | 25.51 Bn | 24.46 Bn | - | - |
| 8 | Hyatt Hotels | 14.88 Bn | 14.59 Bn | 809.00 Mn | 1.16 |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn | 1.40 |
| 10 | Atour Lifestyle Holdings | 8.31 Bn | 7.47 Bn | 511.83 Mn | 1.12 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | 1.35 |
| Dec 31, 2012 | 0.25 |
| Sep 30, 2012 | 0.56 |
| Jun 30, 2012 | 0.39 |
| Mar 31, 2012 | 0.50 |
| Dec 31, 2011 | 0.41 |
| Sep 30, 2011 | 0.97 |
| Jun 30, 2011 | 0.47 |
| Mar 31, 2011 | 0.38 |
| Dec 31, 2010 | 0.27 |
| Sep 30, 2010 | 0.73 |
| Jun 30, 2010 | 0.62 |
| Mar 31, 2010 | 0.37 |
| Dec 31, 2009 | 0.04 |
| Sep 30, 2009 | 0.12 |
| Jun 30, 2009 | 0.39 |
| Mar 31, 2009 | 0.23 |
Intercontinental Hotels EPS (Basic) 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=eps-basic&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();