WillScot Holdings (WSC) Minority Interest (2017 - 2020)
WillScot Holdings' (WSC) quarterly Minority Interest came in at $61.8 million in Q1 2020, down 2.42% year-over-year from $63.3 million in Q2 2019, and down 4.39% quarter-over-quarter from $64.6 million in Q4 2019.
WillScot Holdings (WSC) Minority Interest (2017 - 2020) Analysis & Trends
WillScot Holdings (WSC) has reported Minority Interest for 4 consecutive years, with $61.8 million the latest figure, recorded in Q1 2020.
- On a quarterly basis, Minority Interest fell 2.42% year-over-year to $61.8 million in Q1 2020; TTM through Mar 2020 was $61.8 million, a 2.42% decrease from a year earlier, with the FY2019 full-year figure at $64.6 million, up 0.95% from the prior year.
- Minority Interest was $61.8 million for Q1 2020 at WillScot Holdings, down from $64.6 million in the prior quarter.
- Over five years, Minority Interest peaked at $66.4 million in Q3 2018 and troughed at $48.2 million in Q2 2018.
- A 4-year average of $59.0 million and a median of $62.5 million in 2019 frame the typical range for Minority Interest.
- The widest YoY moves for Minority Interest: up 31.01% in 2019, down 5.93% in 2019.
- Over 4 years, Minority Interest stood at $48.9 million in 2017, then jumped by 30.76% to $64.0 million in 2018, then increased by 0.95% to $64.6 million in 2019, then retreated by 4.39% to $61.8 million in 2020.
- The last three Minority Interest figures came in at $61.8 million (Q1 2020), $64.6 million (Q4 2019), and $62.4 million (Q3 2019), 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 |
|---|---|
| Mar 31, 2020 | 61.76 Mn |
| Dec 31, 2019 | 64.59 Mn |
| Sep 30, 2019 | 62.44 Mn |
| Jun 30, 2019 | 62.47 Mn |
| Mar 31, 2019 | 63.29 Mn |
| Dec 31, 2018 | 63.98 Mn |
| Sep 30, 2018 | 66.38 Mn |
| Jun 30, 2018 | 48.16 Mn |
| Mar 31, 2018 | 48.31 Mn |
| Dec 31, 2017 | 48.93 Mn |
WillScot Holdings Minority Interest 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=minority-interest&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "ticker": "WSC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=minority-interest&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();