Custom Truck One Source (CTOS) Invested Capital (2017 - 2026)
Custom Truck One Source's (CTOS) quarterly Invested Capital came in at $2.5 billion in Q2 2026, up 2.18% year-over-year from $2.4 billion in Q2 2025, and up 1.42% quarter-over-quarter from $2.4 billion in Q1 2026.
Custom Truck One Source (CTOS) Invested Capital (2017 - 2026) Analysis & Trends
Custom Truck One Source has disclosed Invested Capital across 10 years of filings, most recently posting $2.5 billion for Q2 2026.
- In Q2 2026, Invested Capital rose 2.18% year-over-year to $2.5 billion; the TTM figure through Jun 2026 stood at $2.5 billion (up 2.18% YoY), while the FY2025 annual figure was $2.5 billion, up 3.48% from the prior year.
- Invested Capital came in at $2.5 billion for Q2 2026 at Custom Truck One Source, up from $2.4 billion in the prior quarter.
- In the past five years, Invested Capital ranged from a high of $2.5 billion in Q4 2025 to a low of $2.2 billion in Q1 2022.
- Average Invested Capital over 5 years is $2.4 billion, with a median of $2.4 billion recorded in 2024.
- Year-over-year, Invested Capital soared 232.63% in 2022 and slipped 0.99% in 2024.
- Over 5 years, Invested Capital stood at $2.3 billion in 2022, then gained by 7.26% to $2.4 billion in 2023, then dropped by 0.99% to $2.4 billion in 2024, then rose by 3.48% to $2.5 billion in 2025, then fell by 0.05% to $2.5 billion in 2026.
- Per Business Quant data, the three most recent Invested Capital figures were $2.5 billion in Q2 2026, $2.4 billion in Q1 2026, and $2.5 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 16.55 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 9.81 Bn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 4.85 Bn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 4.41 Bn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 1.84 Bn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 410.11 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 2.48 Bn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 387.13 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.48 Bn |
| Mar 31, 2026 | 2.44 Bn |
| Dec 31, 2025 | 2.48 Bn |
| Sep 30, 2025 | 2.46 Bn |
| Jun 30, 2025 | 2.43 Bn |
| Mar 31, 2025 | 2.42 Bn |
| Dec 31, 2024 | 2.40 Bn |
| Sep 30, 2024 | 2.41 Bn |
| Jun 30, 2024 | 2.39 Bn |
| Mar 31, 2024 | 2.40 Bn |
| Dec 31, 2023 | 2.42 Bn |
| Sep 30, 2023 | 2.34 Bn |
| Jun 30, 2023 | 2.35 Bn |
| Mar 31, 2023 | 2.31 Bn |
| Dec 31, 2022 | 2.26 Bn |
| Sep 30, 2022 | 2.23 Bn |
| Jun 30, 2022 | 2.23 Bn |
| Mar 31, 2022 | 2.19 Bn |
| Dec 31, 2021 | 2.18 Bn |
| Sep 30, 2021 | 2.19 Bn |
Custom Truck One Source Invested Capital 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=invested-capital&ticker=CTOS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=CTOS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();