Intercontinental Hotels (IHG) Invested Capital (2009 - 2026)
Intercontinental Hotels' (IHG) quarterly Invested Capital came in at -$5.1 billion in Q2 2026, down 43.3% year-over-year from -$8.9 billion in Q2 2025, and down 37.03% quarter-over-quarter from -$3.7 billion in Q4 2025.
Intercontinental Hotels (IHG) Invested Capital (2009 - 2026) Analysis & Trends
Intercontinental Hotels has disclosed Invested Capital across 18 years of filings, most recently posting -$5.1 billion for Q2 2026.
- In Q2 2026, Invested Capital fell 43.3% year-over-year to -$5.1 billion; the TTM figure through Jun 2026 stood at -$5.1 billion (down 43.3% YoY), while the FY2025 annual figure was -$3.7 billion, down 59.97% from the prior year.
- Invested Capital came in at -$5.1 billion for Q2 2026 at Intercontinental Hotels, down from -$3.7 billion in the prior quarter.
- In the past five years, Invested Capital ranged from a high of -$1.3 billion in Q4 2023 to a low of -$5.1 billion in Q2 2026.
- Average Invested Capital over 5 years is -$2.7 billion, with a median of -$2.1 billion recorded in 2023.
- Year-over-year, Invested Capital grew 13.26% in 2023 and sank 71.71% in 2024.
- Over 5 years, Invested Capital stood at -$1.6 billion in 2022, then increased by 13.26% to -$1.3 billion in 2023, then sank by 71.71% to -$2.3 billion in 2024, then sank by 59.97% to -$3.7 billion in 2025, then plunged by 37.03% to -$5.1 billion in 2026.
- Per Business Quant data, the three most recent Invested Capital figures were -$5.1 billion in Q2 2026, -$3.7 billion in Q4 2025, and -$3.5 billion in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Marriott International | 90.76 Bn | 90.30 Bn | 1.97 Bn | 12.39 Bn |
| 2 | Hilton Worldwide Holdings | 69.62 Bn | 68.64 Bn | 3.08 Bn | 7.04 Bn |
| 3 | Royal Caribbean Cruises | 62.81 Bn | 62.11 Bn | 2.29 Bn | 33.31 Bn |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn | 7.60 Bn |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - | 40.03 Bn |
| 6 | Trip.com | 26.54 Bn | 15.10 Bn | 1.84 Bn | 27.47 Bn |
| 7 | Intercontinental Hotels | 25.51 Bn | 24.46 Bn | - | -5.07 Bn |
| 8 | Hyatt Hotels | 14.88 Bn | 14.59 Bn | 809.00 Mn | 7.91 Bn |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn | 2.71 Bn |
| 10 | Atour Lifestyle Holdings | 8.31 Bn | 7.47 Bn | 511.83 Mn | 528.30 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.07 Bn |
| Dec 31, 2025 | -3.70 Bn |
| Jun 30, 2025 | -3.54 Bn |
| Dec 31, 2024 | -2.31 Bn |
| Dec 31, 2023 | -1.35 Bn |
| Jun 30, 2023 | -1.96 Bn |
| Dec 31, 2022 | -1.55 Bn |
| Jun 30, 2022 | -1.74 Bn |
| Dec 31, 2021 | -1.19 Bn |
| Jun 30, 2021 | -1.90 Bn |
| Dec 31, 2020 | -988.00 Mn |
| Jun 30, 2020 | -2.48 Bn |
| Dec 31, 2019 | -1.39 Bn |
| Jun 30, 2019 | -1.55 Bn |
| Dec 31, 2018 | -1.04 Bn |
| Jun 30, 2018 | -1.26 Bn |
| Dec 31, 2017 | -1.25 Bn |
| Jun 30, 2017 | -1.58 Bn |
| Dec 31, 2016 | -1.05 Bn |
| Jun 30, 2016 | -1.52 Bn |
Intercontinental Hotels Invested Capital 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=invested-capital&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();