Intercontinental Hotels (IHG) Total Liabilities (2009 - 2026)
Intercontinental Hotels' (IHG) quarterly Total Liabilities came in at -$8.2 billion in Q2 2026, down 210.68% year-over-year from $7.4 billion in Q2 2025, and down 1.5% quarter-over-quarter from -$8.1 billion in Q4 2025.
Intercontinental Hotels (IHG) Total Liabilities (2009 - 2026) Analysis & Trends
Intercontinental Hotels has disclosed Total Liabilities across 18 years of filings, most recently posting -$8.2 billion for Q2 2026.
- In Q2 2026, Total Liabilities fell 210.68% year-over-year to -$8.2 billion; the TTM figure through Jun 2026 stood at -$8.2 billion (down 210.68% YoY), while the FY2025 annual figure was -$8.1 billion, down 14.53% from the prior year.
- Total Liabilities came in at -$8.2 billion for Q2 2026 at Intercontinental Hotels, down from -$8.1 billion in the prior quarter.
- In the past five years, Total Liabilities ranged from a high of -$2.6 billion in Q2 2025 to a low of -$8.2 billion in Q2 2026.
- Average Total Liabilities over 5 years is -$6.3 billion, with a median of -$6.4 billion recorded in 2023.
- Year-over-year, Total Liabilities grew 5.91% in 2022 and tumbled 210.68% in 2026.
- Over 5 years, Total Liabilities stood at -$5.8 billion in 2022, then dropped by 16.05% to -$6.8 billion in 2023, then declined by 4.39% to -$7.1 billion in 2024, then declined by 14.53% to -$8.1 billion in 2025, then slipped by 1.5% to -$8.2 billion in 2026.
- Per Business Quant data, the three most recent Total Liabilities figures were -$8.2 billion in Q2 2026, -$8.1 billion in Q4 2025, and -$2.6 billion in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Marriott International | 90.76 Bn | 90.30 Bn | 1.97 Bn | 32.61 Bn |
| 2 | Hilton Worldwide Holdings | 69.62 Bn | 68.64 Bn | 3.08 Bn | 23.20 Bn |
| 3 | Royal Caribbean Cruises | 62.81 Bn | 62.11 Bn | 2.29 Bn | 34.18 Bn |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn | 12.13 Bn |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - | 39.24 Bn |
| 6 | Trip.com | 26.54 Bn | 15.10 Bn | 1.84 Bn | 14.49 Bn |
| 7 | Intercontinental Hotels | 25.51 Bn | 24.46 Bn | - | -8.20 Bn |
| 8 | Hyatt Hotels | 14.88 Bn | 14.59 Bn | 809.00 Mn | 10.35 Bn |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn | 7.28 Bn |
| 10 | Atour Lifestyle Holdings | 8.31 Bn | 7.47 Bn | 511.83 Mn | 784.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.20 Bn |
| Dec 31, 2025 | -8.08 Bn |
| Jun 30, 2025 | -2.64 Bn |
| Dec 31, 2024 | -7.06 Bn |
| Dec 31, 2023 | -6.76 Bn |
| Jun 30, 2023 | -5.97 Bn |
| Dec 31, 2022 | -5.82 Bn |
| Jun 30, 2022 | -5.84 Bn |
| Dec 31, 2021 | -6.19 Bn |
| Jun 30, 2021 | -6.17 Bn |
| Dec 31, 2020 | -6.89 Bn |
| Jun 30, 2020 | -5.74 Bn |
| Dec 31, 2019 | -5.66 Bn |
| Jun 30, 2019 | -5.57 Bn |
| Dec 31, 2018 | -5.42 Bn |
| Jun 30, 2018 | -4.31 Bn |
| Dec 31, 2017 | -4.68 Bn |
| Jun 30, 2017 | -4.42 Bn |
| Dec 31, 2016 | -3.91 Bn |
| Jun 30, 2016 | -3.95 Bn |
Intercontinental Hotels Total 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-liabilities&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-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-liabilities&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();