WillScot Holdings (WSC) Income towards Parent Company (2015 - 2026)
WillScot Holdings' (WSC) quarterly Income towards Parent Company came in at $47.0 million in Q2 2026, down 1.98% year-over-year from $47.9 million in Q2 2025, and up 67.03% quarter-over-quarter from $28.1 million in Q1 2026.
WillScot Holdings (WSC) Income towards Parent Company (2015 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Income towards Parent Company for 12 consecutive years, with $47.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income towards Parent Company fell 1.98% year-over-year to $47.0 million in Q2 2026; TTM through Jun 2026 was -$68.9 million, a 162.78% decrease from a year earlier, with the FY2025 full-year figure at -$53.0 million, down 288.38% from the prior year.
- Income towards Parent Company was $47.0 million for Q2 2026 at WillScot Holdings, up from $28.1 million in the prior quarter.
- Over five years, Income towards Parent Company peaked at $252.3 million in Q1 2023 and troughed at -$187.3 million in Q4 2025.
- A 5-year average of $53.6 million and a median of $53.7 million in 2022 frame the typical range for Income towards Parent Company.
- Across the five-year window, Income towards Parent Company surged 1055.24% in 2022 and sank 310.01% in 2025, its largest moves.
- Over 5 years, Income towards Parent Company stood at $86.4 million in 2022, then slipped by 0.03% to $86.4 million in 2023, then advanced by 3.26% to $89.2 million in 2024, then slumped by 310.01% to -$187.3 million in 2025, then soared by 125.08% to $47.0 million in 2026.
- The last three Income towards Parent Company figures came in at $47.0 million (Q2 2026), $28.1 million (Q1 2026), and -$187.3 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 | 46.97 Mn |
| Mar 31, 2026 | 28.12 Mn |
| Dec 31, 2025 | -187.32 Mn |
| Sep 30, 2025 | 43.33 Mn |
| Jun 30, 2025 | 47.92 Mn |
| Mar 31, 2025 | 43.06 Mn |
| Dec 31, 2024 | 89.19 Mn |
| Sep 30, 2024 | -70.44 Mn |
| Jun 30, 2024 | -46.85 Mn |
| Mar 31, 2024 | 56.24 Mn |
| Dec 31, 2023 | 86.37 Mn |
| Sep 30, 2023 | 91.50 Mn |
| Jun 30, 2023 | 87.69 Mn |
| Mar 31, 2023 | 252.35 Mn |
| Dec 31, 2022 | 86.40 Mn |
| Sep 30, 2022 | 185.18 Mn |
| Jun 30, 2022 | 73.38 Mn |
| Mar 31, 2022 | 51.15 Mn |
| Dec 31, 2021 | 70.67 Mn |
| Sep 30, 2021 | 62.50 Mn |
WillScot Holdings Income towards Parent Company 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-towards-parent-company&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();