WillScot Holdings (WSC) Assets Average (2015 - 2026)
WillScot Holdings' (WSC) quarterly Assets Average came in at $5.8 billion in Q2 2026, down 3.23% year-over-year from $6.0 billion in Q2 2025, and little changed quarter-over-quarter from $5.8 billion in Q1 2026.
WillScot Holdings (WSC) Assets Average (2015 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Assets Average for 12 consecutive years, with $5.8 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Assets Average fell 3.23% year-over-year to $5.8 billion in Q2 2026; TTM through Jun 2026 was $5.8 billion, a 3.23% decrease from a year earlier, with the FY2025 full-year figure at $5.9 billion, down 2.64% from the prior year.
- Assets Average was $5.8 billion for Q2 2026 at WillScot Holdings, roughly flat from $5.8 billion in the prior quarter.
- Over five years, Assets Average peaked at $6.2 billion in Q1 2024 and troughed at $5.7 billion in Q2 2023.
- A 5-year average of $5.9 billion and a median of $5.9 billion in 2022 frame the typical range for Assets Average.
- Across the five-year window, Assets Average declined 4.29% in 2023 and grew 7.95% in 2024, its largest moves.
- Over 5 years, Assets Average stood at $5.8 billion in 2022, then advanced by 4.94% to $6.1 billion in 2023, then retreated by 1.16% to $6.0 billion in 2024, then decreased by 1.25% to $6.0 billion in 2025, then dropped by 2.05% to $5.8 billion in 2026.
- The last three Assets Average figures came in at $5.8 billion (Q2 2026), $5.8 billion (Q1 2026), and $6.0 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 22.94 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 13.64 Bn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 6.55 Bn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 5.84 Bn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 2.44 Bn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 596.87 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 3.58 Bn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 443.81 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.84 Bn |
| Mar 31, 2026 | 5.81 Bn |
| Dec 31, 2025 | 5.96 Bn |
| Sep 30, 2025 | 6.10 Bn |
| Jun 30, 2025 | 6.03 Bn |
| Mar 31, 2025 | 6.00 Bn |
| Dec 31, 2024 | 6.04 Bn |
| Sep 30, 2024 | 6.04 Bn |
| Jun 30, 2024 | 6.11 Bn |
| Mar 31, 2024 | 6.16 Bn |
| Dec 31, 2023 | 6.11 Bn |
| Sep 30, 2023 | 5.90 Bn |
| Jun 30, 2023 | 5.66 Bn |
| Mar 31, 2023 | 5.72 Bn |
| Dec 31, 2022 | 5.82 Bn |
| Sep 30, 2022 | 5.89 Bn |
| Jun 30, 2022 | 5.92 Bn |
| Mar 31, 2022 | 5.82 Bn |
| Dec 31, 2021 | 5.71 Bn |
| Sep 30, 2021 | 5.60 Bn |
WillScot Holdings Assets Average 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-average&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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-average&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();