Hyatt Hotels (H) Buildings (2010 - 2025)
Hyatt Hotels' (H) quarterly Buildings came in at $1.6 billion in Q4 2025, down 0.88% on a YoY basis from $1.6 billion in Q4 2024, and down 0.88% quarter-over-quarter from $1.6 billion in Q4 2024.
Hyatt Hotels (H) Buildings (2010 - 2025) Analysis & Trends
Hyatt Hotels (H) has reported Buildings for 16 consecutive years, with $1.6 billion the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Buildings fell 0.88% year-over-year to $1.6 billion; the trailing twelve-month figure through Dec 2025 stood at $1.6 billion (down 0.88% YoY), and the FY2025 full-year result was $1.6 billion, down 0.88% from the prior year.
- Buildings fell to $1.6 billion in Q4 2025 per H's latest filing, from $1.6 billion in the prior quarter.
- Across five years, Buildings topped out at $3.1 billion in Q4 2021 and bottomed at $1.6 billion in Q4 2025.
- Historically, Buildings has averaged $2.3 billion across 5 years, with a median of $2.6 billion in 2023.
- The sharpest annual moves came in 2023 and 2024: Buildings dropped 0.49% in 2023, then tumbled 39.85% in 2024.
- Over 5 years, Buildings stood at $3.1 billion in 2021, then declined by 13.28% to $2.7 billion in 2022, then retreated by 0.49% to $2.6 billion in 2023, then tumbled by 39.85% to $1.6 billion in 2024, then dropped by 0.88% to $1.6 billion in 2025.
- According to Business Quant data, Buildings over the past three periods registered $1.6 billion, $1.6 billion, and $2.6 billion for Q4 2025, Q4 2024, and Q4 2023 respectively.
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 |
|---|---|
| Dec 31, 2025 | 1.58 Bn |
| Dec 31, 2024 | 1.59 Bn |
| Dec 31, 2023 | 2.65 Bn |
| Dec 31, 2022 | 2.66 Bn |
| Dec 31, 2021 | 3.07 Bn |
| Dec 31, 2020 | 3.38 Bn |
| Dec 31, 2019 | 3.29 Bn |
| Dec 31, 2018 | 3.58 Bn |
| Dec 31, 2017 | 3.88 Bn |
| Dec 31, 2016 | 4.13 Bn |
| Dec 31, 2015 | 3.90 Bn |
| Dec 31, 2014 | 3.95 Bn |
| Dec 31, 2013 | 4.63 Bn |
| Dec 31, 2012 | 4.06 Bn |
| Dec 31, 2011 | 3.88 Bn |
| Dec 31, 2010 | 3.37 Bn |
Hyatt Hotels Buildings 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=buildings&ticker=H&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "buildings", "ticker": "H", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=buildings&ticker=H&period=max&api_key=YOUR_API_KEY");
const data = await res.json();