Intercontinental Hotels (IHG) Other Non-Current Liabilities (2017 - 2023)
Intercontinental Hotels' (IHG) quarterly Other Non-Current Liabilities came in at -$2.0 billion in Q4 2023, down 3.25% year-over-year from -$2.1 billion in Q4 2022, and down 3.25% quarter-over-quarter from -$1.9 billion in Q4 2022.
Intercontinental Hotels (IHG) Other Non-Current Liabilities (2017 - 2023) Analysis & Trends
Intercontinental Hotels has disclosed Other Non-Current Liabilities across 5 years of filings, most recently posting -$2.0 billion for Q4 2023.
- In Q4 2023, Other Non-Current Liabilities fell 3.25% year-over-year to -$2.0 billion; the TTM figure through Dec 2023 stood at -$2.0 billion (down 3.25% YoY), while the FY2023 annual figure was -$2.0 billion, down 3.25% from the prior year.
- Other Non-Current Liabilities came in at -$2.0 billion for Q4 2023 at Intercontinental Hotels, down from -$1.9 billion in the prior quarter.
- In the past five years, Other Non-Current Liabilities ranged from a high of -$1.9 billion in Q4 2022 to a low of -$2.0 billion in Q4 2021.
- Average Other Non-Current Liabilities over 3 years is -$2.0 billion, with a median of -$2.0 billion recorded in 2023.
- Year-over-year, Other Non-Current Liabilities rose 3.68% in 2022 and fell 3.25% in 2023.
- Over 3 years, Other Non-Current Liabilities stood at -$2.0 billion in 2021, then climbed by 3.68% to -$1.9 billion in 2022, then declined by 3.25% to -$2.0 billion in 2023.
- Per Business Quant data, the three most recent Other Non-Current Liabilities figures were -$2.0 billion in Q4 2023, -$1.9 billion in Q4 2022, and -$2.0 billion in Q4 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Marriott International | 90.76 Bn | 90.30 Bn | 1.97 Bn |
| 2 | Hilton Worldwide Holdings | 69.62 Bn | 68.64 Bn | 3.08 Bn |
| 3 | Royal Caribbean Cruises | 62.81 Bn | 62.11 Bn | 2.29 Bn |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - |
| 6 | Trip.com | 26.54 Bn | 15.10 Bn | 1.84 Bn |
| 7 | Intercontinental Hotels | 25.51 Bn | 24.46 Bn | - |
| 8 | Hyatt Hotels | 14.88 Bn | 14.59 Bn | 809.00 Mn |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn |
| 10 | Atour Lifestyle Holdings | 8.31 Bn | 7.47 Bn | 511.83 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | -2.00 Bn |
| Dec 31, 2022 | -1.94 Bn |
| Dec 31, 2021 | -2.01 Bn |
| Dec 31, 2018 | 31.00 Mn |
| Dec 31, 2017 | 2.03 Bn |
Intercontinental Hotels Other 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=other-non-current-liabilities&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-current-liabilities&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();