Analysts expect Hyatt Hotels Corp to report revenue of 1.79 B for Q3 26, against a range of 1.64 B to 1.95 B. The most recent reported quarter, Q2 26, came in at 1.83 B, a 7.5% beat against the 1.70 B consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 1.63 B | 1.60 B | 1.72 B | 1.81 B | 1.79 B | 1.79 B | 1.75 B | 1.83 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 1.65 B | 1.91 B | 1.95 B | 1.79 B | 1.96 B | 2.06 B | 1.81 B | 1.81 B | 1.95 B | 2.13 B | 1.92 B | 2.09 B | 2.04 B | 2.13 B | 2.09 B | 2.16 B | ||||||||||
| Low Estimate | 1.35 B | 1.62 B | 1.67 B | 1.50 B | 1.74 B | 1.74 B | 1.59 B | 1.59 B | 1.64 B | 1.74 B | 1.77 B | 1.76 B | 1.89 B | 1.95 B | 1.72 B | 1.91 B | ||||||||||
| Consensus Estimate | 1.50 B | 1.77 B | 1.81 B | 1.64 B | 1.85 B | 1.90 B | 1.70 B | 1.70 B | 1.79 B | 1.94 B | 1.84 B | 1.93 B | 1.96 B | 2.04 B | 1.90 B | 2.03 B |
Analysts expect Hyatt Hotels Corp to report earnings per share of 0.72 for Q3 26, against a range of 0.68 to 0.76. The most recent reported quarter, Q2 26, came in at 1.12, a 16.7% beat against the 0.96 consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.94 | 0.42 | 0.46 | 0.68 | -0.30 | 1.33 | 0.63 | 1.12 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 1.00 | 0.85 | 0.34 | 0.66 | 0.50 | 0.41 | 0.56 | 1.01 | 0.76 | 1.08 | 1.09 | 1.28 | 0.88 | 1.39 | 1.45 | 1.89 | ||||||||||
| Low Estimate | 0.84 | 0.75 | 0.30 | 0.54 | 0.46 | 0.37 | 0.48 | 0.91 | 0.68 | 0.90 | 0.95 | 1.06 | 0.72 | 1.27 | 1.23 | 1.55 | ||||||||||
| Consensus Estimate | 0.92 | 0.80 | 0.32 | 0.60 | 0.48 | 0.39 | 0.52 | 0.96 | 0.72 | 0.99 | 1.02 | 1.17 | 0.80 | 1.33 | 1.34 | 1.72 |
Pull Wall Street consensus for Hyatt Hotels Corp (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=H&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "H", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=H&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();