WillScot Holdings (WSC) Income from Continuing Operations (2015 - 2026)
WillScot Holdings' (WSC) quarterly Income from Continuing Operations came in at $47.0 million in Q2 2026, down 1.98% year-over-year from $47.9 million in Q2 2025, and up 67.03% quarter-over-quarter from $28.1 million in Q1 2026.
WillScot Holdings (WSC) Income from Continuing Operations (2015 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Income from Continuing Operations for 12 consecutive years, with $47.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income from Continuing Operations fell 1.98% year-over-year to $47.0 million in Q2 2026; TTM through Jun 2026 was -$68.9 million, a 162.78% decrease from a year earlier, with the FY2025 full-year figure at -$53.0 million, down 288.38% from the prior year.
- Income from Continuing Operations was $47.0 million for Q2 2026 at WillScot Holdings, up from $28.1 million in the prior quarter.
- Over five years, Income from Continuing Operations peaked at $134.8 million in Q3 2022 and troughed at -$187.3 million in Q4 2025.
- A 5-year average of $40.3 million and a median of $52.1 million in 2024 frame the typical range for Income from Continuing Operations.
- Across the five-year window, Income from Continuing Operations surged 781.46% in 2022 and sank 310.01% in 2025, its largest moves.
- Over 5 years, Income from Continuing Operations stood at $99.0 million in 2022, then dropped by 12.77% to $86.4 million in 2023, then advanced by 3.26% to $89.2 million in 2024, then slumped by 310.01% to -$187.3 million in 2025, then soared by 125.08% to $47.0 million in 2026.
- The last three Income from Continuing Operations figures came in at $47.0 million (Q2 2026), $28.1 million (Q1 2026), and -$187.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 438.00 Mn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 19.00 Mn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 19.00 Mn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 46.97 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 33.67 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | -9.01 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 10.40 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 11.99 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 46.97 Mn |
| Mar 31, 2026 | 28.12 Mn |
| Dec 31, 2025 | -187.32 Mn |
| Sep 30, 2025 | 43.33 Mn |
| Jun 30, 2025 | 47.92 Mn |
| Mar 31, 2025 | 43.06 Mn |
| Dec 31, 2024 | 89.19 Mn |
| Sep 30, 2024 | -70.44 Mn |
| Jun 30, 2024 | -46.85 Mn |
| Mar 31, 2024 | 56.24 Mn |
| Dec 31, 2023 | 86.37 Mn |
| Sep 30, 2023 | 91.50 Mn |
| Jun 30, 2023 | 87.69 Mn |
| Mar 31, 2023 | 76.27 Mn |
| Dec 31, 2022 | 99.02 Mn |
| Sep 30, 2022 | 134.76 Mn |
| Jun 30, 2022 | 60.10 Mn |
| Mar 31, 2022 | 39.03 Mn |
| Dec 31, 2021 | 39.68 Mn |
| Sep 30, 2021 | 57.11 Mn |
WillScot Holdings Income from Continuing Operations 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=income-from-continuing-operations&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();