Analysts expect EquipmentShare.com Inc to report revenue of 1.22 B for Q3 26, against a range of 1.17 B to 1.27 B. The most recent reported quarter, Q2 26, came in at 1.45 B, a 20.5% beat against the 1.20 B consensus.
| Metric | 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) | 928.05 M | 1.57 B | 989.00 M | 1.45 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | - | 1.58 B | 890.94 M | 1.31 B | 1.27 B | 1.84 B | 1.33 B | 1.71 B | 1.66 B | 2.65 B | 1.58 B | 2.16 B | ||||||||||
| Low Estimate | - | 1.34 B | 808.82 M | 1.09 B | 1.17 B | 1.66 B | 1.17 B | 1.60 B | 1.36 B | 2.28 B | 1.30 B | 1.94 B | ||||||||||
| Consensus Estimate | - | 1.46 B | 849.88 M | 1.20 B | 1.22 B | 1.75 B | 1.25 B | 1.65 B | 1.51 B | 2.46 B | 1.44 B | 2.05 B |
Analysts expect EquipmentShare.com Inc to report earnings per share of 0.06 for Q3 26, against a range of 0.05 to 0.07. The most recent reported quarter, Q2 26, came in at 0.18, a 400.0% beat against the -0.06 consensus.
| Metric | 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.02 | 0.24 | -0.11 | 0.18 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | - | 0.14 | -0.22 | -0.06 | 0.07 | 0.29 | -0.16 | 0.32 | 0.15 | 0.37 | -0.01 | 0.47 | ||||||||||
| Low Estimate | - | 0.12 | -0.26 | -0.06 | 0.05 | 0.27 | -0.18 | 0.28 | 0.13 | 0.35 | -0.01 | 0.39 | ||||||||||
| Consensus Estimate | - | 0.13 | -0.24 | -0.06 | 0.06 | 0.28 | -0.17 | 0.30 | 0.14 | 0.36 | -0.01 | 0.43 |
Pull Wall Street consensus for EquipmentShare.com 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=EQPT&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "EQPT", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=EQPT&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();