WillScot Holdings (WSC) Income from Discontinued Operations (2016 - 2023)
WillScot Holdings' (WSC) quarterly Income from Discontinued Operations came in at $176.1 million in Q1 2023, up 1352.43% year-over-year from $12.1 million in Q1 2022, and up 1495.45% quarter-over-quarter from -$12.6 million in Q4 2022.
WillScot Holdings (WSC) Income from Discontinued Operations (2016 - 2023) Analysis & Trends
WillScot Holdings (WSC) has reported Income from Discontinued Operations for 5 consecutive years, with $176.1 million the latest figure, recorded in Q1 2023.
- On a quarterly basis, Income from Discontinued Operations rose 1352.43% year-over-year to $176.1 million in Q1 2023; TTM through Dec 2023 was $176.1 million, a 178.61% increase from a year earlier, with the FY2023 full-year figure at $176.1 million, up 178.61% from the prior year.
- Income from Discontinued Operations was $176.1 million for Q1 2023 at WillScot Holdings, up from -$12.6 million in the prior quarter.
- Over five years, Income from Discontinued Operations peaked at $176.1 million in Q1 2023 and troughed at -$12.6 million in Q4 2022.
- A 3-year average of $39.4 million and a median of $13.3 million in 2022 frame the typical range for Income from Discontinued Operations.
- Across the five-year window, Income from Discontinued Operations slumped 140.71% in 2022 and jumped 1352.43% in 2023, its largest moves.
- Over 3 years, Income from Discontinued Operations stood at $31.0 million in 2021, then sank by 140.71% to -$12.6 million in 2022, then jumped by 1495.45% to $176.1 million in 2023.
- The last three Income from Discontinued Operations figures came in at $176.1 million (Q1 2023), -$12.6 million (Q4 2022), and $50.4 million (Q3 2022), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 | -22,000.00 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2023 | 176.08 Mn |
| Dec 31, 2022 | -12.62 Mn |
| Sep 30, 2022 | 50.42 Mn |
| Jun 30, 2022 | 13.28 Mn |
| Mar 31, 2022 | 12.12 Mn |
| Dec 31, 2021 | 30.99 Mn |
| Sep 30, 2021 | 5.39 Mn |
| Dec 31, 2017 | 3.53 Mn |
| Sep 30, 2017 | 5.08 Mn |
| Jun 30, 2017 | 3.84 Mn |
| Mar 31, 2017 | 2.21 Mn |
| Dec 31, 2016 | 4.87 Mn |
| Sep 30, 2016 | 10.73 Mn |
| Jun 30, 2016 | 7.91 Mn |
| Mar 31, 2016 | 8.69 Mn |
WillScot Holdings Income from Discontinued 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-discontinued-operations&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-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-discontinued-operations&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();