Analysts expect Whirlpool Corp /De/ to report revenue of 4.09 B for Q3 26, against a range of 3.82 B to 4.37 B. The most recent reported quarter, Q2 26, came in at 3.52 B, a 3.7% beat against the 3.40 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) | 3.99 B | 4.14 B | 3.62 B | 3.77 B | 4.03 B | 4.10 B | 3.27 B | 3.52 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 4.59 B | 4.89 B | 3.75 B | 4.31 B | 4.37 B | 4.53 B | 3.83 B | 3.66 B | 4.37 B | 4.52 B | 3.49 B | 3.95 B | 4.26 B | 4.57 B | 3.62 B | 3.72 B | ||||||||||
| Low Estimate | 4.16 B | 4.03 B | 3.09 B | 3.66 B | 3.97 B | 3.81 B | 3.45 B | 3.13 B | 3.82 B | 4.22 B | 3.04 B | 3.70 B | 3.63 B | 4.12 B | 3.20 B | 3.41 B | ||||||||||
| Consensus Estimate | 4.37 B | 4.46 B | 3.42 B | 3.98 B | 4.17 B | 4.17 B | 3.64 B | 3.40 B | 4.09 B | 4.37 B | 3.26 B | 3.82 B | 3.95 B | 4.34 B | 3.41 B | 3.56 B |
Analysts expect Whirlpool Corp /De/ to report earnings per share of 1.12 for Q3 26, against a range of 1.08 to 1.16. The most recent reported quarter, Q2 26, came in at -0.21, a 250.0% miss against the -0.06 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) | 3.43 | 4.57 | 1.70 | 1.34 | 2.09 | 1.10 | -0.56 | -0.21 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 3.69 | 4.55 | 1.89 | 1.81 | 1.40 | 1.56 | 0.40 | -0.05 | 1.16 | 1.55 | 0.24 | 0.31 | 1.12 | 1.43 | 0.61 | 1.07 | ||||||||||
| Low Estimate | 3.13 | 3.79 | 1.59 | 1.55 | 1.26 | 1.40 | 0.32 | -0.07 | 1.08 | 1.29 | 0.22 | 0.27 | 0.98 | 1.19 | 0.57 | 0.91 | ||||||||||
| Consensus Estimate | 3.41 | 4.17 | 1.74 | 1.68 | 1.33 | 1.48 | 0.36 | -0.06 | 1.12 | 1.42 | 0.23 | 0.29 | 1.05 | 1.31 | 0.59 | 0.99 |
Pull Wall Street consensus for Whirlpool Corp /De/ (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=WHR-PA&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "WHR-PA", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=WHR-PA&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();