Custom Truck One Source (CTOS) Other Non Operating Income (2018 - 2026)
Custom Truck One Source's (CTOS) quarterly Other Non Operating Income came in at $551000.0 in Q2 2026, down 59.81% year-over-year from $1.4 million in Q2 2025, and up 332.49% quarter-over-quarter from -$237000.0 in Q1 2026.
Custom Truck One Source (CTOS) Other Non Operating Income (2018 - 2026) Analysis & Trends
Custom Truck One Source has disclosed Other Non Operating Income across 9 years of filings, most recently posting $551000.0 for Q2 2026.
- In Q2 2026, Other Non Operating Income fell 59.81% year-over-year to $551000.0; the TTM figure through Jun 2026 stood at $2.5 million (down 66.4% YoY), while the FY2025 annual figure was $4.5 million, down 60.66% from the prior year.
- Other Non Operating Income came in at $551000.0 for Q2 2026 at Custom Truck One Source, up from -$237000.0 in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $15.1 million in Q2 2022 to a low of -$237000.0 in Q1 2026.
- Average Other Non Operating Income over 5 years is $3.7 million, with a median of $3.0 million recorded in 2024.
- Year-over-year, Other Non Operating Income surged 255.03% in 2022 and sank 123.33% in 2026.
- Over 5 years, Other Non Operating Income stood at $6.4 million in 2022, then tumbled by 42.43% to $3.7 million in 2023, then tumbled by 41.71% to $2.2 million in 2024, then plunged by 40.4% to $1.3 million in 2025, then plunged by 57.12% to $551000.0 in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were $551000.0 in Q2 2026, -$237000.0 in Q1 2026, and $1.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 551,000.00 |
| Mar 31, 2026 | -237,000.00 |
| Dec 31, 2025 | 1.29 Mn |
| Sep 30, 2025 | 874,000.00 |
| Jun 30, 2025 | 1.37 Mn |
| Mar 31, 2025 | 1.02 Mn |
| Dec 31, 2024 | 2.16 Mn |
| Sep 30, 2024 | 2.82 Mn |
| Jun 30, 2024 | 3.32 Mn |
| Mar 31, 2024 | 3.26 Mn |
| Dec 31, 2023 | 3.70 Mn |
| Sep 30, 2023 | 5.75 Mn |
| Jun 30, 2023 | 5.05 Mn |
| Mar 31, 2023 | 3.95 Mn |
| Dec 31, 2022 | 6.43 Mn |
| Sep 30, 2022 | 1.75 Mn |
| Jun 30, 2022 | 15.08 Mn |
| Mar 31, 2022 | 9.08 Mn |
| Sep 30, 2021 | 3.66 Mn |
| Jun 30, 2021 | -61.70 Mn |
Custom Truck One Source Other 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=other-non-operating-income&ticker=CTOS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-operating-income&ticker=CTOS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();