Intercontinental Hotels (IHG) Non-Current Assets (2009 - 2026)
Intercontinental Hotels' (IHG) quarterly Non-Current Assets came in at $3.4 billion in Q2 2026, up 2.29% year-over-year from $3.3 billion in Q2 2025, and up 1.7% quarter-over-quarter from $3.3 billion in Q4 2025.
Intercontinental Hotels (IHG) Non-Current Assets (2009 - 2026) Analysis & Trends
Intercontinental Hotels has disclosed Non-Current Assets across 18 years of filings, most recently posting $3.4 billion for Q2 2026.
- In Q2 2026, Non-Current Assets rose 2.29% year-over-year to $3.4 billion; the TTM figure through Jun 2026 stood at $3.4 billion (down 91.24% YoY), while the FY2025 annual figure was $3.3 billion, up 14.48% from the prior year.
- Non-Current Assets came in at $3.4 billion for Q2 2026 at Intercontinental Hotels, up from $3.3 billion in the prior quarter.
- In the past five years, Non-Current Assets ranged from a high of $3.4 billion in Q2 2026 to a low of $2.5 billion in Q4 2022.
- Average Non-Current Assets over 5 years is $2.9 billion, with a median of $2.8 billion recorded in 2023.
- Year-over-year, Non-Current Assets declined 6.09% in 2022 and rose 14.48% in 2025.
- Over 5 years, Non-Current Assets stood at $2.5 billion in 2022, then gained by 5.75% to $2.7 billion in 2023, then grew by 7.27% to $2.9 billion in 2024, then gained by 14.48% to $3.3 billion in 2025, then rose by 1.7% to $3.4 billion in 2026.
- Per Business Quant data, the three most recent Non-Current Assets figures were $3.4 billion in Q2 2026, $3.3 billion in Q4 2025, and $3.3 billion in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Marriott International | 90.76 Bn | 90.30 Bn | 1.97 Bn | 23.86 Bn |
| 2 | Hilton Worldwide Holdings | 69.62 Bn | 68.64 Bn | 3.08 Bn | 13.63 Bn |
| 3 | Royal Caribbean Cruises | 62.81 Bn | 62.11 Bn | 2.29 Bn | 42.21 Bn |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn | 8.87 Bn |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - | 47.74 Bn |
| 6 | Trip.com | 26.54 Bn | 15.10 Bn | 1.84 Bn | 20.06 Bn |
| 7 | Intercontinental Hotels | 25.51 Bn | 24.46 Bn | - | 3.35 Bn |
| 8 | Hyatt Hotels | 14.88 Bn | 14.59 Bn | 809.00 Mn | 11.94 Bn |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn | 6.73 Bn |
| 10 | Atour Lifestyle Holdings | 8.31 Bn | 7.47 Bn | 511.83 Mn | 231.69 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.35 Bn |
| Dec 31, 2025 | 3.30 Bn |
| Jun 30, 2025 | 3.28 Bn |
| Dec 31, 2024 | 2.88 Bn |
| Dec 31, 2023 | 2.68 Bn |
| Jun 30, 2023 | 2.60 Bn |
| Dec 31, 2022 | 2.54 Bn |
| Jun 30, 2022 | 2.56 Bn |
| Dec 31, 2021 | 2.65 Bn |
| Jun 30, 2021 | 2.73 Bn |
| Dec 31, 2020 | 2.80 Bn |
| Jun 30, 2020 | 2.90 Bn |
| Dec 31, 2019 | 3.26 Bn |
| Jun 30, 2019 | 3.11 Bn |
| Dec 31, 2018 | 2.91 Bn |
| Jun 30, 2018 | 2.21 Bn |
| Dec 31, 2017 | 2.46 Bn |
| Jun 30, 2017 | 2.11 Bn |
| Dec 31, 2016 | 1.97 Bn |
| Jun 30, 2016 | 2.15 Bn |
Intercontinental Hotels Non-Current Assets 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=non-current-assets&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();