Herc Holdings (HRI) Enterprise Value (2016 - 2026)
Herc Holdings (HRI) posted Enterprise Value of $4.7 billion for Q2 2026, up 44.56% on a QoQ basis from $3.3 billion in Q1 2026, and up 9.85% year-over-year from $4.3 billion in Q2 2025.
Herc Holdings (HRI) Enterprise Value (2016 - 2026) Analysis & Trends
Herc Holdings has reported Enterprise Value for 11 years, with the latest figure at $4.7 billion in Q2 2026.
- On a quarterly basis, Enterprise Value rose 9.85% year-over-year to $4.7 billion in Q2 2026; TTM through Jun 2026 was $4.7 billion, a 9.85% increase from a year earlier, with the FY2025 full-year figure at $4.9 billion, down 7.65% from the prior year.
- Enterprise Value was $4.7 billion for Q2 2026 at Herc Holdings, up from $3.3 billion in the prior quarter.
- The five-year high for Enterprise Value was $5.3 billion in Q4 2024, with the low at $2.6 billion in Q2 2022.
- Average Enterprise Value over 5 years is $4.0 billion, with a median of $3.8 billion recorded in 2023.
- The largest YoY upside for Enterprise Value was 67.65% in 2022 against a maximum downside of 37.81% in 2022.
- Over 5 years, Enterprise Value stood at $3.7 billion in 2022, then rose by 10.12% to $4.1 billion in 2023, then climbed by 28.25% to $5.3 billion in 2024, then declined by 7.65% to $4.9 billion in 2025, then retreated by 2.96% to $4.7 billion in 2026.
- The last three Enterprise Value figures came in at $4.7 billion (Q2 2026), $3.3 billion (Q1 2026), and $4.9 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.74 Bn |
| Mar 31, 2026 | 3.28 Bn |
| Dec 31, 2025 | 4.89 Bn |
| Sep 30, 2025 | 3.81 Bn |
| Jun 30, 2025 | 4.32 Bn |
| Mar 31, 2025 | 3.78 Bn |
| Dec 31, 2024 | 5.29 Bn |
| Sep 30, 2024 | 4.39 Bn |
| Jun 30, 2024 | 3.72 Bn |
| Mar 31, 2024 | 4.70 Bn |
| Dec 31, 2023 | 4.13 Bn |
| Sep 30, 2023 | 3.30 Bn |
| Jun 30, 2023 | 3.84 Bn |
| Mar 31, 2023 | 3.24 Bn |
| Dec 31, 2022 | 3.75 Bn |
| Sep 30, 2022 | 3.00 Bn |
| Jun 30, 2022 | 2.64 Bn |
| Mar 31, 2022 | 4.97 Bn |
| Dec 31, 2021 | 4.61 Bn |
| Sep 30, 2021 | 4.82 Bn |
Herc Holdings Enterprise Value API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=enterprise-value&ticker=HRI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "ticker": "HRI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=enterprise-value&ticker=HRI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();