Custom Truck One Source (CTOS) EBT (2017 - 2026)
Custom Truck One Source's (CTOS) quarterly EBT came in at $9.0 million in Q2 2026, up 182.33% year-over-year from $3.2 million in Q2 2025, and up 335.9% quarter-over-quarter from -$3.8 million in Q1 2026.
Custom Truck One Source (CTOS) EBT (2017 - 2026) Analysis & Trends
Custom Truck One Source has disclosed EBT across 10 years of filings, most recently posting $9.0 million for Q2 2026.
- In Q2 2026, EBT rose 182.33% year-over-year to $9.0 million; the TTM figure through Jun 2026 stood at $13.4 million (up 148.17% YoY), while the FY2025 annual figure was -$28.1 million, up 3.62% from the prior year.
- EBT came in at $9.0 million for Q2 2026 at Custom Truck One Source, up from -$3.8 million in the prior quarter.
- In the past five years, EBT ranged from a high of $31.5 million in Q4 2022 to a low of -$25.5 million in Q1 2025.
- Average EBT over 5 years is $2.9 million, with a median of $5.5 million recorded in 2022.
- Year-over-year, EBT surged 5571.27% in 2023 and slumped 287.47% in 2024.
- Over 5 years, EBT stood at $31.5 million in 2022, then sank by 33.94% to $20.8 million in 2023, then increased by 27.5% to $26.5 million in 2024, then tumbled by 43.42% to $15.0 million in 2025, then tumbled by 40.19% to $9.0 million in 2026.
- Per Business Quant data, the three most recent EBT figures were $9.0 million in Q2 2026, -$3.8 million in Q1 2026, and $15.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 591.00 Mn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 24.00 Mn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 33.00 Mn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 64.02 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 46.13 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | -8.51 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 8.98 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 15.90 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 8.98 Mn |
| Mar 31, 2026 | -3.81 Mn |
| Dec 31, 2025 | 15.01 Mn |
| Sep 30, 2025 | -6.74 Mn |
| Jun 30, 2025 | -10.90 Mn |
| Mar 31, 2025 | -25.49 Mn |
| Dec 31, 2024 | 26.52 Mn |
| Sep 30, 2024 | -18.02 Mn |
| Jun 30, 2024 | -21.41 Mn |
| Mar 31, 2024 | -16.28 Mn |
| Dec 31, 2023 | 20.80 Mn |
| Sep 30, 2023 | 9.61 Mn |
| Jun 30, 2023 | 13.00 Mn |
| Mar 31, 2023 | 14.66 Mn |
| Dec 31, 2022 | 31.49 Mn |
| Sep 30, 2022 | 1.97 Mn |
| Jun 30, 2022 | 13.54 Mn |
| Mar 31, 2022 | -268,000.00 |
| Dec 31, 2021 | -9.76 Mn |
| Sep 30, 2021 | -20.71 Mn |
Custom Truck One Source EBT 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=ebt&ticker=CTOS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=CTOS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();