WillScot Holdings (WSC) Other Operating Expenses (2017 - 2026)
WillScot Holdings' (WSC) quarterly Other Operating Expenses came in at -$45000.0 in Q2 2026, down 209.76% year-over-year from $41000.0 in Q2 2025, and up 47.06% quarter-over-quarter from -$85000.0 in Q1 2026.
WillScot Holdings (WSC) Other Operating Expenses (2017 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Other Operating Expenses for 10 consecutive years, with -$45000.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Operating Expenses fell 209.76% year-over-year to -$45000.0 in Q2 2026; TTM through Jun 2026 was -$1.6 million, a 8.58% increase from a year earlier, with the FY2025 full-year figure at -$1.9 million, up 28.5% from the prior year.
- Other Operating Expenses was -$45000.0 for Q2 2026 at WillScot Holdings, up from -$85000.0 in the prior quarter.
- Over five years, Other Operating Expenses peaked at $8.3 million in Q3 2023 and troughed at -$924000.0 in Q4 2022.
- A 5-year average of $951444.4 and a median of -$65000.0 in 2026 frame the typical range for Other Operating Expenses.
- Across the five-year window, Other Operating Expenses soared 627.68% in 2022 and tumbled 209.76% in 2026, its largest moves.
- Over 5 years, Other Operating Expenses stood at -$924000.0 in 2022, then surged by 188.85% to $821000.0 in 2023, then plunged by 192.94% to -$763000.0 in 2024, then decreased by 15.2% to -$879000.0 in 2025, then surged by 94.88% to -$45000.0 in 2026.
- The last three Other Operating Expenses figures came in at -$45000.0 (Q2 2026), -$85000.0 (Q1 2026), and -$879000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -45,000.00 |
| Mar 31, 2026 | -85,000.00 |
| Dec 31, 2025 | -879,000.00 |
| Sep 30, 2025 | -589,000.00 |
| Jun 30, 2025 | 41,000.00 |
| Mar 31, 2025 | -646,000.00 |
| Dec 31, 2024 | -763,000.00 |
| Sep 30, 2024 | -380,000.00 |
| Jun 30, 2024 | -924,000.00 |
| Mar 31, 2024 | -631,000.00 |
| Dec 31, 2023 | 821,000.00 |
| Sep 30, 2023 | 8.34 Mn |
| Jun 30, 2023 | 2.84 Mn |
| Mar 31, 2023 | 3.36 Mn |
| Dec 31, 2022 | -924,000.00 |
| Sep 30, 2022 | 2.52 Mn |
| Jun 30, 2022 | 3.79 Mn |
| Mar 31, 2022 | 1.28 Mn |
| Dec 31, 2021 | -1.51 Mn |
| Sep 30, 2021 | -1.48 Mn |
WillScot Holdings Other Operating Expenses 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=other-operating-expenses&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();