Custom Truck One Source (CTOS) Enterprise Value (2019 - 2026)
Custom Truck One Source's (CTOS) quarterly Enterprise Value came in at $2.7 billion in Q2 2026, up 140.28% year-over-year from $1.1 billion in Q2 2025, and up 80.81% quarter-over-quarter from $1.5 billion in Q1 2026.
Custom Truck One Source (CTOS) Enterprise Value (2019 - 2026) Analysis & Trends
Custom Truck One Source has disclosed Enterprise Value across 8 years of filings, most recently posting $2.7 billion for Q2 2026.
- In Q2 2026, Enterprise Value rose 140.28% year-over-year to $2.7 billion; the TTM figure through Jun 2026 stood at $2.7 billion (up 140.28% YoY), while the FY2025 annual figure was $1.3 billion, up 15.91% from the prior year.
- Enterprise Value came in at $2.7 billion for Q2 2026 at Custom Truck One Source, up from $1.5 billion in the prior quarter.
- In the past five years, Enterprise Value ranged from a high of $2.7 billion in Q2 2026 to a low of $796.9 million in Q3 2024.
- Average Enterprise Value over 5 years is $1.5 billion, with a median of $1.4 billion recorded in 2024.
- Year-over-year, Enterprise Value surged 349.09% in 2022 and plunged 48.2% in 2024.
- Over 5 years, Enterprise Value stood at $1.6 billion in 2022, then retreated by 1.34% to $1.5 billion in 2023, then decreased by 26.94% to $1.1 billion in 2024, then advanced by 15.91% to $1.3 billion in 2025, then surged by 106.03% to $2.7 billion in 2026.
- Per Business Quant data, the three most recent Enterprise Value figures were $2.7 billion in Q2 2026, $1.5 billion in Q1 2026, and $1.3 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 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 |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.68 Bn |
| Mar 31, 2026 | 1.48 Bn |
| Dec 31, 2025 | 1.30 Bn |
| Sep 30, 2025 | 1.44 Bn |
| Jun 30, 2025 | 1.11 Bn |
| Mar 31, 2025 | 947.41 Mn |
| Dec 31, 2024 | 1.12 Bn |
| Sep 30, 2024 | 796.90 Mn |
| Jun 30, 2024 | 1.09 Bn |
| Mar 31, 2024 | 1.45 Bn |
| Dec 31, 2023 | 1.53 Bn |
| Sep 30, 2023 | 1.54 Bn |
| Jun 30, 2023 | 1.64 Bn |
| Mar 31, 2023 | 1.65 Bn |
| Dec 31, 2022 | 1.55 Bn |
| Sep 30, 2022 | 1.42 Bn |
| Jun 30, 2022 | 1.36 Bn |
| Mar 31, 2022 | 2.05 Bn |
| Dec 31, 2021 | 1.94 Bn |
| Sep 30, 2021 | 2.29 Bn |
Custom Truck One Source Enterprise Value 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=enterprise-value&ticker=CTOS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=CTOS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();