Analysts expect Host Hotels & Resorts, Inc. to report revenue of 1.27 B for Q3 26, against a range of 1.19 B to 1.36 B. The most recent reported quarter, Q2 26, came in at 1.64 B, a 3.5% beat against the 1.58 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 1.32 B | 1.43 B | 1.59 B | 1.59 B | 1.33 B | 1.60 B | 1.65 B | 1.64 B | - | - | - | - | - | - | - | - | ||||||
| High Estimate | 1.43 B | 1.39 B | 1.74 B | 1.65 B | 1.47 B | 1.66 B | 1.68 B | 1.74 B | 1.36 B | 1.46 B | 1.87 B | 1.63 B | 1.35 B | 1.60 B | 1.87 B | 1.82 B | ||||||
| Low Estimate | 1.33 B | 1.17 B | 1.45 B | 1.45 B | 1.32 B | 1.44 B | 1.40 B | 1.43 B | 1.19 B | 1.37 B | 1.53 B | 1.51 B | 1.27 B | 1.39 B | 1.65 B | 1.62 B | ||||||
| Consensus Estimate | 1.38 B | 1.28 B | 1.59 B | 1.55 B | 1.40 B | 1.55 B | 1.54 B | 1.58 B | 1.27 B | 1.41 B | 1.70 B | 1.57 B | 1.31 B | 1.49 B | 1.76 B | 1.72 B |
Analysts expect Host Hotels & Resorts, Inc. to report earnings per share of 0.09 for Q3 26, against a range of 0.08 to 0.10. The most recent reported quarter, Q2 26, came in at 0.35, a 2.8% miss against the 0.36 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.12 | 0.15 | 0.35 | 0.32 | 0.23 | 0.20 | 0.72 | 0.35 | - | - | - | - | - | - | - | - | ||||||
| High Estimate | 0.11 | 0.15 | 0.26 | 0.24 | 0.05 | 0.20 | 0.40 | 0.39 | 0.10 | 0.22 | 0.40 | 0.37 | 0.09 | 0.16 | 0.41 | 0.36 | ||||||
| Low Estimate | 0.09 | 0.13 | 0.24 | 0.22 | 0.05 | 0.16 | 0.34 | 0.33 | 0.08 | 0.20 | 0.34 | 0.33 | 0.09 | 0.14 | 0.37 | 0.32 | ||||||
| Consensus Estimate | 0.10 | 0.14 | 0.25 | 0.23 | 0.05 | 0.18 | 0.37 | 0.36 | 0.09 | 0.21 | 0.37 | 0.35 | 0.09 | 0.15 | 0.39 | 0.34 |
Pull Wall Street consensus for Host Hotels & Resorts, Inc. (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=HST&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "HST", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=HST&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();