Custom Truck One Source (CTOS) Non Operating Income (2018 - 2026)
Custom Truck One Source's (CTOS) quarterly Non Operating Income came in at -$37.6 million in Q2 2026, up 3.07% year-over-year from -$36.5 million in Q2 2025, and down 6.7% quarter-over-quarter from -$35.3 million in Q1 2026.
Custom Truck One Source (CTOS) Non Operating Income (2018 - 2026) Analysis & Trends
Custom Truck One Source has disclosed Non Operating Income across 9 years of filings, most recently posting -$37.6 million for Q2 2026.
- In Q2 2026, Non Operating Income rose 3.07% year-over-year to -$37.6 million; the TTM figure through Jun 2026 stood at -$149.3 million (up 5.86% YoY), while the FY2025 annual figure was -$153.1 million, up 1.59% from the prior year.
- Non Operating Income came in at -$37.6 million for Q2 2026 at Custom Truck One Source, down from -$35.3 million in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of -$5.2 million in Q2 2022 to a low of -$41.1 million in Q3 2024.
- Average Non Operating Income over 5 years is -$30.6 million, with a median of -$35.0 million recorded in 2024.
- Year-over-year, Non Operating Income surged 93.44% in 2022 and plunged 410.8% in 2023.
- Over 5 years, Non Operating Income stood at -$20.2 million in 2022, then tumbled by 62.08% to -$32.7 million in 2023, then dropped by 24.75% to -$40.8 million in 2024, then gained by 9.29% to -$37.0 million in 2025, then fell by 1.81% to -$37.6 million in 2026.
- Per Business Quant data, the three most recent Non Operating Income figures were -$37.6 million in Q2 2026, -$35.3 million in Q1 2026, and -$37.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | -61.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 | -37.64 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -37.64 Mn |
| Mar 31, 2026 | -35.27 Mn |
| Dec 31, 2025 | -36.97 Mn |
| Sep 30, 2025 | -39.37 Mn |
| Jun 30, 2025 | -38.83 Mn |
| Mar 31, 2025 | -37.90 Mn |
| Dec 31, 2024 | -40.76 Mn |
| Sep 30, 2024 | -41.06 Mn |
| Jun 30, 2024 | -39.08 Mn |
| Mar 31, 2024 | -34.65 Mn |
| Dec 31, 2023 | -32.67 Mn |
| Sep 30, 2023 | -28.40 Mn |
| Jun 30, 2023 | -26.58 Mn |
| Mar 31, 2023 | -25.23 Mn |
| Dec 31, 2022 | -20.16 Mn |
| Sep 30, 2022 | -21.14 Mn |
| Jun 30, 2022 | -5.20 Mn |
| Mar 31, 2022 | -10.08 Mn |
| Dec 31, 2021 | -19.60 Mn |
| Sep 30, 2021 | -15.39 Mn |
Custom Truck One Source Non Operating Income 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=non-operating-income&ticker=CTOS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=CTOS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();