Custom Truck One Source (CTOS) Assets Average (2017 - 2026)
Custom Truck One Source's (CTOS) quarterly Assets Average came in at $3.6 billion in Q2 2026, little changed year-over-year from $3.6 billion in Q2 2025, and up 2.33% quarter-over-quarter from $3.5 billion in Q1 2026.
Custom Truck One Source (CTOS) Assets Average (2017 - 2026) Analysis & Trends
Custom Truck One Source has disclosed Assets Average across 10 years of filings, most recently posting $3.6 billion for Q2 2026.
- In Q2 2026, Assets Average changed 0.45% year-over-year to $3.6 billion; the TTM figure through Jun 2026 stood at $3.6 billion (changed 0.45% YoY), while the FY2025 annual figure was $3.5 billion, up 1.07% from the prior year.
- Assets Average 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 Average ranged from a high of $3.6 billion in Q2 2026 to a low of $2.7 billion in Q1 2022.
- Average Assets Average over 5 years is $3.3 billion, with a median of $3.4 billion recorded in 2024.
- Year-over-year, Assets Average surged 257.54% in 2022 and dropped 1.41% in 2025.
- Over 5 years, Assets Average stood at $2.9 billion in 2022, then grew by 13.88% to $3.3 billion in 2023, then advanced by 7.38% to $3.5 billion in 2024, then slipped by 1.41% to $3.5 billion in 2025, then rose by 2.43% to $3.6 billion in 2026.
- Per Business Quant data, the three most recent Assets Average figures were $3.6 billion in Q2 2026, $3.5 billion in Q1 2026, and $3.5 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 22.94 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 13.64 Bn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 6.55 Bn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 5.84 Bn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 2.44 Bn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 596.87 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 3.58 Bn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 443.81 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.58 Bn |
| Mar 31, 2026 | 3.49 Bn |
| Dec 31, 2025 | 3.49 Bn |
| Sep 30, 2025 | 3.56 Bn |
| Jun 30, 2025 | 3.56 Bn |
| Mar 31, 2025 | 3.52 Bn |
| Dec 31, 2024 | 3.54 Bn |
| Sep 30, 2024 | 3.55 Bn |
| Jun 30, 2024 | 3.49 Bn |
| Mar 31, 2024 | 3.41 Bn |
| Dec 31, 2023 | 3.30 Bn |
| Sep 30, 2023 | 3.18 Bn |
| Jun 30, 2023 | 3.10 Bn |
| Mar 31, 2023 | 3.00 Bn |
| Dec 31, 2022 | 2.90 Bn |
| Sep 30, 2022 | 2.83 Bn |
| Jun 30, 2022 | 2.78 Bn |
| Mar 31, 2022 | 2.71 Bn |
| Dec 31, 2021 | 2.68 Bn |
| Sep 30, 2021 | 2.69 Bn |
Custom Truck One Source Assets Average 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-average&ticker=CTOS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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-average&ticker=CTOS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();