Intercontinental Hotels (IHG) Common Equity (2009 - 2026)
Intercontinental Hotels' (IHG) quarterly Common Equity came in at -$3.0 billion in Q2 2026, down 12.63% year-over-year from -$3.4 billion in Q2 2025, and down 8.65% quarter-over-quarter from -$2.7 billion in Q4 2025.
Intercontinental Hotels (IHG) Common Equity (2009 - 2026) Analysis & Trends
Intercontinental Hotels has disclosed Common Equity across 18 years of filings, most recently posting -$3.0 billion for Q2 2026.
- In Q2 2026, Common Equity fell 12.63% year-over-year to -$3.0 billion; the TTM figure through Jun 2026 stood at -$3.0 billion (down 12.63% YoY), while the FY2025 annual figure was -$2.7 billion, down 18.56% from the prior year.
- Common Equity came in at -$3.0 billion for Q2 2026 at Intercontinental Hotels, down from -$2.7 billion in the prior quarter.
- In the past five years, Common Equity ranged from a high of -$1.2 billion in Q2 2022 to a low of -$3.0 billion in Q2 2026.
- Average Common Equity over 5 years is -$2.2 billion, with a median of -$2.1 billion recorded in 2023.
- Year-over-year, Common Equity soared 34.28% in 2022 and plunged 54.45% in 2023.
- Over 5 years, Common Equity stood at -$1.6 billion in 2022, then dropped by 21.02% to -$1.9 billion in 2023, then fell by 18.81% to -$2.3 billion in 2024, then slipped by 18.56% to -$2.7 billion in 2025, then retreated by 8.65% to -$3.0 billion in 2026.
- Per Business Quant data, the three most recent Common Equity figures were -$3.0 billion in Q2 2026, -$2.7 billion in Q4 2025, and -$2.6 billion in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Common Equity (Qtr) |
|---|---|---|---|---|---|
| 1 | Marriott International | 90.76 Bn | 90.30 Bn | 1.97 Bn | -4.53 Bn |
| 2 | Hilton Worldwide Holdings | 69.62 Bn | 68.64 Bn | 3.08 Bn | -6.30 Bn |
| 3 | Royal Caribbean Cruises | 62.81 Bn | 62.11 Bn | 2.29 Bn | 10.46 Bn |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn | 1.65 Bn |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - | 12.98 Bn |
| 6 | Trip.com | 26.54 Bn | 15.10 Bn | 1.84 Bn | 23.68 Bn |
| 7 | Intercontinental Hotels | 25.51 Bn | 24.46 Bn | - | -2.98 Bn |
| 8 | Hyatt Hotels | 14.88 Bn | 14.59 Bn | 809.00 Mn | 3.62 Bn |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn | 2.10 Bn |
| 10 | Atour Lifestyle Holdings | 8.31 Bn | 7.47 Bn | 511.83 Mn | 495.24 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.98 Bn |
| Dec 31, 2025 | -2.74 Bn |
| Jun 30, 2025 | -2.64 Bn |
| Dec 31, 2024 | -2.31 Bn |
| Dec 31, 2023 | -1.95 Bn |
| Jun 30, 2023 | -1.82 Bn |
| Dec 31, 2022 | -1.61 Bn |
| Jun 30, 2022 | -1.18 Bn |
| Dec 31, 2021 | -1.48 Bn |
| Jun 30, 2021 | -1.80 Bn |
| Dec 31, 2020 | -1.86 Bn |
| Jun 30, 2020 | -1.61 Bn |
| Dec 31, 2019 | -1.47 Bn |
| Jun 30, 2019 | -1.43 Bn |
| Dec 31, 2018 | -1.14 Bn |
| Jun 30, 2018 | -1.17 Bn |
| Dec 31, 2017 | -1.36 Bn |
| Jun 30, 2017 | -1.47 Bn |
| Dec 31, 2016 | -1.15 Bn |
| Jun 30, 2016 | -1.04 Bn |
Intercontinental Hotels Common Equity 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=common-equity&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "common-equity", "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=common-equity&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();