Mcgrath Rentcorp (MGRC) Acquisitions (2019 - 2025)
Mcgrath Rentcorp's (MGRC) quarterly Acquisitions came in at $1.8 million in Q4 2025, down 8.24% quarter-over-quarter from $2.0 million in Q3 2023.
Mcgrath Rentcorp (MGRC) Acquisitions (2019 - 2025) Analysis & Trends
Mcgrath Rentcorp (MGRC) has reported Acquisitions for 4 consecutive years, with $1.8 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Acquisitions changed N/A year-over-year to $1.8 million; the trailing twelve-month figure through Dec 2025 stood at $3.8 million (changed N/A YoY), and the FY2025 full-year result was $23.8 million, changed N/A from the prior year.
- Acquisitions slipped to $1.8 million in Q4 2025 per MGRC's latest filing, from $2.0 million in the prior quarter.
- Across five years, Acquisitions topped out at $453.6 million in Q1 2023 and bottomed at -$2.5 million in Q4 2021.
- Historically, Acquisitions has averaged $76.5 million across 3 years, with a median of $1.9 million in 2023.
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 |
|---|---|
| Dec 31, 2025 | 1.84 Mn |
| Sep 30, 2023 | 2.00 Mn |
| Jun 30, 2023 | 2.72 Mn |
| Mar 31, 2023 | 453.59 Mn |
| Dec 31, 2021 | -2.50 Mn |
| Sep 30, 2021 | 1.28 Mn |
| Dec 31, 2019 | 407,000.00 |
Mcgrath Rentcorp 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=MGRC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "ticker": "MGRC", "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=MGRC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();