WillScot Holdings (WSC) Share-based Compensation (2015 - 2026)
WillScot Holdings' (WSC) quarterly Share-based Compensation came in at $7.9 million in Q2 2026, down 5.71% year-over-year from $8.4 million in Q2 2025, and up 11.09% quarter-over-quarter from $7.1 million in Q1 2026.
WillScot Holdings (WSC) Share-based Compensation (2015 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Share-based Compensation for 11 consecutive years, with $7.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Share-based Compensation fell 5.71% year-over-year to $7.9 million in Q2 2026; TTM through Jun 2026 was $36.7 million, a 8.09% increase from a year earlier, with the FY2025 full-year figure at $38.4 million, up 6.84% from the prior year.
- Share-based Compensation was $7.9 million for Q2 2026 at WillScot Holdings, up from $7.1 million in the prior quarter.
- Over five years, Share-based Compensation peaked at $14.5 million in Q1 2024 and troughed at $3.4 million in Q2 2022.
- A 5-year average of $8.5 million and a median of $8.3 million in 2023 frame the typical range for Share-based Compensation.
- The widest YoY moves for Share-based Compensation: up 148.33% in 2022, down 62.47% in 2022.
- Over 5 years, Share-based Compensation stood at $7.0 million in 2022, then rose by 19.57% to $8.4 million in 2023, then fell by 7.58% to $7.7 million in 2024, then surged by 52.2% to $11.7 million in 2025, then plunged by 32.8% to $7.9 million in 2026.
- The last three Share-based Compensation figures came in at $7.9 million (Q2 2026), $7.1 million (Q1 2026), and $11.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 26.00 Mn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 1.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 | 7.90 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 2.86 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 4.49 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 3.43 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 2.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 7.90 Mn |
| Mar 31, 2026 | 7.11 Mn |
| Dec 31, 2025 | 11.75 Mn |
| Sep 30, 2025 | 9.96 Mn |
| Jun 30, 2025 | 8.37 Mn |
| Mar 31, 2025 | 8.34 Mn |
| Dec 31, 2024 | 7.72 Mn |
| Sep 30, 2024 | 9.53 Mn |
| Jun 30, 2024 | 4.19 Mn |
| Mar 31, 2024 | 14.52 Mn |
| Dec 31, 2023 | 8.35 Mn |
| Sep 30, 2023 | 8.64 Mn |
| Jun 30, 2023 | 7.44 Mn |
| Mar 31, 2023 | 10.06 Mn |
| Dec 31, 2022 | 6.99 Mn |
| Sep 30, 2022 | 6.94 Mn |
| Jun 30, 2022 | 3.39 Mn |
| Mar 31, 2022 | 12.30 Mn |
| Dec 31, 2021 | 4.51 Mn |
| Sep 30, 2021 | 7.69 Mn |
WillScot Holdings Share-based Compensation 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=share-based-compensation&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();