Custom Truck One Source (CTOS) Other Working Capital Changes (2018 - 2026)
Custom Truck One Source's (CTOS) quarterly Other Working Capital Changes came in at -$2.8 million in Q2 2022, down 4.57% year-over-year from -$3.0 million in Q2 2021, and down 160.73% quarter-over-quarter from $4.6 million in Q1 2022.
Custom Truck One Source (CTOS) Other Working Capital Changes (2018 - 2026) Analysis & Trends
Custom Truck One Source has disclosed Other Working Capital Changes across 6 years of filings, most recently posting -$2.8 million for Q2 2022.
- In Q2 2022, Other Working Capital Changes fell 4.57% year-over-year to -$2.8 million; the TTM figure through Jun 2022 stood at $5.1 million (up 1.58% YoY), while the FY2022 annual figure was $11.9 million, up 94.94% from the prior year.
- Other Working Capital Changes came in at -$2.8 million for Q2 2022 at Custom Truck One Source, down from $4.6 million in the prior quarter.
- In the past five years, Other Working Capital Changes ranged from a high of $8.8 million in Q2 2026 to a low of -$10.1 million in Q1 2022.
- Average Other Working Capital Changes over 5 years is -$615722.2, with a median of -$2.3 million recorded in 2023.
- The largest YoY upside for Other Working Capital Changes was 16208.82% in 2021 against a maximum downside of 2382.2% in 2021.
- Over 5 years, Other Working Capital Changes stood at -$1.2 million in 2018, then soared by 131.15% to $367000.0 in 2019, then surged by 270.57% to $1.4 million in 2020, then soared by 194.71% to $4.0 million in 2021, then tumbled by 170.26% to -$2.8 million in 2022.
- Per Business Quant data, the three most recent Other Working Capital Changes figures were -$2.8 million in Q2 2022, $4.6 million in Q1 2022, and $4.0 million in Q4 2021.
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 | 8.79 Mn |
| Jun 30, 2026 | 8.79 Mn |
| Mar 31, 2026 | -7.60 Mn |
| Mar 31, 2026 | -7.60 Mn |
| Dec 31, 2025 | -3.98 Mn |
| Dec 31, 2025 | -3.98 Mn |
| Sep 30, 2025 | 6.02 Mn |
| Sep 30, 2025 | 6.02 Mn |
| Jun 30, 2025 | 401,000.00 |
| Jun 30, 2025 | 401,000.00 |
| Mar 31, 2025 | -5.23 Mn |
| Mar 31, 2025 | -5.23 Mn |
| Dec 31, 2024 | 6.24 Mn |
| Dec 31, 2024 | 6.24 Mn |
| Sep 30, 2024 | -2.43 Mn |
| Sep 30, 2024 | -2.43 Mn |
| Jun 30, 2024 | -4.00 Mn |
| Jun 30, 2024 | -4.00 Mn |
| Mar 31, 2024 | -2.26 Mn |
| Mar 31, 2024 | -2.26 Mn |
Custom Truck One Source Other Working Capital Changes 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-working-capital-changes&ticker=CTOS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "ticker": "CTOS", "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-working-capital-changes&ticker=CTOS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();