Herc Holdings (HRI) Change in Cash (2009 - 2026)
Herc Holdings (HRI) posted Change in Cash of -$9.0 million for Q1 2026, little changed on a QoQ basis from -$9.0 million in Q4 2025, and up 74.29% year-over-year from -$5.2 million in Q1 2025.
Herc Holdings (HRI) Change in Cash (2009 - 2026) Analysis & Trends
Herc Holdings has reported Change in Cash for 18 years, with the latest figure at -$9.0 million in Q1 2026.
- On a quarterly basis, Change in Cash rose 74.29% year-over-year to -$9.0 million in Q1 2026; TTM through Jun 2026 was -$10.0 million, a 41.18% increase from a year earlier, with the FY2025 full-year figure at -$31.0 million, down 358.33% from the prior year.
- Change in Cash was -$9.0 million for Q1 2026 at Herc Holdings, roughly flat from -$9.0 million in the prior quarter.
- The five-year high for Change in Cash was $72.0 million in Q3 2024, with the low at -$59.0 million in Q4 2024.
- Average Change in Cash over 5 years is $500000.0, with a median of -$3.0 million recorded in 2022.
- The largest YoY upside for Change in Cash was 1605.88% in 2022 against a maximum downside of 11900.0% in 2022.
- Over 5 years, Change in Cash stood at -$3.0 million in 2022, then surged by 1233.33% to $34.0 million in 2023, then sank by 273.53% to -$59.0 million in 2024, then surged by 84.75% to -$9.0 million in 2025, then changed by 0.0% to -$9.0 million in 2026.
- The last three Change in Cash figures came in at -$9.0 million (Q1 2026), -$9.0 million (Q4 2025), and $8.0 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 3.00 Mn |
| 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 | 2.62 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 2.02 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 607,000.00 |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 679,000.00 |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 1.81 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -9.00 Mn |
| Dec 31, 2025 | -9.00 Mn |
| Sep 30, 2025 | 8.00 Mn |
| Jun 30, 2025 | 5.00 Mn |
| Mar 31, 2025 | -35.00 Mn |
| Dec 31, 2024 | -59.00 Mn |
| Sep 30, 2024 | 72.00 Mn |
| Jun 30, 2024 | 7.00 Mn |
| Mar 31, 2024 | -8.00 Mn |
| Sep 30, 2023 | 34.00 Mn |
| Jun 30, 2023 | -3.00 Mn |
| Mar 31, 2023 | -14.00 Mn |
| Dec 31, 2022 | -3.00 Mn |
| Sep 30, 2022 | 5.00 Mn |
| Jun 30, 2022 | 29.00 Mn |
| Mar 31, 2022 | -12.00 Mn |
| Dec 31, 2021 | -200,000.00 |
| Sep 30, 2021 | 600,000.00 |
| Jun 30, 2021 | 1.70 Mn |
| Mar 31, 2021 | -100,000.00 |
Herc Holdings Change in Cash 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=change-in-cash&ticker=HRI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=HRI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();