Custom Truck One Source (CTOS) Net Margin (2018 - 2026)
Custom Truck One Source's (CTOS) quarterly Net Margin came in at 1.85% in Q2 2026, up 739.0% year-over-year from 0.22% in Q2 2025, and up 307.7% quarter-over-quarter from 0.89% in Q1 2026.
Custom Truck One Source (CTOS) Net Margin (2018 - 2026) Analysis & Trends
Custom Truck One Source has disclosed Net Margin across 9 years of filings, most recently posting 1.85% for Q2 2026.
- In Q2 2026, Net Margin rose 739.0% year-over-year to 1.85%; the TTM figure through Jun 2026 stood at 1.05% (up 295.0% YoY), while the FY2025 annual figure was 1.6%, down 1.0% from the prior year.
- Net Margin came in at 1.85% for Q2 2026 at Custom Truck One Source, up from 0.89% in the prior quarter.
- In the past five years, Net Margin ranged from a high of 6.36% in Q4 2022 to a low of 5.79% in Q2 2024.
- Average Net Margin over 5 years is 0.3%, with a median of 0.59% recorded in 2022.
- Year-over-year, Net Margin surged 3825 bps in 2022 and sank 833 bps in 2024.
- Over 5 years, Net Margin stood at 6.36% in 2022, then sank by 51 bps to 3.09% in 2023, then jumped by 71 bps to 5.3% in 2024, then dropped by 25 bps to 3.95% in 2025, then sank by 53 bps to 1.85% in 2026.
- Per Business Quant data, the three most recent Net Margin figures were 1.85% in Q2 2026, 0.89% in Q1 2026, and 3.95% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 14.06% |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 1.58% |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 1.10% |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 7.67% |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 15.23% |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | -10.57% |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 1.85% |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 14.67% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.85% |
| Mar 31, 2026 | -0.89% |
| Dec 31, 2025 | 3.95% |
| Sep 30, 2025 | -1.19% |
| Jun 30, 2025 | -5.55% |
| Mar 31, 2025 | -4.21% |
| Dec 31, 2024 | 5.30% |
| Sep 30, 2024 | -3.89% |
| Jun 30, 2024 | -5.79% |
| Mar 31, 2024 | -3.49% |
| Dec 31, 2023 | 3.09% |
| Sep 30, 2023 | 2.11% |
| Jun 30, 2023 | 2.54% |
| Mar 31, 2023 | 3.04% |
| Dec 31, 2022 | 6.36% |
| Sep 30, 2022 | -0.67% |
| Jun 30, 2022 | 3.76% |
| Mar 31, 2022 | -0.89% |
| Dec 31, 2021 | -1.04% |
| Sep 30, 2021 | -5.74% |
Custom Truck One Source Net 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=net-margin&ticker=CTOS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin&ticker=CTOS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();