Analysts expect Wayfair Inc. to report revenue of 3.54 B for Q3 26, against a range of 3.33 B to 3.74 B. The most recent reported quarter, Q2 26, came in at 3.52 B, a 1.0% miss against the 3.55 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) | 2.88 B | 3.12 B | 2.73 B | 3.27 B | 3.12 B | 3.34 B | 2.93 B | 3.52 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 3.16 B | 3.07 B | 2.82 B | 3.32 B | 3.06 B | 3.69 B | 2.99 B | 3.84 B | 3.74 B | 3.50 B | 3.61 B | 3.85 B | 3.71 B | 4.34 B | 3.56 B | 4.02 B | ||||||||||
| Low Estimate | 2.79 B | 2.76 B | 2.48 B | 2.79 B | 2.59 B | 3.34 B | 2.58 B | 3.27 B | 3.33 B | 3.23 B | 3.03 B | 3.39 B | 3.19 B | 3.90 B | 3.09 B | 3.68 B | ||||||||||
| Consensus Estimate | 2.98 B | 2.92 B | 2.65 B | 3.06 B | 2.83 B | 3.51 B | 2.79 B | 3.55 B | 3.54 B | 3.37 B | 3.32 B | 3.62 B | 3.45 B | 4.12 B | 3.32 B | 3.85 B |
Analysts expect Wayfair Inc. to report earnings per share of 0.81 for Q3 26, against a range of 0.77 to 0.85. The most recent reported quarter, Q2 26, came in at 0.95, a 1.1% beat against the 0.94 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.22 | -0.25 | 0.10 | 0.87 | 0.70 | 0.85 | 0.26 | 0.95 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 0.14 | -0.01 | -0.21 | 0.36 | 0.49 | 0.68 | 0.28 | 1.01 | 0.85 | 1.11 | 0.47 | 1.25 | 1.12 | 1.17 | 0.94 | 1.62 | ||||||||||
| Low Estimate | 0.12 | -0.01 | -0.23 | 0.32 | 0.45 | 0.62 | 0.24 | 0.87 | 0.77 | 0.93 | 0.39 | 1.05 | 1.02 | 1.09 | 0.80 | 1.42 | ||||||||||
| Consensus Estimate | 0.13 | -0.01 | -0.22 | 0.34 | 0.47 | 0.65 | 0.26 | 0.94 | 0.81 | 1.02 | 0.43 | 1.15 | 1.07 | 1.13 | 0.87 | 1.52 |
Pull Wall Street consensus for Wayfair 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=W&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "W", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=W&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();