Intercontinental Hotels (IHG) Property, Plant & Equipment (Net) Growth (1y) (2010 - 2026)
Analysis
Intercontinental Hotels (IHG) Property, Plant & Equipment (Net) Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Marriott International | 90.76 Bn | 90.30 Bn | 1.97 Bn | -2.80% |
| 2 | Hilton Worldwide Holdings | 69.62 Bn | 68.64 Bn | 3.08 Bn | 50.11% |
| 3 | Royal Caribbean Cruises | 62.81 Bn | 62.11 Bn | 2.29 Bn | 18.24% |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn | 15.86% |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - | 2.02% |
| 6 | Trip.com | 26.54 Bn | 15.10 Bn | 1.84 Bn | 12.88% |
| 7 | Intercontinental Hotels | 25.51 Bn | 24.46 Bn | - | -3.36% |
| 8 | Hyatt Hotels | 14.88 Bn | 14.59 Bn | 809.00 Mn | -10.53% |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn | -4.67% |
| 10 | Atour Lifestyle Holdings | 8.31 Bn | 7.47 Bn | 511.83 Mn | -11.51% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.36% |
| Dec 31, 2025 | 1.37% |
| Dec 31, 2024 | -4.58% |
| Dec 31, 2023 | -2.55% |
| Jun 30, 2023 | 18.25% |
| Dec 31, 2022 | 14.60% |
| Jun 30, 2022 | -11.27% |
| Dec 31, 2021 | -31.84% |
| Jun 30, 2021 | -35.16% |
| Dec 31, 2020 | -34.95% |
| Jun 30, 2020 | -22.89% |
| Dec 31, 2019 | 13.19% |
| Jun 30, 2019 | -31.89% |
| Dec 31, 2018 | 9.20% |
| Jun 30, 2018 | -1.18% |
| Dec 31, 2017 | -40.33% |
| Jun 30, 2017 | -0.71% |
| Dec 31, 2016 | -2.10% |
| Jun 30, 2016 | -7.41% |
| Dec 31, 2015 | -42.24% |
API Access
Intercontinental Hotels Property, Plant & Equipment (Net) Growth (1y) 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=property-plant-and-equipment-net-growth-1y&ticker=IHG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-1y", "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=property-plant-and-equipment-net-growth-1y&ticker=IHG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();