WillScot Holdings (WSC) Assets (2015 - 2026)
WillScot Holdings' (WSC) quarterly Assets came in at $5.9 billion in Q2 2026, down 3.92% year-over-year from $6.1 billion in Q2 2025, and up 0.94% quarter-over-quarter from $5.8 billion in Q1 2026.
WillScot Holdings (WSC) Assets (2015 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Assets for 12 consecutive years, with $5.9 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Assets fell 3.92% year-over-year to $5.9 billion in Q2 2026; TTM through Jun 2026 was $5.9 billion, a 3.92% decrease from a year earlier, with the FY2025 full-year figure at $5.8 billion, down 3.62% from the prior year.
- Assets was $5.9 billion for Q2 2026 at WillScot Holdings, up from $5.8 billion in the prior quarter.
- Over five years, Assets peaked at $6.2 billion in Q1 2024 and troughed at $5.6 billion in Q1 2023.
- A 5-year average of $5.9 billion and a median of $6.0 billion in 2022 frame the typical range for Assets.
- Across the five-year window, Assets dropped 4.35% in 2023 and gained 10.17% in 2024, its largest moves.
- Over 5 years, Assets stood at $5.8 billion in 2022, then gained by 5.32% to $6.1 billion in 2023, then declined by 1.68% to $6.0 billion in 2024, then retreated by 3.62% to $5.8 billion in 2025, then advanced by 0.85% to $5.9 billion in 2026.
- The last three Assets figures came in at $5.9 billion (Q2 2026), $5.8 billion (Q1 2026), and $5.8 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 23.61 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 13.72 Bn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 7.11 Bn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 5.87 Bn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 2.50 Bn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 654.19 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 3.60 Bn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 449.73 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.87 Bn |
| Mar 31, 2026 | 5.81 Bn |
| Dec 31, 2025 | 5.82 Bn |
| Sep 30, 2025 | 6.10 Bn |
| Jun 30, 2025 | 6.10 Bn |
| Mar 31, 2025 | 5.96 Bn |
| Dec 31, 2024 | 6.03 Bn |
| Sep 30, 2024 | 6.04 Bn |
| Jun 30, 2024 | 6.05 Bn |
| Mar 31, 2024 | 6.18 Bn |
| Dec 31, 2023 | 6.14 Bn |
| Sep 30, 2023 | 6.08 Bn |
| Jun 30, 2023 | 5.72 Bn |
| Mar 31, 2023 | 5.61 Bn |
| Dec 31, 2022 | 5.83 Bn |
| Sep 30, 2022 | 5.81 Bn |
| Jun 30, 2022 | 5.98 Bn |
| Mar 31, 2022 | 5.86 Bn |
| Dec 31, 2021 | 5.77 Bn |
| Sep 30, 2021 | 5.64 Bn |
WillScot Holdings Assets 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=assets&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets", "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=assets&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();