Intercontinental Hotels (IHG) Current Leases (2012 - 2026)
Intercontinental Hotels' (IHG) quarterly Current Leases came in at -$362.0 million in Q2 2026, up 4.49% year-over-year from -$346.5 million in Q2 2025, and up 4.23% quarter-over-quarter from -$378.0 million in Q4 2025.
Intercontinental Hotels (IHG) Current Leases (2012 - 2026) Analysis & Trends
Intercontinental Hotels has disclosed Current Leases across 13 years of filings, most recently posting -$362.0 million for Q2 2026.
- In Q2 2026, Current Leases rose 4.49% year-over-year to -$362.0 million; the TTM figure through Jun 2026 stood at -$362.0 million (up 4.49% YoY), while the FY2025 annual figure was -$378.0 million, up 2.58% from the prior year.
- Current Leases came in at -$362.0 million for Q2 2026 at Intercontinental Hotels, up from -$378.0 million in the prior quarter.
- In the past five years, Current Leases ranged from a high of -$362.0 million in Q2 2026 to a low of -$402.0 million in Q2 2022.
- Average Current Leases over 5 years is -$388.4 million, with a median of -$392.0 million recorded in 2023.
- Year-over-year, Current Leases declined 4.43% in 2022 and gained 4.49% in 2026.
- Over 5 years, Current Leases stood at -$401.0 million in 2022, then rose by 1.25% to -$396.0 million in 2023, then gained by 2.02% to -$388.0 million in 2024, then climbed by 2.58% to -$378.0 million in 2025, then increased by 4.23% to -$362.0 million in 2026.
- Per Business Quant data, the three most recent Current Leases figures were -$362.0 million in Q2 2026, -$378.0 million in Q4 2025, and -$379.0 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Current Leases (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 | 71.00 Mn |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn | 29.20 Mn |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - | 168.00 Mn |
| 6 | Trip.com | 26.54 Bn | 15.10 Bn | 1.84 Bn | - |
| 7 | Intercontinental Hotels | 25.51 Bn | 24.46 Bn | - | -362.00 Mn |
| 8 | Hyatt Hotels | 14.88 Bn | 14.59 Bn | 809.00 Mn | - |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn | 525.00 Mn |
| 10 | Atour Lifestyle Holdings | 8.31 Bn | 7.47 Bn | 511.83 Mn | 38.44 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -362.00 Mn |
| Dec 31, 2025 | -378.00 Mn |
| Jun 30, 2025 | -379.00 Mn |
| Dec 31, 2024 | -388.00 Mn |
| Dec 31, 2023 | -396.00 Mn |
| Jun 30, 2023 | -401.00 Mn |
| Dec 31, 2022 | -401.00 Mn |
| Jun 30, 2022 | -402.00 Mn |
| Dec 31, 2021 | -384.00 Mn |
| Jun 30, 2021 | -401.00 Mn |
| Dec 31, 2020 | -416.00 Mn |
| Jun 30, 2020 | -504.00 Mn |
| Dec 31, 2019 | -595.00 Mn |
| Jun 30, 2019 | -634.00 Mn |
| Dec 31, 2018 | -615.00 Mn |
| Dec 31, 2017 | -589.00 Mn |
| Dec 31, 2014 | -3.00 Mn |
| Dec 31, 2013 | -3.00 Mn |
| Dec 31, 2012 | -3.00 Mn |
Intercontinental Hotels Current Leases 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=current-leases&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-leases", "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=current-leases&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();