WillScot Holdings (WSC) Shares Outstanding (2015 - 2026)
WillScot Holdings' (WSC) quarterly Shares Outstanding (Entity) came in at $181.1 million in Q2 2026, down 0.65% year-over-year from $182.2 million in Q2 2025, and little changed quarter-over-quarter from $181.0 million in Q1 2026.
WillScot Holdings (WSC) Shares Outstanding (2015 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Shares Outstanding (Entity) for 12 consecutive years, with $181.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Shares Outstanding (Entity) fell 0.65% year-over-year to $181.1 million in Q2 2026; TTM through Jun 2026 was $181.1 million, a 0.65% decrease from a year earlier, with the FY2025 full-year figure at $181.2 million, down 1.3% from the prior year.
- Shares Outstanding (Entity) was $181.1 million for Q2 2026 at WillScot Holdings, roughly flat from $181.0 million in the prior quarter.
- Over five years, Shares Outstanding (Entity) peaked at $223.2 million in Q1 2022 and troughed at $181.0 million in Q1 2026.
- A 5-year average of $193.6 million and a median of $189.3 million in 2023 frame the typical range for Shares Outstanding (Entity).
- Across the five-year window, Shares Outstanding (Entity) dropped 8.72% in 2023 and declined 0.65% in 2026, its largest moves.
- Over 5 years, Shares Outstanding (Entity) stood at $208.0 million in 2022, then decreased by 8.65% to $190.0 million in 2023, then declined by 3.37% to $183.6 million in 2024, then declined by 1.3% to $181.2 million in 2025, then slipped by 0.07% to $181.1 million in 2026.
- The last three Shares Outstanding (Entity) figures came in at $181.1 million (Q2 2026), $181.0 million (Q1 2026), and $181.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 409.98 Mn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 33.40 Mn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 253.00 Mn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 181.01 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 24.48 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 100.21 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 227.43 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 84.53 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 181.01 Mn |
| Mar 31, 2026 | 180.99 Mn |
| Dec 31, 2025 | 182.39 Mn |
| Sep 30, 2025 | 182.00 Mn |
| Jun 30, 2025 | 182.47 Mn |
| Mar 31, 2025 | 183.68 Mn |
| Dec 31, 2024 | 188.10 Mn |
| Sep 30, 2024 | 188.28 Mn |
| Jun 30, 2024 | 189.68 Mn |
| Mar 31, 2024 | 190.14 Mn |
| Dec 31, 2023 | 198.56 Mn |
| Sep 30, 2023 | 196.20 Mn |
| Jun 30, 2023 | 200.95 Mn |
| Mar 31, 2023 | 206.09 Mn |
| Dec 31, 2022 | 216.81 Mn |
| Sep 30, 2022 | 213.64 Mn |
| Jun 30, 2022 | 223.38 Mn |
| Mar 31, 2022 | 223.49 Mn |
| Dec 31, 2021 | 226.52 Mn |
| Sep 30, 2021 | 226.00 Mn |
WillScot Holdings Shares Outstanding 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=shares-outstanding&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();