Mcgrath Rentcorp (MGRC) Assets (2010 - 2026)
Mcgrath Rentcorp's (MGRC) quarterly Assets came in at $2.5 billion in Q2 2026, up 7.57% on a YoY basis from $2.3 billion in Q2 2025, and up 5.25% quarter-over-quarter from $2.4 billion in Q1 2026.
Mcgrath Rentcorp (MGRC) Assets (2010 - 2026) Analysis & Trends
Mcgrath Rentcorp (MGRC) has reported Assets for 17 consecutive years, with $2.5 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Assets rose 7.57% year-over-year to $2.5 billion; the trailing twelve-month figure through Jun 2026 stood at $2.5 billion (up 7.57% YoY), and the FY2025 full-year result was $2.4 billion, up 3.49% from the prior year.
- Assets grew to $2.5 billion in Q2 2026 per MGRC's latest filing, from $2.4 billion in the prior quarter.
- Across five years, Assets topped out at $2.5 billion in Q2 2026 and bottomed at $1.6 billion in Q1 2022.
- Historically, Assets has averaged $2.1 billion across 5 years, with a median of $2.3 billion in 2024.
- The sharpest annual moves came in 2023 and 2025: Assets grew 29.83% in 2023, then decreased 0.93% in 2025.
- Over 5 years, Assets stood at $1.7 billion in 2022, then climbed by 29.83% to $2.2 billion in 2023, then climbed by 2.72% to $2.3 billion in 2024, then climbed by 3.49% to $2.4 billion in 2025, then rose by 6.19% to $2.5 billion in 2026.
- According to Business Quant data, Assets over the past three periods registered $2.5 billion, $2.4 billion, and $2.4 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 23.61 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 13.72 Bn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 7.11 Bn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 5.87 Bn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 2.50 Bn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 654.19 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 3.60 Bn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 449.73 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.50 Bn |
| Mar 31, 2026 | 2.38 Bn |
| Dec 31, 2025 | 2.36 Bn |
| Sep 30, 2025 | 2.35 Bn |
| Jun 30, 2025 | 2.33 Bn |
| Mar 31, 2025 | 2.24 Bn |
| Dec 31, 2024 | 2.28 Bn |
| Sep 30, 2024 | 2.29 Bn |
| Jun 30, 2024 | 2.32 Bn |
| Mar 31, 2024 | 2.26 Bn |
| Dec 31, 2023 | 2.22 Bn |
| Sep 30, 2023 | 2.14 Bn |
| Jun 30, 2023 | 2.11 Bn |
| Mar 31, 2023 | 2.06 Bn |
| Dec 31, 2022 | 1.71 Bn |
| Sep 30, 2022 | 1.68 Bn |
| Jun 30, 2022 | 1.65 Bn |
| Mar 31, 2022 | 1.60 Bn |
| Dec 31, 2021 | 1.60 Bn |
| Sep 30, 2021 | 1.61 Bn |
Mcgrath Rentcorp Assets 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=assets&ticker=MGRC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets", "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=assets&ticker=MGRC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();