WillScot Holdings (WSC) Enterprise Value (2017 - 2026)
WillScot Holdings' (WSC) quarterly Enterprise Value came in at $5.2 billion in Q2 2026, up 4.55% year-over-year from $5.0 billion in Q2 2025, and up 66.55% quarter-over-quarter from $3.1 billion in Q1 2026.
WillScot Holdings (WSC) Enterprise Value (2017 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Enterprise Value for 10 consecutive years, with $5.2 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Enterprise Value rose 4.55% year-over-year to $5.2 billion in Q2 2026; TTM through Jun 2026 was $5.2 billion, a 4.55% increase from a year earlier, with the FY2025 full-year figure at $3.4 billion, down 44.59% from the prior year.
- Enterprise Value was $5.2 billion for Q2 2026 at WillScot Holdings, up from $3.1 billion in the prior quarter.
- Over five years, Enterprise Value peaked at $9.5 billion in Q1 2023 and troughed at $3.1 billion in Q1 2026.
- A 5-year average of $6.9 billion and a median of $7.1 billion in 2024 frame the typical range for Enterprise Value.
- Across the five-year window, Enterprise Value jumped 39.16% in 2022 and tumbled 45.51% in 2025, its largest moves.
- Over 5 years, Enterprise Value stood at $9.4 billion in 2022, then fell by 10.05% to $8.4 billion in 2023, then fell by 27.38% to $6.1 billion in 2024, then sank by 44.59% to $3.4 billion in 2025, then soared by 53.28% to $5.2 billion in 2026.
- The last three Enterprise Value figures came in at $5.2 billion (Q2 2026), $3.1 billion (Q1 2026), and $3.4 billion (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 | 5.21 Bn |
| Mar 31, 2026 | 3.13 Bn |
| Dec 31, 2025 | 3.40 Bn |
| Sep 30, 2025 | 3.83 Bn |
| Jun 30, 2025 | 4.98 Bn |
| Mar 31, 2025 | 5.08 Bn |
| Dec 31, 2024 | 6.13 Bn |
| Sep 30, 2024 | 7.02 Bn |
| Jun 30, 2024 | 7.09 Bn |
| Mar 31, 2024 | 8.85 Bn |
| Dec 31, 2023 | 8.44 Bn |
| Sep 30, 2023 | 8.04 Bn |
| Jun 30, 2023 | 9.47 Bn |
| Mar 31, 2023 | 9.53 Bn |
| Dec 31, 2022 | 9.39 Bn |
| Sep 30, 2022 | 8.50 Bn |
| Jun 30, 2022 | 6.99 Bn |
| Mar 31, 2022 | 8.72 Bn |
| Dec 31, 2021 | 9.14 Bn |
| Sep 30, 2021 | 7.08 Bn |
WillScot Holdings Enterprise Value 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=enterprise-value&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();