Custom Truck One Source (CTOS) Net Income towards Common Stockholders (2017 - 2026)
Custom Truck One Source's (CTOS) quarterly Net Income towards Common Stockholders came in at $10.4 million in Q2 2026, up 136.64% year-over-year from $4.4 million in Q2 2025, and up 353.51% quarter-over-quarter from -$4.1 million in Q1 2026.
Custom Truck One Source (CTOS) Net Income towards Common Stockholders (2017 - 2026) Analysis & Trends
Custom Truck One Source has disclosed Net Income towards Common Stockholders across 10 years of filings, most recently posting $10.4 million for Q2 2026.
- In Q2 2026, Net Income towards Common Stockholders rose 136.64% year-over-year to $10.4 million; the TTM figure through Jun 2026 stood at $21.4 million (up 159.47% YoY), while the FY2025 annual figure was -$31.1 million, down 8.37% from the prior year.
- Net Income towards Common Stockholders came in at $10.4 million for Q2 2026 at Custom Truck One Source, up from -$4.1 million in the prior quarter.
- In the past five years, Net Income towards Common Stockholders ranged from a high of $31.0 million in Q4 2022 to a low of -$28.4 million in Q2 2025.
- Average Net Income towards Common Stockholders over 5 years is $2.0 million, with a median of $3.4 million recorded in 2022.
- Year-over-year, Net Income towards Common Stockholders soared 933.93% in 2022 and sank 310.84% in 2024.
- Over 5 years, Net Income towards Common Stockholders stood at $31.0 million in 2022, then tumbled by 47.88% to $16.1 million in 2023, then jumped by 70.85% to $27.6 million in 2024, then retreated by 24.29% to $20.9 million in 2025, then plunged by 50.18% to $10.4 million in 2026.
- Per Business Quant data, the three most recent Net Income towards Common Stockholders figures were $10.4 million in Q2 2026, -$4.1 million in Q1 2026, and $20.9 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 438.00 Mn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 19.00 Mn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 16.00 Mn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 46.97 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 33.67 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | -9.04 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 10.40 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 11.97 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 10.40 Mn |
| Mar 31, 2026 | -4.10 Mn |
| Dec 31, 2025 | 20.88 Mn |
| Sep 30, 2025 | -5.76 Mn |
| Jun 30, 2025 | -28.38 Mn |
| Mar 31, 2025 | -17.79 Mn |
| Dec 31, 2024 | 27.57 Mn |
| Sep 30, 2024 | -17.42 Mn |
| Jun 30, 2024 | -24.48 Mn |
| Mar 31, 2024 | -14.34 Mn |
| Dec 31, 2023 | 16.14 Mn |
| Sep 30, 2023 | 9.18 Mn |
| Jun 30, 2023 | 11.61 Mn |
| Mar 31, 2023 | 13.76 Mn |
| Dec 31, 2022 | 30.96 Mn |
| Sep 30, 2022 | -2.38 Mn |
| Jun 30, 2022 | 13.62 Mn |
| Mar 31, 2022 | -3.27 Mn |
| Dec 31, 2021 | -3.71 Mn |
| Sep 30, 2021 | -20.53 Mn |
Custom Truck One Source Net Income towards Common Stockholders 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-income-towards-common-stockholders&ticker=CTOS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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-income-towards-common-stockholders&ticker=CTOS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();