Custom Truck One Source (CTOS) Acquisitions (2018 - 2024)
Custom Truck One Source's (CTOS) quarterly Acquisitions came in at $4.6 million in Q2 2024, up 226.6% quarter-over-quarter from $1.4 million in Q1 2024.
Custom Truck One Source (CTOS) Acquisitions (2018 - 2024) Analysis & Trends
Custom Truck One Source has disclosed Acquisitions across 5 years of filings, most recently posting $4.6 million for Q2 2024.
- In Q2 2024, Acquisitions changed N/A year-over-year to $4.6 million; the TTM figure through Mar 2025 stood at $4.6 million (up 226.6% YoY), while the FY2024 annual figure was $6.0 million, changed N/A from the prior year.
- Acquisitions came in at $4.6 million for Q2 2024 at Custom Truck One Source, up from $1.4 million in the prior quarter.
- In the past five years, Acquisitions ranged from a high of $1.3 billion in Q2 2021 to a low of -$681000.0 in Q2 2022.
- Average Acquisitions over 3 years is $206.2 million, with a median of $4.6 million recorded in 2024.
- The largest YoY upside for Acquisitions was 100.05% in 2022 against a maximum downside of 100.05% in 2022.
- Over 3 years, Acquisitions stood at $3.4 million in 2021, then soared by 1365.22% to $49.8 million in 2022, then plunged by 90.76% to $4.6 million in 2024.
- Per Business Quant data, the three most recent Acquisitions figures were $4.6 million in Q2 2024, $1.4 million in Q1 2024, and $49.8 million in Q4 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Acquisitions (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 667.00 Mn |
| 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 | 1.54 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, 2024 | 4.61 Mn |
| Mar 31, 2024 | 1.41 Mn |
| Dec 31, 2022 | 49.83 Mn |
| Jun 30, 2022 | -681,000.00 |
| Mar 31, 2022 | 50.51 Mn |
| Sep 30, 2021 | 3.40 Mn |
| Jun 30, 2021 | 1.33 Bn |
| Dec 31, 2019 | 48.43 Mn |
| Dec 31, 2018 | -69,000.00 |
Custom Truck One Source Acquisitions 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=acquisitions&ticker=CTOS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=CTOS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();