WillScot Holdings (WSC) Retained Earnings (2015 - 2026)
WillScot Holdings' (WSC) quarterly Retained Earnings came in at $1.7 billion in Q2 2026, down 2.89% year-over-year from $1.8 billion in Q2 2025, and little changed quarter-over-quarter from $1.7 billion in Q1 2026.
WillScot Holdings (WSC) Retained Earnings (2015 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Retained Earnings for 12 consecutive years, with $1.7 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Retained Earnings fell 2.89% year-over-year to $1.7 billion in Q2 2026; TTM through Jun 2026 was $1.7 billion, a 2.89% decrease from a year earlier, with the FY2025 full-year figure at $1.7 billion, down 6.02% from the prior year.
- Retained Earnings was $1.7 billion for Q2 2026 at WillScot Holdings, roughly flat from $1.7 billion in the prior quarter.
- Over five years, Retained Earnings peaked at $3.5 billion in Q1 2022 and troughed at $1.7 billion in Q2 2026.
- A 5-year average of $2.3 billion and a median of $2.0 billion in 2024 frame the typical range for Retained Earnings.
- Across the five-year window, Retained Earnings slipped 28.73% in 2023 and declined 2.89% in 2026, its largest moves.
- Over 5 years, Retained Earnings stood at $2.9 billion in 2022, then decreased by 27.64% to $2.1 billion in 2023, then slipped by 12.11% to $1.8 billion in 2024, then dropped by 6.02% to $1.7 billion in 2025, then slipped by 1.14% to $1.7 billion in 2026.
- The last three Retained Earnings figures came in at $1.7 billion (Q2 2026), $1.7 billion (Q1 2026), and $1.7 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 7.77 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 2.45 Bn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 1.27 Bn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 1.71 Bn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 1.13 Bn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 273.31 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 1.56 Bn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | -78.10 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.71 Bn |
| Mar 31, 2026 | 1.71 Bn |
| Dec 31, 2025 | 1.73 Bn |
| Sep 30, 2025 | 1.75 Bn |
| Jun 30, 2025 | 1.76 Bn |
| Mar 31, 2025 | 1.79 Bn |
| Dec 31, 2024 | 1.84 Bn |
| Sep 30, 2024 | 1.96 Bn |
| Jun 30, 2024 | 2.01 Bn |
| Mar 31, 2024 | 2.08 Bn |
| Dec 31, 2023 | 2.09 Bn |
| Sep 30, 2023 | 2.22 Bn |
| Jun 30, 2023 | 2.44 Bn |
| Mar 31, 2023 | 2.67 Bn |
| Dec 31, 2022 | 2.89 Bn |
| Sep 30, 2022 | 3.11 Bn |
| Jun 30, 2022 | 3.30 Bn |
| Mar 31, 2022 | 3.54 Bn |
| Dec 31, 2021 | 3.62 Bn |
| Sep 30, 2021 | 3.66 Bn |
WillScot Holdings Retained Earnings 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=retained-earnings&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();