Custom Truck One Source (CTOS) Tax Rate (2018 - 2026)
Custom Truck One Source's (CTOS) quarterly Tax Rate came in at 15.85% in Q2 2026, up 14447.0% year-over-year from N/an in Q2 2025, and down 103.1% quarter-over-quarter from 7.81% in Q1 2026.
Custom Truck One Source (CTOS) Tax Rate (2018 - 2026) Analysis & Trends
Custom Truck One Source has disclosed Tax Rate across 9 years of filings, most recently posting 15.85% for Q2 2026.
- In Q2 2026, Tax Rate rose 14447.0% year-over-year to 15.85%; the TTM figure through Jun 2026 stood at 59.4% (down 3028.0% YoY), while the FY2025 annual figure was 10.39%, down 1221.0% from the prior year.
- Tax Rate came in at 15.85% for Q2 2026 at Custom Truck One Source, down from 7.81% in the prior quarter.
- In the past five years, Tax Rate ranged from a high of 221.1% in Q3 2022 to a low of 1121.27% in Q1 2022.
- Average Tax Rate over 5 years is 57.59%, with a median of 2.51% recorded in 2024.
- Year-over-year, Tax Rate plunged 110410 bps in 2022 and surged 112741 bps in 2023.
- Over 5 years, Tax Rate stood at 1.67% in 2022, then surged by 1240 bps to 22.42% in 2023, then tumbled by 118 bps to 3.96% in 2024, then tumbled by 888 bps to 39.09% in 2025, then jumped by 59 bps to 15.85% in 2026.
- Per Business Quant data, the three most recent Tax Rate figures were 15.85% in Q2 2026, 7.81% in Q1 2026, and 39.09% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 25.89% |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 20.83% |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 42.42% |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 26.62% |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 27.01% |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | -5.88% |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | -15.85% |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 24.58% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -15.85% |
| Mar 31, 2026 | -7.81% |
| Dec 31, 2025 | -39.09% |
| Sep 30, 2025 | 14.65% |
| Jun 30, 2025 | -160.32% |
| Mar 31, 2025 | 30.21% |
| Dec 31, 2024 | -3.96% |
| Sep 30, 2024 | 3.35% |
| Jun 30, 2024 | -14.34% |
| Mar 31, 2024 | 11.96% |
| Dec 31, 2023 | 22.42% |
| Sep 30, 2023 | 4.49% |
| Jun 30, 2023 | 10.68% |
| Mar 31, 2023 | 6.14% |
| Dec 31, 2022 | 1.67% |
| Sep 30, 2022 | 221.10% |
| Jun 30, 2022 | -0.60% |
| Mar 31, 2022 | -1,121.27% |
| Dec 31, 2021 | 61.94% |
| Sep 30, 2021 | 0.90% |
Custom Truck One Source Tax Rate 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=tax-rate&ticker=CTOS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=CTOS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();