Herc Holdings (HRI) Income from Non-Controlling Interests (2009 - 2011)
Herc Holdings (HRI) posted Income from Non-Controlling Interests of $5.1 million for Q4 2011, down 12.16% on a QoQ basis from $5.8 million in Q3 2011, and up 13.45% year-over-year from $4.5 million in Q4 2010.
Herc Holdings (HRI) Income from Non-Controlling Interests (2009 - 2011) Analysis & Trends
Herc Holdings has reported Income from Non-Controlling Interests for 3 years, with the latest figure at $5.1 million in Q4 2011.
- On a quarterly basis, Income from Non-Controlling Interests rose 13.45% year-over-year to $5.1 million in Q4 2011; TTM through Dec 2012 was $10.8 million, a 44.69% decrease from a year earlier, with the FY2011 full-year figure at $19.6 million, up 12.75% from the prior year.
- Income from Non-Controlling Interests was $5.1 million for Q4 2011 at Herc Holdings, down from $5.8 million in the prior quarter.
- The five-year high for Income from Non-Controlling Interests was $5.8 million in Q3 2011, with the low at $3.3 million in Q4 2009.
- Average Income from Non-Controlling Interests over 3 years is $4.4 million, with a median of $4.5 million recorded in 2010.
- The sharpest annual moves came in 2010 and 2011: Income from Non-Controlling Interests soared 36.59% in 2010, then advanced 2.66% in 2011.
- Over 3 years, Income from Non-Controlling Interests stood at $3.3 million in 2009, then jumped by 36.59% to $4.5 million in 2010, then increased by 13.45% to $5.1 million in 2011.
- The last three Income from Non-Controlling Interests figures came in at $5.1 million (Q4 2011), $5.8 million (Q3 2011), and $5.1 million (Q2 2011), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (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 | 117,000.00 |
| 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 |
|---|---|
| Dec 31, 2011 | 5.07 Mn |
| Sep 30, 2011 | 5.77 Mn |
| Jun 30, 2011 | 5.09 Mn |
| Mar 31, 2011 | 3.67 Mn |
| Dec 31, 2010 | 4.47 Mn |
| Sep 30, 2010 | 4.66 Mn |
| Jun 30, 2010 | 4.67 Mn |
| Mar 31, 2010 | 3.58 Mn |
| Dec 31, 2009 | 3.27 Mn |
| Sep 30, 2009 | 4.44 Mn |
| Jun 30, 2009 | 3.88 Mn |
Herc Holdings Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=HRI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=HRI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();