Herc Holdings (HRI) Other Non Operating Income (2010 - 2026)
Herc Holdings (HRI) posted Other Non Operating Income of $6.0 million for Q2 2026, up 100.0% on a QoQ basis from $3.0 million in Q1 2026, and up 200.0% year-over-year from $2.0 million in Q2 2025.
Herc Holdings (HRI) Other Non Operating Income (2010 - 2026) Analysis & Trends
Herc Holdings has reported Other Non Operating Income for 17 years, with the latest figure at $6.0 million in Q2 2026.
- On a quarterly basis, Other Non Operating Income rose 200.0% year-over-year to $6.0 million in Q2 2026; TTM through Mar 2026 was -$4.0 million, a 300.0% decrease from a year earlier, with the FY2025 full-year figure at -$6.0 million, down 400.0% from the prior year.
- Other Non Operating Income was $6.0 million for Q2 2026 at Herc Holdings, up from $3.0 million in the prior quarter.
- The five-year high for Other Non Operating Income was $6.0 million in Q4 2023, with the low at -$9.0 million in Q4 2025.
- Average Other Non Operating Income over 5 years is $833333.3, with a median of $1.0 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2025: Other Non Operating Income jumped 400.0% in 2022, then slumped 1000.0% in 2025.
- Over 5 years, Other Non Operating Income stood at -$4.0 million in 2022, then soared by 250.0% to $6.0 million in 2023, then plunged by 83.33% to $1.0 million in 2024, then plunged by 1000.0% to -$9.0 million in 2025, then jumped by 166.67% to $6.0 million in 2026.
- The last three Other Non Operating Income figures came in at $6.0 million (Q2 2026), $3.0 million (Q1 2026), and -$9.0 million (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 | 6.00 Mn |
| Mar 31, 2026 | 3.00 Mn |
| Dec 31, 2025 | -9.00 Mn |
| Jun 30, 2025 | 2.00 Mn |
| Mar 31, 2025 | 1.00 Mn |
| Dec 31, 2024 | 1.00 Mn |
| Mar 31, 2024 | 1.00 Mn |
| Dec 31, 2023 | 6.00 Mn |
| Sep 30, 2023 | 3.00 Mn |
| Mar 31, 2023 | -1.00 Mn |
| Dec 31, 2022 | -4.00 Mn |
| Mar 31, 2022 | 1.00 Mn |
| Dec 31, 2021 | -900,000.00 |
| Sep 30, 2021 | 100,000.00 |
| Jun 30, 2021 | -400,000.00 |
| Mar 31, 2021 | 200,000.00 |
| Dec 31, 2020 | 100,000.00 |
| Sep 30, 2020 | 300,000.00 |
| Jun 30, 2020 | -3.80 Mn |
| Mar 31, 2020 | -1.20 Mn |
Herc Holdings Other Non Operating Income 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=other-non-operating-income&ticker=HRI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=HRI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();