Analysts expect Herc Holdings Inc to report revenue of 1.42 B for Q3 26, against a range of 1.36 B to 1.47 B. The most recent reported quarter, Q2 26, came in at 1.20 B, a 8.3% beat against the 1.11 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) | 965.00 M | 951.00 M | 861.00 M | 1.00 B | 1.30 B | 1.21 B | 1.14 B | 1.20 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 907.72 M | 1.01 B | 865.85 M | 1.05 B | 1.40 B | 1.32 B | 1.04 B | 1.21 B | 1.47 B | 1.30 B | 1.28 B | 1.34 B | 1.55 B | 1.45 B | 1.33 B | 1.43 B | ||||||||||
| Low Estimate | 848.83 M | 924.18 M | 754.90 M | 911.50 M | 1.31 B | 1.09 B | 954.08 M | 1.01 B | 1.36 B | 1.10 B | 1.19 B | 1.20 B | 1.43 B | 1.29 B | 1.23 B | 1.23 B | ||||||||||
| Consensus Estimate | 878.28 M | 968.47 M | 810.37 M | 978.88 M | 1.35 B | 1.21 B | 996.31 M | 1.11 B | 1.42 B | 1.20 B | 1.24 B | 1.27 B | 1.49 B | 1.37 B | 1.28 B | 1.33 B |
Analysts expect Herc Holdings Inc to report earnings per share of 3.24 for Q3 26, against a range of 2.94 to 3.54. The most recent reported quarter, Q2 26, came in at 1.43, a 83.3% beat against the 0.78 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) | 4.35 | 3.58 | 1.30 | 1.87 | 2.22 | 2.07 | 0.21 | 1.43 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 4.44 | 4.29 | 2.22 | 1.97 | 2.24 | 2.07 | -0.21 | 0.85 | 3.54 | 2.74 | 0.83 | 2.42 | 3.81 | 3.50 | 1.15 | 3.75 | ||||||||||
| Low Estimate | 3.96 | 3.81 | 2.08 | 1.75 | 2.06 | 1.91 | -0.23 | 0.71 | 2.94 | 2.24 | 0.69 | 2.04 | 3.39 | 2.92 | 1.07 | 3.45 | ||||||||||
| Consensus Estimate | 4.20 | 4.05 | 2.15 | 1.86 | 2.15 | 1.99 | -0.22 | 0.78 | 3.24 | 2.49 | 0.76 | 2.23 | 3.60 | 3.21 | 1.11 | 3.60 |
Pull Wall Street consensus for Herc 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=HRI&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "HRI", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=HRI&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();