Herc Holdings (HRI) Dividend Yield (2021 - 2026)
Herc Holdings (HRI) posted Dividend Yield of 0.48% for Q2 2026, down 33.44% on a QoQ basis from 0.72% in Q1 2026, and up 2.0% year-over-year from 0.47% in Q2 2025.
Herc Holdings (HRI) Dividend Yield (2021 - 2026) Analysis & Trends
Herc Holdings has reported Dividend Yield for 6 years, with the latest figure at 0.48% in Q2 2026.
- On a quarterly basis, Dividend Yield rose 2.0% year-over-year to 0.48% in Q2 2026; TTM through Jun 2026 was 1.94%, a 14.0% increase from a year earlier, with the FY2025 full-year figure at 1.76%, up 33.0% from the prior year.
- Dividend Yield was 0.48% for Q2 2026 at Herc Holdings, down from 0.72% in the prior quarter.
- The five-year high for Dividend Yield was 0.72% in Q1 2026, with the low at 0.34% in Q1 2022.
- Average Dividend Yield over 5 years is 0.5%, with a median of 0.47% recorded in 2025.
- The sharpest annual moves came in 2023 and 2024: Dividend Yield rose 27 bps in 2023, then slipped 19 bps in 2024.
- Over 5 years, Dividend Yield stood at 0.45% in 2022, then retreated by 9 bps to 0.4% in 2023, then declined by 13 bps to 0.35% in 2024, then jumped by 32 bps to 0.47% in 2025, then climbed by 3 bps to 0.48% in 2026.
- The last three Dividend Yield figures came in at 0.48% (Q2 2026), 0.72% (Q1 2026), and 0.47% (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 | 0.48% |
| Mar 31, 2026 | 0.72% |
| Dec 31, 2025 | 0.47% |
| Sep 30, 2025 | 0.59% |
| Jun 30, 2025 | 0.46% |
| Mar 31, 2025 | 0.55% |
| Dec 31, 2024 | 0.35% |
| Sep 30, 2024 | 0.42% |
| Jun 30, 2024 | 0.50% |
| Mar 31, 2024 | 0.42% |
| Dec 31, 2023 | 0.40% |
| Sep 30, 2023 | 0.53% |
| Jun 30, 2023 | 0.46% |
| Mar 31, 2023 | 0.61% |
| Dec 31, 2022 | 0.45% |
| Sep 30, 2022 | 0.56% |
| Jun 30, 2022 | 0.63% |
| Mar 31, 2022 | 0.34% |
| Dec 31, 2021 | 0.32% |
Herc Holdings Dividend Yield 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=dividend-yield&ticker=HRI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-yield", "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=dividend-yield&ticker=HRI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();