Analysts expect Terex Corp to report revenue of 2.11 B for Q3 26, against a range of 1.95 B to 2.27 B. The most recent reported quarter, Q2 26, came in at 2.24 B, a 1.9% miss against the 2.28 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 1.21 B | 1.24 B | 1.23 B | 1.49 B | 1.39 B | 1.32 B | 1.73 B | 2.24 B | - | - | - | - | - | - | - | - | ||||||
| High Estimate | 1.19 B | 1.40 B | 1.30 B | 1.56 B | 1.50 B | 1.47 B | 1.95 B | 2.45 B | 2.27 B | 2.04 B | 1.97 B | 2.44 B | 2.41 B | 2.56 B | 2.33 B | 2.48 B | ||||||
| Low Estimate | 1.07 B | 1.19 B | 1.08 B | 1.44 B | 1.25 B | 1.23 B | 1.63 B | 2.12 B | 1.95 B | 1.84 B | 1.76 B | 2.07 B | 2.14 B | 2.39 B | 2.01 B | 2.20 B | ||||||
| Consensus Estimate | 1.13 B | 1.30 B | 1.19 B | 1.50 B | 1.38 B | 1.35 B | 1.79 B | 2.28 B | 2.11 B | 1.94 B | 1.87 B | 2.25 B | 2.27 B | 2.47 B | 2.17 B | 2.34 B |
Analysts expect Terex Corp to report earnings per share of 1.50 for Q3 26, against a range of 1.42 to 1.58. The most recent reported quarter, Q2 26, came in at 1.37, a 7.9% beat against the 1.27 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 1.46 | 0.77 | 0.83 | 1.49 | 1.50 | 1.12 | 0.98 | 1.37 | - | - | - | - | - | - | - | - | ||||||
| High Estimate | 1.33 | 0.81 | 0.52 | 1.40 | 1.27 | 1.24 | 0.90 | 1.40 | 1.58 | 1.36 | 1.13 | 1.84 | 1.90 | 1.42 | 1.55 | 2.16 | ||||||
| Low Estimate | 1.13 | 0.71 | 0.48 | 1.20 | 1.19 | 1.10 | 0.74 | 1.14 | 1.42 | 1.22 | 1.07 | 1.58 | 1.60 | 1.18 | 1.35 | 2.04 | ||||||
| Consensus Estimate | 1.23 | 0.76 | 0.50 | 1.30 | 1.23 | 1.17 | 0.82 | 1.27 | 1.50 | 1.29 | 1.10 | 1.71 | 1.75 | 1.30 | 1.45 | 2.10 |
Pull Wall Street consensus for Terex Corp (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=TEX&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "TEX", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=TEX&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();