WillScot Holdings (WSC) Cash from Investing Activities (2015 - 2026)
WillScot Holdings' (WSC) quarterly Cash from Investing Activities came in at -$113.0 million in Q2 2026, up 45.71% year-over-year from -$77.6 million in Q2 2025, and down 33.69% quarter-over-quarter from -$84.5 million in Q1 2026.
WillScot Holdings (WSC) Cash from Investing Activities (2015 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Cash from Investing Activities for 12 consecutive years, with -$113.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 45.71% year-over-year to -$113.0 million in Q2 2026; TTM through Jun 2026 was -$341.9 million, a 22.67% increase from a year earlier, with the FY2025 full-year figure at -$417.5 million, down 15.21% from the prior year.
- Cash from Investing Activities was -$113.0 million for Q2 2026 at WillScot Holdings, down from -$84.5 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $271.9 million in Q1 2023 and troughed at -$376.0 million in Q3 2023.
- A 5-year average of -$90.9 million and a median of -$89.1 million in 2024 frame the typical range for Cash from Investing Activities.
- The widest YoY moves for Cash from Investing Activities: up 283.3% in 2023, down 528.21% in 2023.
- Over 5 years, Cash from Investing Activities stood at -$83.4 million in 2022, then sank by 58.84% to -$132.5 million in 2023, then gained by 29.29% to -$93.7 million in 2024, then climbed by 27.62% to -$67.8 million in 2025, then slumped by 66.66% to -$113.0 million in 2026.
- The last three Cash from Investing Activities figures came in at -$113.0 million (Q2 2026), -$84.5 million (Q1 2026), and -$67.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | -1.44 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | -206.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 | -113.01 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | -77.41 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | -111.54 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | -46.99 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | -16.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -113.01 Mn |
| Mar 31, 2026 | -84.53 Mn |
| Dec 31, 2025 | -67.81 Mn |
| Sep 30, 2025 | -76.57 Mn |
| Jun 30, 2025 | -208.14 Mn |
| Mar 31, 2025 | -64.96 Mn |
| Dec 31, 2024 | -93.68 Mn |
| Sep 30, 2024 | -75.34 Mn |
| Jun 30, 2024 | -82.36 Mn |
| Mar 31, 2024 | -110.97 Mn |
| Dec 31, 2023 | -132.48 Mn |
| Sep 30, 2023 | -376.00 Mn |
| Jun 30, 2023 | -113.47 Mn |
| Mar 31, 2023 | 271.95 Mn |
| Dec 31, 2022 | -83.40 Mn |
| Sep 30, 2022 | 87.81 Mn |
| Jun 30, 2022 | -165.38 Mn |
| Mar 31, 2022 | -148.36 Mn |
| Dec 31, 2021 | -187.46 Mn |
| Sep 30, 2021 | -108.20 Mn |
WillScot Holdings Cash from Investing Activities 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=cash-from-investing-activities&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();