Analysts expect Sunbelt Rentals Holdings, Inc. to report revenue of 3.08 B for Q2 26, against a range of 2.80 B to 3.37 B. The most recent reported quarter, Q1 26, came in at 3.12 B, a 7.9% beat against the 2.89 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) | 2.64 B | 2.75 B | 3.12 B | - | - | - | - | - | - | - | - | |||||||||||
| High Estimate | 2.83 B | 2.93 B | 3.05 B | 3.37 B | 2.99 B | 3.14 B | 3.37 B | 4.03 B | 3.32 B | 3.66 B | 3.58 B | |||||||||||
| Low Estimate | 2.37 B | 2.70 B | 2.73 B | 2.80 B | 2.45 B | 2.58 B | 3.04 B | 3.36 B | 2.72 B | 3.03 B | 3.00 B | |||||||||||
| Consensus Estimate | 2.60 B | 2.82 B | 2.89 B | 3.08 B | 2.72 B | 2.86 B | 3.21 B | 3.69 B | 3.02 B | 3.35 B | 3.29 B |
Analysts expect Sunbelt Rentals Holdings, Inc. to report earnings per share of 1.31 for Q2 26, against a range of 1.22 to 1.40. The most recent reported quarter, Q1 26, came in at 1.18, a 15.7% beat against the 1.02 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.78 | 0.74 | 1.18 | - | - | - | - | - | - | - | - | |||||||||||
| High Estimate | 0.91 | 0.72 | 1.11 | 1.40 | 1.04 | 1.02 | 1.46 | 1.48 | 1.01 | 1.04 | 1.57 | |||||||||||
| Low Estimate | 0.79 | 0.68 | 0.93 | 1.22 | 0.88 | 0.86 | 1.22 | 1.26 | 0.95 | 0.92 | 1.31 | |||||||||||
| Consensus Estimate | 0.85 | 0.70 | 1.02 | 1.31 | 0.96 | 0.94 | 1.34 | 1.37 | 0.98 | 0.98 | 1.44 |
Pull Wall Street consensus for Sunbelt Rentals Holdings, 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=SUNB&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "SUNB", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=SUNB&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();