Custom Truck One Source (CTOS) Assets (2017 - 2026)
Custom Truck One Source's (CTOS) quarterly Assets came in at $3.6 billion in Q2 2026, up 0.77% year-over-year from $3.6 billion in Q2 2025, and up 1.62% quarter-over-quarter from $3.5 billion in Q1 2026.
Custom Truck One Source (CTOS) Assets (2017 - 2026) Analysis & Trends
Custom Truck One Source has disclosed Assets across 10 years of filings, most recently posting $3.6 billion for Q2 2026.
- In Q2 2026, Assets rose 0.77% year-over-year to $3.6 billion; the TTM figure through Jun 2026 stood at $3.6 billion (up 0.77% YoY), while the FY2025 annual figure was $3.4 billion, down 1.73% from the prior year.
- Assets came in at $3.6 billion for Q2 2026 at Custom Truck One Source, up from $3.5 billion in the prior quarter.
- In the past five years, Assets ranged from a high of $3.6 billion in Q2 2026 to a low of $2.7 billion in Q1 2022.
- Average Assets over 5 years is $3.3 billion, with a median of $3.4 billion recorded in 2024.
- Year-over-year, Assets jumped 266.02% in 2022 and fell 1.73% in 2025.
- Over 5 years, Assets stood at $2.9 billion in 2022, then climbed by 14.62% to $3.4 billion in 2023, then grew by 3.98% to $3.5 billion in 2024, then retreated by 1.73% to $3.4 billion in 2025, then climbed by 4.74% to $3.6 billion in 2026.
- Per Business Quant data, the three most recent Assets figures were $3.6 billion in Q2 2026, $3.5 billion in Q1 2026, and $3.4 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 23.61 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 13.72 Bn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 7.11 Bn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 5.87 Bn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 2.50 Bn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 654.19 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 3.60 Bn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 449.73 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.60 Bn |
| Mar 31, 2026 | 3.55 Bn |
| Dec 31, 2025 | 3.44 Bn |
| Sep 30, 2025 | 3.54 Bn |
| Jun 30, 2025 | 3.58 Bn |
| Mar 31, 2025 | 3.54 Bn |
| Dec 31, 2024 | 3.50 Bn |
| Sep 30, 2024 | 3.58 Bn |
| Jun 30, 2024 | 3.52 Bn |
| Mar 31, 2024 | 3.45 Bn |
| Dec 31, 2023 | 3.37 Bn |
| Sep 30, 2023 | 3.23 Bn |
| Jun 30, 2023 | 3.14 Bn |
| Mar 31, 2023 | 3.07 Bn |
| Dec 31, 2022 | 2.94 Bn |
| Sep 30, 2022 | 2.85 Bn |
| Jun 30, 2022 | 2.81 Bn |
| Mar 31, 2022 | 2.75 Bn |
| Dec 31, 2021 | 2.68 Bn |
| Sep 30, 2021 | 2.68 Bn |
Custom Truck One Source 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=assets&ticker=CTOS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=assets&ticker=CTOS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();