Intercontinental Hotels (IHG) Total Non-Current Liabilities (2009 - 2026)
Intercontinental Hotels' (IHG) quarterly Total Non-Current Liabilities came in at -$5.4 billion in Q2 2026, up 1.88% year-over-year from -$5.3 billion in Q2 2025, and up 10.08% quarter-over-quarter from -$6.0 billion in Q4 2025.
Intercontinental Hotels (IHG) Total Non-Current Liabilities (2009 - 2026) Analysis & Trends
Intercontinental Hotels has disclosed Total Non-Current Liabilities across 18 years of filings, most recently posting -$5.4 billion for Q2 2026.
- In Q2 2026, Total Non-Current Liabilities rose 1.88% year-over-year to -$5.4 billion; the TTM figure through Jun 2026 stood at -$5.4 billion (up 1.88% YoY), while the FY2025 annual figure was -$6.0 billion, down 16.63% from the prior year.
- Total Non-Current Liabilities came in at -$5.4 billion for Q2 2026 at Intercontinental Hotels, up from -$6.0 billion in the prior quarter.
- In the past five years, Total Non-Current Liabilities ranged from a high of -$4.3 billion in Q2 2022 to a low of -$6.0 billion in Q4 2025.
- Average Total Non-Current Liabilities over 5 years is -$4.9 billion, with a median of -$4.8 billion recorded in 2023.
- Year-over-year, Total Non-Current Liabilities climbed 15.06% in 2022 and decreased 16.63% in 2025.
- Over 5 years, Total Non-Current Liabilities stood at -$4.3 billion in 2022, then declined by 6.75% to -$4.6 billion in 2023, then dropped by 12.23% to -$5.1 billion in 2024, then slipped by 16.63% to -$6.0 billion in 2025, then rose by 10.08% to -$5.4 billion in 2026.
- Per Business Quant data, the three most recent Total Non-Current Liabilities figures were -$5.4 billion in Q2 2026, -$6.0 billion in Q4 2025, and -$5.5 billion in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Non-Current Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Marriott International | 90.76 Bn | 90.30 Bn | 1.97 Bn | 31.37 Bn |
| 2 | Hilton Worldwide Holdings | 69.62 Bn | 68.64 Bn | 3.08 Bn | 22.20 Bn |
| 3 | Royal Caribbean Cruises | 62.81 Bn | 62.11 Bn | 2.29 Bn | 33.53 Bn |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn | 6.04 Bn |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - | 37.97 Bn |
| 6 | Trip.com | 26.54 Bn | 15.10 Bn | 1.84 Bn | 14.36 Bn |
| 7 | Intercontinental Hotels | 25.51 Bn | 24.46 Bn | - | -5.38 Bn |
| 8 | Hyatt Hotels | 14.88 Bn | 14.59 Bn | 809.00 Mn | 8.30 Bn |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn | 6.95 Bn |
| 10 | Atour Lifestyle Holdings | 8.31 Bn | 7.47 Bn | 511.83 Mn | 242.30 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.38 Bn |
| Dec 31, 2025 | -5.98 Bn |
| Jun 30, 2025 | -5.48 Bn |
| Dec 31, 2024 | -5.13 Bn |
| Dec 31, 2023 | -4.57 Bn |
| Jun 30, 2023 | -4.48 Bn |
| Dec 31, 2022 | -4.28 Bn |
| Jun 30, 2022 | -4.28 Bn |
| Dec 31, 2021 | -4.57 Bn |
| Jun 30, 2021 | -5.04 Bn |
| Dec 31, 2020 | -5.02 Bn |
| Jun 30, 2020 | -4.11 Bn |
| Dec 31, 2019 | -4.27 Bn |
| Jun 30, 2019 | -4.28 Bn |
| Dec 31, 2018 | -4.01 Bn |
| Jun 30, 2018 | -3.11 Bn |
| Dec 31, 2017 | -3.37 Bn |
| Jun 30, 2017 | -3.33 Bn |
| Dec 31, 2016 | -2.76 Bn |
| Jun 30, 2016 | -2.56 Bn |
Intercontinental Hotels Total Non-Current Liabilities 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=total-non-current-liabilities&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-liabilities", "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=total-non-current-liabilities&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();