WillScot Holdings (WSC) Current Assets (2015 - 2026)
WillScot Holdings' (WSC) quarterly Current Assets came in at $557.1 million in Q2 2026, up 5.06% year-over-year from $530.3 million in Q2 2025, and up 5.13% quarter-over-quarter from $529.9 million in Q1 2026.
WillScot Holdings (WSC) Current Assets (2015 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Current Assets for 12 consecutive years, with $557.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Current Assets rose 5.06% year-over-year to $557.1 million in Q2 2026; TTM through Jun 2026 was $557.1 million, a 5.06% increase from a year earlier, with the FY2025 full-year figure at $525.1 million, down 5.82% from the prior year.
- Current Assets was $557.1 million for Q2 2026 at WillScot Holdings, up from $529.9 million in the prior quarter.
- Over five years, Current Assets peaked at $578.3 million in Q3 2024 and troughed at $495.6 million in Q1 2022.
- A 5-year average of $543.0 million and a median of $540.3 million in 2022 frame the typical range for Current Assets.
- Across the five-year window, Current Assets advanced 22.92% in 2022 and fell 10.02% in 2025, its largest moves.
- Over 5 years, Current Assets stood at $521.0 million in 2022, then rose by 9.22% to $569.1 million in 2023, then fell by 2.04% to $557.5 million in 2024, then declined by 5.82% to $525.1 million in 2025, then advanced by 6.11% to $557.1 million in 2026.
- The last three Current Assets figures came in at $557.1 million (Q2 2026), $529.9 million (Q1 2026), and $525.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 2.57 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 960.00 Mn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 2.21 Bn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 557.13 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 | 63.87 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 1.33 Bn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 85.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 557.13 Mn |
| Mar 31, 2026 | 529.92 Mn |
| Dec 31, 2025 | 525.05 Mn |
| Sep 30, 2025 | 520.35 Mn |
| Jun 30, 2025 | 530.30 Mn |
| Mar 31, 2025 | 518.45 Mn |
| Dec 31, 2024 | 557.51 Mn |
| Sep 30, 2024 | 578.32 Mn |
| Jun 30, 2024 | 576.38 Mn |
| Mar 31, 2024 | 575.36 Mn |
| Dec 31, 2023 | 569.10 Mn |
| Sep 30, 2023 | 569.21 Mn |
| Jun 30, 2023 | 545.46 Mn |
| Mar 31, 2023 | 524.88 Mn |
| Dec 31, 2022 | 521.04 Mn |
| Sep 30, 2022 | 540.27 Mn |
| Jun 30, 2022 | 540.29 Mn |
| Mar 31, 2022 | 495.60 Mn |
| Dec 31, 2021 | 483.04 Mn |
| Sep 30, 2021 | 477.51 Mn |
WillScot Holdings Current 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=current-assets&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-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=current-assets&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();