Intercontinental Hotels (IHG) Retained Earnings (2009 - 2025)
Intercontinental Hotels' (IHG) quarterly Retained Earnings came in at $2.6 billion in Q4 2025, up 43.15% year-over-year from $1.8 billion in Q4 2024, and up 43.15% quarter-over-quarter from $1.8 billion in Q4 2024.
Intercontinental Hotels (IHG) Retained Earnings (2009 - 2025) Analysis & Trends
Intercontinental Hotels has disclosed Retained Earnings across 13 years of filings, most recently posting $2.6 billion for Q4 2025.
- In Q4 2025, Retained Earnings rose 43.15% year-over-year to $2.6 billion; the TTM figure through Dec 2025 stood at $2.6 billion (up 43.15% YoY), while the FY2025 annual figure was $2.6 billion, up 43.15% from the prior year.
- Retained Earnings came in at $2.6 billion for Q4 2025 at Intercontinental Hotels, up from $1.8 billion in the prior quarter.
- In the past five years, Retained Earnings ranged from a high of $2.6 billion in Q4 2025 to a low of $1.8 billion in Q4 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Marriott International | 90.76 Bn | 90.30 Bn | 1.97 Bn | 19.46 Bn |
| 2 | Hilton Worldwide Holdings | 69.62 Bn | 68.64 Bn | 3.08 Bn | 11.34 Bn |
| 3 | Royal Caribbean Cruises | 62.81 Bn | 62.11 Bn | 2.29 Bn | 7.19 Bn |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn | - |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - | 15.64 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 | 3.48 Bn |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn | 462.00 Mn |
| 10 | Atour Lifestyle Holdings | 8.31 Bn | 7.47 Bn | 511.83 Mn | 400.08 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.61 Bn |
| Dec 31, 2024 | 1.83 Bn |
| Jun 30, 2019 | 780.00 Mn |
| Dec 31, 2018 | 1.11 Bn |
| Jun 30, 2018 | 1.09 Bn |
| Dec 31, 2017 | 951.00 Mn |
| Jun 30, 2017 | 715.00 Mn |
| Dec 31, 2016 | 990.00 Mn |
| Jun 30, 2016 | 1.21 Bn |
| Dec 31, 2015 | 2.65 Bn |
| Jun 30, 2015 | 1.84 Bn |
| Dec 31, 2014 | 1.64 Bn |
| Jun 30, 2014 | 2.29 Bn |
| Dec 31, 2013 | 2.33 Bn |
| Jun 30, 2013 | 2.82 Bn |
| Dec 31, 2012 | 2.78 Bn |
| Sep 30, 2012 | 3.31 Bn |
| Jun 30, 2012 | 3.18 Bn |
| Mar 31, 2012 | 3.17 Bn |
| Dec 31, 2011 | 3.04 Bn |
Intercontinental Hotels Retained Earnings 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=retained-earnings&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();