Analysts expect Chewy, Inc. to report revenue of 3.69 B for Q4 26, against a range of 3.46 B to 3.91 B. The most recent reported quarter, Q3 26, came in at 3.33 B, a 2.8% beat against the 3.24 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.25 B | 3.12 B | 3.10 B | 3.12 B | 3.26 B | 3.36 B | 3.33 B | 3.33 B | - | - | - | - | - | - | - | - | |||||||||
| High Estimate | 2.81 B | 3.50 B | 3.05 B | 3.44 B | 3.16 B | 3.37 B | 3.40 B | 3.72 B | 3.41 B | 3.91 B | 3.77 B | 3.82 B | 3.46 B | 3.71 B | 3.86 B | 3.78 B | 3.93 B | |||||||||
| Low Estimate | 2.54 B | 3.21 B | 2.84 B | 3.01 B | 2.86 B | 2.84 B | 3.08 B | 3.28 B | 3.07 B | 3.46 B | 3.18 B | 3.48 B | 3.25 B | 3.29 B | 3.50 B | 3.33 B | 3.25 B | |||||||||
| Consensus Estimate | 2.67 B | 3.36 B | 2.94 B | 3.22 B | 3.01 B | 3.10 B | 3.24 B | 3.50 B | 3.24 B | 3.69 B | 3.47 B | 3.65 B | 3.36 B | 3.50 B | 3.68 B | 3.55 B | 3.59 B |
Analysts expect Chewy, Inc. to report earnings per share of 0.18 for Q4 26, against a range of 0.17 to 0.19. The most recent reported quarter, Q3 26, came in at 0.20, a 10.0% beat against the 0.18 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.01 | 0.05 | 0.15 | 0.14 | 0.14 | 0.09 | 0.23 | 0.20 | 0.20 | - | - | - | - | - | - | - | - | |||||||||
| High Estimate | 0.06 | 0.03 | 0.17 | 0.15 | 0.12 | 0.10 | 0.25 | 0.20 | 0.19 | 0.19 | 0.33 | 0.26 | 0.29 | 0.25 | 0.38 | 0.37 | 0.36 | |||||||||
| Low Estimate | 0.06 | 0.03 | 0.15 | 0.13 | 0.10 | 0.08 | 0.21 | 0.18 | 0.17 | 0.17 | 0.29 | 0.24 | 0.27 | 0.21 | 0.32 | 0.31 | 0.32 | |||||||||
| Consensus Estimate | 0.06 | 0.03 | 0.16 | 0.14 | 0.11 | 0.09 | 0.23 | 0.19 | 0.18 | 0.18 | 0.31 | 0.25 | 0.28 | 0.23 | 0.35 | 0.34 | 0.34 |
Pull Wall Street consensus for Chewy, 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=CHWY&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "CHWY", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=CHWY&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();