Custom Truck One Source (CTOS) EBT Margin (2018 - 2026)
Custom Truck One Source's (CTOS) quarterly EBT Margin came in at 1.59% in Q2 2026, up 372.0% year-over-year from 0.34% in Q2 2025, and up 293.27% quarter-over-quarter from 0.82% in Q1 2026.
Custom Truck One Source (CTOS) EBT Margin (2018 - 2026) Analysis & Trends
Custom Truck One Source has disclosed EBT Margin across 9 years of filings, most recently posting 1.59% for Q2 2026.
- In Q2 2026, EBT Margin rose 372.0% year-over-year to 1.59%; the TTM figure through Jun 2026 stood at 0.66% (up 213.0% YoY), while the FY2025 annual figure was 1.45%, up 17.0% from the prior year.
- EBT Margin came in at 1.59% for Q2 2026 at Custom Truck One Source, up from 0.82% in the prior quarter.
- In the past five years, EBT Margin ranged from a high of 6.47% in Q4 2022 to a low of 6.04% in Q1 2025.
- Average EBT Margin over 5 years is 0.5%, with a median of 1.07% recorded in 2022.
- Year-over-year, EBT Margin surged 3647 bps in 2022 and sank 791 bps in 2024.
- Over 5 years, EBT Margin stood at 6.47% in 2022, then plunged by 38 bps to 3.99% in 2023, then advanced by 28 bps to 5.09% in 2024, then slumped by 44 bps to 2.84% in 2025, then tumbled by 44 bps to 1.59% in 2026.
- Per Business Quant data, the three most recent EBT Margin figures were 1.59% in Q2 2026, 0.82% in Q1 2026, and 2.84% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 18.97% |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 1.99% |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 2.28% |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 10.46% |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 20.86% |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | -9.96% |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 1.59% |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 19.49% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.59% |
| Mar 31, 2026 | -0.82% |
| Dec 31, 2025 | 2.84% |
| Sep 30, 2025 | -1.40% |
| Jun 30, 2025 | -2.13% |
| Mar 31, 2025 | -6.04% |
| Dec 31, 2024 | 5.09% |
| Sep 30, 2024 | -4.03% |
| Jun 30, 2024 | -5.06% |
| Mar 31, 2024 | -3.96% |
| Dec 31, 2023 | 3.99% |
| Sep 30, 2023 | 2.21% |
| Jun 30, 2023 | 2.85% |
| Mar 31, 2023 | 3.24% |
| Dec 31, 2022 | 6.47% |
| Sep 30, 2022 | 0.55% |
| Jun 30, 2022 | 3.74% |
| Mar 31, 2022 | -0.07% |
| Dec 31, 2021 | -2.74% |
| Sep 30, 2021 | -5.80% |
Custom Truck One Source EBT Margin 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-margin&ticker=CTOS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "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-margin&ticker=CTOS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();