Analysts expect Mohawk Industries Inc to report revenue of 2.52 B for Q4 26, against a range of 2.44 B to 2.61 B. The most recent reported quarter, Q3 26, came in at 2.99 B, a 1.7% beat against the 2.94 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.72 B | 2.64 B | 2.53 B | 2.80 B | 2.76 B | 2.70 B | 2.73 B | 2.99 B | 2.99 B | - | - | - | - | - | - | - | - | |||||||||
| High Estimate | 2.87 B | 2.87 B | 2.79 B | 2.88 B | 3.08 B | 2.94 B | 2.95 B | 3.12 B | 3.12 B | 2.61 B | 2.71 B | 3.04 B | 3.22 B | 2.79 B | 3.19 B | 3.27 B | 3.19 B | |||||||||
| Low Estimate | 2.41 B | 2.44 B | 2.46 B | 2.50 B | 2.57 B | 2.65 B | 2.69 B | 2.84 B | 2.76 B | 2.44 B | 2.48 B | 2.73 B | 2.81 B | 2.34 B | 2.74 B | 2.75 B | 2.73 B | |||||||||
| Consensus Estimate | 2.64 B | 2.66 B | 2.63 B | 2.69 B | 2.83 B | 2.79 B | 2.82 B | 2.98 B | 2.94 B | 2.52 B | 2.59 B | 2.88 B | 3.02 B | 2.57 B | 2.96 B | 3.01 B | 2.96 B |
Analysts expect Mohawk Industries Inc to report earnings per share of 1.79 for Q4 26, against a range of 1.74 to 1.84. The most recent reported quarter, Q3 26, came in at 3.23, a 30.3% beat against the 2.48 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.90 | 1.95 | 1.52 | 2.77 | 2.67 | 2.00 | 1.90 | 3.67 | 3.23 | - | - | - | - | - | - | - | - | |||||||||
| High Estimate | 3.01 | 2.10 | 1.50 | 2.91 | 3.06 | 1.97 | 1.76 | 2.65 | 2.57 | 1.84 | 2.01 | 3.41 | 2.56 | 1.90 | 2.23 | 4.17 | 3.54 | |||||||||
| Low Estimate | 2.49 | 1.84 | 1.26 | 2.59 | 2.56 | 1.83 | 1.62 | 2.21 | 2.39 | 1.74 | 1.89 | 3.13 | 2.20 | 1.66 | 1.89 | 3.93 | 3.22 | |||||||||
| Consensus Estimate | 2.75 | 1.97 | 1.38 | 2.75 | 2.81 | 1.90 | 1.69 | 2.43 | 2.48 | 1.79 | 1.95 | 3.27 | 2.38 | 1.78 | 2.06 | 4.05 | 3.38 |
Pull Wall Street consensus for Mohawk Industries 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=MHK&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "MHK", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=MHK&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();