Custom Truck One Source (CTOS) Non-Current Assets (2017 - 2026)
Custom Truck One Source's (CTOS) quarterly Non-Current Assets came in at $2.3 billion in Q2 2026, up 1.44% year-over-year from $2.2 billion in Q2 2025, and little changed quarter-over-quarter from $2.3 billion in Q1 2026.
Custom Truck One Source (CTOS) Non-Current Assets (2017 - 2026) Analysis & Trends
Custom Truck One Source has disclosed Non-Current Assets across 10 years of filings, most recently posting $2.3 billion for Q2 2026.
- In Q2 2026, Non-Current Assets rose 1.44% year-over-year to $2.3 billion; the TTM figure through Jun 2026 stood at $9.1 billion (up 3.3% YoY), while the FY2025 annual figure was $2.3 billion, up 3.74% from the prior year.
- Non-Current Assets came in at $2.3 billion for Q2 2026 at Custom Truck One Source, roughly flat from $2.3 billion in the prior quarter.
- In the past five years, Non-Current Assets ranged from a high of $2.3 billion in Q1 2026 to a low of $2.0 billion in Q2 2022.
- Average Non-Current Assets over 5 years is $2.2 billion, with a median of $2.1 billion recorded in 2024.
- The largest YoY upside for Non-Current Assets was 214.78% in 2022 against a maximum downside of 1.92% in 2022.
- Over 5 years, Non-Current Assets stood at $2.1 billion in 2022, then gained by 1.54% to $2.1 billion in 2023, then rose by 4.69% to $2.2 billion in 2024, then gained by 3.74% to $2.3 billion in 2025, then decreased by 0.2% to $2.3 billion in 2026.
- Per Business Quant data, the three most recent Non-Current Assets figures were $2.3 billion in Q2 2026, $2.3 billion in Q1 2026, and $2.3 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 21.04 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 12.76 Bn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 4.90 Bn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 5.31 Bn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | - |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 590.32 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 2.28 Bn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 364.73 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.28 Bn |
| Mar 31, 2026 | 2.29 Bn |
| Dec 31, 2025 | 2.28 Bn |
| Sep 30, 2025 | 2.28 Bn |
| Jun 30, 2025 | 2.25 Bn |
| Mar 31, 2025 | 2.22 Bn |
| Dec 31, 2024 | 2.20 Bn |
| Sep 30, 2024 | 2.17 Bn |
| Jun 30, 2024 | 2.14 Bn |
| Mar 31, 2024 | 2.12 Bn |
| Dec 31, 2023 | 2.10 Bn |
| Sep 30, 2023 | 2.11 Bn |
| Jun 30, 2023 | 2.11 Bn |
| Mar 31, 2023 | 2.08 Bn |
| Dec 31, 2022 | 2.07 Bn |
| Sep 30, 2022 | 2.05 Bn |
| Jun 30, 2022 | 2.03 Bn |
| Mar 31, 2022 | 2.03 Bn |
| Dec 31, 2021 | 2.03 Bn |
| Sep 30, 2021 | 2.08 Bn |
Custom Truck One Source Non-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=non-current-assets&ticker=CTOS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-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=non-current-assets&ticker=CTOS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();