Custom Truck One Source (CTOS) Current Assets (2017 - 2026)
Custom Truck One Source's (CTOS) quarterly Current Assets came in at $1.3 billion in Q2 2026, little changed year-over-year from $1.3 billion in Q2 2025, and up 5.08% quarter-over-quarter from $1.3 billion in Q1 2026.
Custom Truck One Source (CTOS) Current Assets (2017 - 2026) Analysis & Trends
Custom Truck One Source has disclosed Current Assets across 10 years of filings, most recently posting $1.3 billion for Q2 2026.
- In Q2 2026, Current Assets changed 0.34% year-over-year to $1.3 billion; the TTM figure through Jun 2026 stood at $1.3 billion (changed 0.34% YoY), while the FY2025 annual figure was $1.2 billion, down 10.98% from the prior year.
- Current Assets came in at $1.3 billion for Q2 2026 at Custom Truck One Source, up from $1.3 billion in the prior quarter.
- In the past five years, Current Assets ranged from a high of $1.4 billion in Q3 2024 to a low of $712.9 million in Q1 2022.
- Average Current Assets over 5 years is $1.1 billion, with a median of $1.3 billion recorded in 2025.
- Year-over-year, Current Assets soared 583.23% in 2022 and retreated 10.98% in 2025.
- Over 5 years, Current Assets stood at $868.2 million in 2022, then soared by 45.8% to $1.3 billion in 2023, then rose by 2.81% to $1.3 billion in 2024, then slipped by 10.98% to $1.2 billion in 2025, then climbed by 14.48% to $1.3 billion in 2026.
- Per Business Quant data, the three most recent Current Assets figures were $1.3 billion in Q2 2026, $1.3 billion in Q1 2026, and $1.2 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 2.57 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 960.00 Mn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 2.21 Bn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 557.13 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 | 63.87 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 1.33 Bn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 85.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.33 Bn |
| Mar 31, 2026 | 1.26 Bn |
| Dec 31, 2025 | 1.16 Bn |
| Sep 30, 2025 | 1.26 Bn |
| Jun 30, 2025 | 1.33 Bn |
| Mar 31, 2025 | 1.32 Bn |
| Dec 31, 2024 | 1.30 Bn |
| Sep 30, 2024 | 1.41 Bn |
| Jun 30, 2024 | 1.38 Bn |
| Mar 31, 2024 | 1.33 Bn |
| Dec 31, 2023 | 1.27 Bn |
| Sep 30, 2023 | 1.12 Bn |
| Jun 30, 2023 | 1.03 Bn |
| Mar 31, 2023 | 989.80 Mn |
| Dec 31, 2022 | 868.25 Mn |
| Sep 30, 2022 | 801.91 Mn |
| Jun 30, 2022 | 782.82 Mn |
| Mar 31, 2022 | 712.92 Mn |
| Dec 31, 2021 | 656.70 Mn |
| Sep 30, 2021 | 605.15 Mn |
Custom Truck One Source Current Assets 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=current-assets&ticker=CTOS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-assets", "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=current-assets&ticker=CTOS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();