Intercontinental Hotels (IHG) Current Deferred Revenue (2016 - 2026)
Intercontinental Hotels' (IHG) quarterly Current Deferred Revenue came in at -$894.0 million in Q2 2026, down 6.3% year-over-year from -$954.1 million in Q2 2025, and down 7.84% quarter-over-quarter from -$829.0 million in Q4 2025.
Intercontinental Hotels (IHG) Current Deferred Revenue (2016 - 2026) Analysis & Trends
Intercontinental Hotels has disclosed Current Deferred Revenue across 11 years of filings, most recently posting -$894.0 million for Q2 2026.
- In Q2 2026, Current Deferred Revenue fell 6.3% year-over-year to -$894.0 million; the TTM figure through Jun 2026 stood at -$894.0 million (down 6.3% YoY), while the FY2025 annual figure was -$829.0 million, down 8.22% from the prior year.
- Current Deferred Revenue came in at -$894.0 million for Q2 2026 at Intercontinental Hotels, down from -$829.0 million in the prior quarter.
- In the past five years, Current Deferred Revenue ranged from a high of -$658.0 million in Q2 2022 to a low of -$894.0 million in Q2 2026.
- Average Current Deferred Revenue over 5 years is -$767.1 million, with a median of -$759.0 million recorded in 2023.
- Year-over-year, Current Deferred Revenue slipped 27.27% in 2022 and declined 1.86% in 2024.
- Over 5 years, Current Deferred Revenue stood at -$681.0 million in 2022, then declined by 10.43% to -$752.0 million in 2023, then declined by 1.86% to -$766.0 million in 2024, then dropped by 8.22% to -$829.0 million in 2025, then fell by 7.84% to -$894.0 million in 2026.
- Per Business Quant data, the three most recent Current Deferred Revenue figures were -$894.0 million in Q2 2026, -$829.0 million in Q4 2025, and -$841.0 million in Q2 2025.
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 |
|---|---|
| Jun 30, 2026 | -894.00 Mn |
| Dec 31, 2025 | -829.00 Mn |
| Jun 30, 2025 | -841.00 Mn |
| Dec 31, 2024 | -766.00 Mn |
| Dec 31, 2023 | -752.00 Mn |
| Jun 30, 2023 | -716.00 Mn |
| Dec 31, 2022 | -681.00 Mn |
| Jun 30, 2022 | -658.00 Mn |
| Dec 31, 2021 | -617.00 Mn |
| Jun 30, 2021 | -517.00 Mn |
| Dec 31, 2020 | -452.00 Mn |
| Jun 30, 2020 | -341.00 Mn |
| Dec 31, 2019 | -555.00 Mn |
| Jun 30, 2019 | -607.00 Mn |
| Dec 31, 2018 | -572.00 Mn |
| Jun 30, 2018 | -549.00 Mn |
| Dec 31, 2017 | -490.00 Mn |
| Jun 30, 2017 | -479.00 Mn |
| Dec 31, 2016 | -462.00 Mn |
Intercontinental Hotels Current Deferred Revenue 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-deferred-revenue&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-revenue", "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-deferred-revenue&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();