Intercontinental Hotels (IHG) Share-based Compensation Growth (3y) (2012 - 2023)
Analysis
Intercontinental Hotels (IHG) Share-based Compensation Growth (3y) (2012 - 2023) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Marriott International | 90.76 Bn | 90.30 Bn | 1.97 Bn | -54.33% |
| 2 | Hilton Worldwide Holdings | 69.62 Bn | 68.64 Bn | 3.08 Bn | 0.97% |
| 3 | Royal Caribbean Cruises | 62.81 Bn | 62.11 Bn | 2.29 Bn | -46.87% |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn | 52.42% |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - | -52.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 | 4.26% |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn | 73.25% |
| 10 | Atour Lifestyle Holdings | 8.31 Bn | 7.47 Bn | 511.83 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | -28.12% |
| Dec 31, 2022 | -5.84% |
| Dec 31, 2013 | -92.59% |
| Dec 31, 2012 | 0.00% |
| Sep 30, 2012 | -43.35% |
| Jun 30, 2012 | 0.00% |
| Mar 31, 2012 | 25.99% |
API Access
Intercontinental Hotels Share-based Compensation Growth (3y) 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=share-based-compensation-growth-3y&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-3y", "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=share-based-compensation-growth-3y&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();