Intercontinental Hotels (IHG) Equity Average (2009 - 2026)
Intercontinental Hotels' (IHG) quarterly Equity Average came in at -$2.9 billion in Q2 2026, down 15.4% year-over-year from -$3.4 billion in Q2 2025, and down 6.2% quarter-over-quarter from -$2.7 billion in Q4 2025.
Intercontinental Hotels (IHG) Equity Average (2009 - 2026) Analysis & Trends
Intercontinental Hotels has disclosed Equity Average across 18 years of filings, most recently posting -$2.9 billion for Q2 2026.
- In Q2 2026, Equity Average fell 15.4% year-over-year to -$2.9 billion; the TTM figure through Jun 2026 stood at -$2.9 billion (down 15.4% YoY), while the FY2025 annual figure was -$2.5 billion, down 18.67% from the prior year.
- Equity Average came in at -$2.9 billion for Q2 2026 at Intercontinental Hotels, down from -$2.7 billion in the prior quarter.
- In the past five years, Equity Average ranged from a high of -$1.3 billion in Q2 2022 to a low of -$2.9 billion in Q2 2026.
- Average Equity Average over 5 years is -$2.1 billion, with a median of -$2.0 billion recorded in 2023.
- Year-over-year, Equity Average advanced 27.15% in 2022 and slumped 35.17% in 2023.
- Over 5 years, Equity Average stood at -$1.4 billion in 2022, then sank by 35.17% to -$1.9 billion in 2023, then decreased by 12.94% to -$2.1 billion in 2024, then fell by 26.47% to -$2.7 billion in 2025, then retreated by 6.2% to -$2.9 billion in 2026.
- Per Business Quant data, the three most recent Equity Average figures were -$2.9 billion in Q2 2026, -$2.7 billion in Q4 2025, and -$2.5 billion in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Marriott International | 90.76 Bn | 90.30 Bn | 1.97 Bn | -4.31 Bn |
| 2 | Hilton Worldwide Holdings | 69.62 Bn | 68.64 Bn | 3.08 Bn | -6.09 Bn |
| 3 | Royal Caribbean Cruises | 62.81 Bn | 62.11 Bn | 2.29 Bn | 10.24 Bn |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn | 1.36 Bn |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - | 13.02 Bn |
| 6 | Trip.com | 26.54 Bn | 15.10 Bn | 1.84 Bn | 23.91 Bn |
| 7 | Intercontinental Hotels | 25.51 Bn | 24.46 Bn | - | -2.86 Bn |
| 8 | Hyatt Hotels | 14.88 Bn | 14.59 Bn | 809.00 Mn | 3.59 Bn |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn | 1.85 Bn |
| 10 | Atour Lifestyle Holdings | 8.31 Bn | 7.47 Bn | 511.83 Mn | 514.36 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.86 Bn |
| Dec 31, 2025 | -2.69 Bn |
| Jun 30, 2025 | -2.48 Bn |
| Dec 31, 2024 | -2.13 Bn |
| Dec 31, 2023 | -1.89 Bn |
| Jun 30, 2023 | -1.72 Bn |
| Dec 31, 2022 | -1.39 Bn |
| Jun 30, 2022 | -1.33 Bn |
| Dec 31, 2021 | -1.64 Bn |
| Jun 30, 2021 | -1.83 Bn |
| Dec 31, 2020 | -1.73 Bn |
| Jun 30, 2020 | -1.54 Bn |
| Dec 31, 2019 | -1.45 Bn |
| Jun 30, 2019 | -1.29 Bn |
| Dec 31, 2018 | -1.15 Bn |
| Jun 30, 2018 | -1.27 Bn |
| Dec 31, 2017 | -1.41 Bn |
| Jun 30, 2017 | -1.31 Bn |
| Dec 31, 2016 | -1.10 Bn |
| Jun 30, 2016 | -579.00 Mn |
Intercontinental Hotels Equity Average 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=equity-average&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-average", "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=equity-average&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();