Herc Holdings (HRI) Change in Taxes (2009 - 2017)
Herc Holdings (HRI) posted Change in Taxes of $8.2 million for Q3 2017, up 105.0% on a QoQ basis from $4.0 million in Q2 2017, and up 38.98% year-over-year from $5.9 million in Q3 2016.
Herc Holdings (HRI) Change in Taxes (2009 - 2017) Analysis & Trends
Herc Holdings has reported Change in Taxes for 9 years, with the latest figure at $8.2 million in Q3 2017.
- On a quarterly basis, Change in Taxes rose 38.98% year-over-year to $8.2 million in Q3 2017; TTM through Sep 2017 was $7.8 million, a 126.99% increase from a year earlier, with the FY2016 full-year figure at -$2.4 million, down 170.59% from the prior year.
- Change in Taxes was $8.2 million for Q3 2017 at Herc Holdings, up from $4.0 million in the prior quarter.
- The five-year high for Change in Taxes was $50.0 million in Q3 2014, with the low at -$62.0 million in Q4 2014.
- Average Change in Taxes over 5 years is $1.8 million, with a median of -$300000.0 recorded in 2017.
- The largest YoY upside for Change in Taxes was 433.33% in 2014 against a maximum downside of 342.86% in 2014.
- Over 5 years, Change in Taxes stood at -$14.0 million in 2013, then plunged by 342.86% to -$62.0 million in 2014, then soared by 50.65% to -$30.6 million in 2015, then soared by 86.6% to -$4.1 million in 2016, then soared by 300.0% to $8.2 million in 2017.
- The last three Change in Taxes figures came in at $8.2 million (Q3 2017), $4.0 million (Q2 2017), and -$300000.0 (Q1 2017), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 31.01 Bn | 30.98 Bn | 1.25 Bn | - |
| 2 | Herc Holdings | 4.81 Bn | 4.77 Bn | 713.00 Mn | - |
| 3 | EquipmentShare.com | 3.99 Bn | 3.55 Bn | 411.00 Mn | - |
| 4 | WillScot Holdings | 3.32 Bn | 3.32 Bn | 306.26 Mn | - |
| 5 | Mcgrath Rentcorp | 2.77 Bn | 2.77 Bn | 107.91 Mn | - |
| 6 | Custom Truck One Source | 2.19 Bn | 2.18 Bn | 123.97 Mn | - |
| 7 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | - |
| 8 | NPK International | 997.69 Mn | 989.34 Mn | 30.16 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2017 | 8.20 Mn |
| Jun 30, 2017 | 4.00 Mn |
| Mar 31, 2017 | -300,000.00 |
| Dec 31, 2016 | -4.10 Mn |
| Sep 30, 2016 | 5.90 Mn |
| Jun 30, 2016 | -2.00 Mn |
| Mar 31, 2016 | -2.20 Mn |
| Dec 31, 2015 | -30.60 Mn |
| Sep 30, 2015 | 23.60 Mn |
| Jun 30, 2015 | -9.60 Mn |
| Mar 31, 2015 | 20.00 Mn |
| Dec 31, 2014 | -62.00 Mn |
| Sep 30, 2014 | 50.00 Mn |
| Jun 30, 2014 | -9.00 Mn |
| Mar 31, 2014 | 16.00 Mn |
| Dec 31, 2013 | -14.00 Mn |
| Sep 30, 2013 | 46.00 Mn |
| Jun 30, 2013 | -9.00 Mn |
| Mar 31, 2013 | 3.00 Mn |
| Dec 31, 2012 | -36.10 Mn |
Herc Holdings Change in Taxes 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-taxes&ticker=HRI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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-taxes&ticker=HRI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();