Analysts expect Marriott International Inc /Md/ to report revenue of 7.21 B for Q3 26, against a range of 6.88 B to 7.54 B. The most recent reported quarter, Q2 26, came in at 7.07 B, a 4.2% beat against the 6.78 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) | 6.25 B | 6.43 B | 6.26 B | 6.74 B | 6.49 B | 6.69 B | 6.65 B | 7.07 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 6.41 B | 7.09 B | 6.37 B | 6.81 B | 6.32 B | 7.46 B | 7.45 B | 7.10 B | 7.54 B | 7.63 B | 6.74 B | 7.24 B | 7.59 B | 8.03 B | 8.39 B | 8.61 B | ||||||||||
| Low Estimate | 5.45 B | 6.31 B | 5.32 B | 6.07 B | 5.94 B | 6.55 B | 6.18 B | 6.47 B | 6.88 B | 6.86 B | 6.27 B | 6.81 B | 6.66 B | 6.59 B | 7.15 B | 7.59 B | ||||||||||
| Consensus Estimate | 5.93 B | 6.70 B | 5.85 B | 6.44 B | 6.13 B | 7.00 B | 6.81 B | 6.78 B | 7.21 B | 7.24 B | 6.51 B | 7.03 B | 7.12 B | 7.31 B | 7.77 B | 8.10 B |
Analysts expect Marriott International Inc /Md/ to report earnings per share of 2.89 for Q3 26, against a range of 2.77 to 3.01. The most recent reported quarter, Q2 26, came in at 3.19, a 0.9% beat against the 3.16 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) | 2.26 | 2.45 | 2.32 | 2.65 | 2.47 | 2.58 | 2.72 | 3.19 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 2.57 | 2.65 | 2.29 | 2.60 | 2.61 | 2.98 | 2.56 | 3.31 | 3.01 | 3.33 | 3.03 | 3.55 | 3.47 | 3.88 | 3.30 | 4.30 | ||||||||||
| Low Estimate | 2.33 | 2.41 | 1.89 | 2.40 | 2.35 | 2.54 | 2.22 | 3.01 | 2.77 | 2.85 | 2.53 | 3.17 | 3.03 | 3.26 | 2.98 | 4.04 | ||||||||||
| Consensus Estimate | 2.45 | 2.53 | 2.09 | 2.50 | 2.48 | 2.76 | 2.39 | 3.16 | 2.89 | 3.09 | 2.78 | 3.36 | 3.25 | 3.57 | 3.14 | 4.17 |
Pull Wall Street consensus for Marriott International Inc /Md/ (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=MAR&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "MAR", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=MAR&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();