Intercontinental Hotels (IHG) Cash & Equivalents Growth (1y) (2010 - 2026)
Analysis
Intercontinental Hotels (IHG) Cash & Equivalents Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Marriott International | 90.76 Bn | 90.30 Bn | 1.97 Bn | -31.15% |
| 2 | Hilton Worldwide Holdings | 69.62 Bn | 68.64 Bn | 3.08 Bn | 171.97% |
| 3 | Royal Caribbean Cruises | 62.81 Bn | 62.11 Bn | 2.29 Bn | 19.05% |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn | 52.99% |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - | 4.52% |
| 6 | Trip.com | 26.54 Bn | 15.10 Bn | 1.84 Bn | 1.43% |
| 7 | Intercontinental Hotels | 25.51 Bn | 24.46 Bn | - | 35.02% |
| 8 | Hyatt Hotels | 14.88 Bn | 14.59 Bn | 809.00 Mn | -36.52% |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn | 48.31% |
| 10 | Atour Lifestyle Holdings | 8.31 Bn | 7.47 Bn | 511.83 Mn | 52.59% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 35.02% |
| Dec 31, 2025 | 12.00% |
| Dec 31, 2024 | -23.75% |
| Dec 31, 2023 | 35.45% |
| Jun 30, 2023 | -47.83% |
| Dec 31, 2022 | -32.69% |
| Jun 30, 2022 | 37.75% |
| Dec 31, 2021 | -13.43% |
| Jun 30, 2021 | 43.60% |
| Dec 31, 2020 | 758.97% |
| Jun 30, 2020 | 265.96% |
| Dec 31, 2019 | -72.30% |
| Jun 30, 2019 | -19.31% |
| Dec 31, 2018 | 319.05% |
| Jun 30, 2018 | 40.36% |
| Dec 31, 2017 | -18.45% |
| Jun 30, 2017 | -19.02% |
| Dec 31, 2016 | -81.88% |
| Jun 30, 2016 | 0.00% |
| Dec 31, 2015 | 601.85% |
API Access
Intercontinental Hotels Cash & Equivalents Growth (1y) 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-and-equivalents-growth-1y&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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-and-equivalents-growth-1y&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();