WillScot Holdings (WSC) Change in Cash (2015 - 2026)
WillScot Holdings' (WSC) quarterly Change in Cash came in at $2.6 million in Q2 2026, up 20.87% year-over-year from $2.2 million in Q2 2025, and up 174.48% quarter-over-quarter from $956000.0 in Q1 2026.
WillScot Holdings (WSC) Change in Cash (2015 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Change in Cash for 12 consecutive years, with $2.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash rose 20.87% year-over-year to $2.6 million in Q2 2026; TTM through Jun 2026 was $5.3 million, a 23.23% decrease from a year earlier, with the FY2025 full-year figure at $5.6 million, up 385.44% from the prior year.
- Change in Cash was $2.6 million for Q2 2026 at WillScot Holdings, up from $956000.0 in the prior quarter.
- Over five years, Change in Cash peaked at $5.2 million in Q4 2023 and troughed at -$8.3 million in Q2 2023.
- A 5-year average of $303777.8 and a median of $1.3 million in 2025 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash sank 2244.94% in 2023 and soared 373.76% in 2024, its largest moves.
- Over 5 years, Change in Cash stood at $2.3 million in 2022, then jumped by 121.66% to $5.2 million in 2023, then sank by 139.56% to -$2.0 million in 2024, then surged by 91.69% to -$170000.0 in 2025, then soared by 1643.53% to $2.6 million in 2026.
- The last three Change in Cash figures came in at $2.6 million (Q2 2026), $956000.0 (Q1 2026), and -$170000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 3.00 Mn |
| 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 | 2.62 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 2.02 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 607,000.00 |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 679,000.00 |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 1.81 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.62 Mn |
| Mar 31, 2026 | 956,000.00 |
| Dec 31, 2025 | -170,000.00 |
| Sep 30, 2025 | 1.91 Mn |
| Jun 30, 2025 | 2.17 Mn |
| Mar 31, 2025 | 1.68 Mn |
| Dec 31, 2024 | -2.05 Mn |
| Sep 30, 2024 | 5.12 Mn |
| Jun 30, 2024 | -7.22 Mn |
| Mar 31, 2024 | 2.19 Mn |
| Dec 31, 2023 | 5.17 Mn |
| Sep 30, 2023 | -1.87 Mn |
| Jun 30, 2023 | -8.26 Mn |
| Mar 31, 2023 | -1.86 Mn |
| Dec 31, 2022 | 2.33 Mn |
| Sep 30, 2022 | 3.74 Mn |
| Jun 30, 2022 | 385,000.00 |
| Mar 31, 2022 | -1.38 Mn |
| Dec 31, 2021 | 1.38 Mn |
| Sep 30, 2021 | -4.09 Mn |
WillScot Holdings Change in Cash 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=change-in-cash&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();