Mcgrath Rentcorp (MGRC) Assets Average (2011 - 2026)
Mcgrath Rentcorp's (MGRC) quarterly Assets Average came in at $2.4 billion in Q2 2026, up 6.83% on a YoY basis from $2.3 billion in Q2 2025, and up 3.08% quarter-over-quarter from $2.4 billion in Q1 2026.
Mcgrath Rentcorp (MGRC) Assets Average (2011 - 2026) Analysis & Trends
Mcgrath Rentcorp (MGRC) has reported Assets Average for 16 consecutive years, with $2.4 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Assets Average rose 6.83% year-over-year to $2.4 billion; the trailing twelve-month figure through Jun 2026 stood at $2.4 billion (up 6.83% YoY), and the FY2025 full-year result was $2.3 billion, up 3.11% from the prior year.
- Assets Average rose to $2.4 billion in Q2 2026 per MGRC's latest filing, from $2.4 billion in the prior quarter.
- Across five years, Assets Average topped out at $2.4 billion in Q2 2026 and bottomed at $1.6 billion in Q1 2022.
- Historically, Assets Average 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 Average gained 28.6% in 2023, then fell 0.27% in 2025.
- Over 5 years, Assets Average stood at $1.7 billion in 2022, then advanced by 28.6% to $2.2 billion in 2023, then rose by 4.81% to $2.3 billion in 2024, then climbed by 3.17% to $2.4 billion in 2025, then rose by 3.68% to $2.4 billion in 2026.
- According to Business Quant data, Assets Average over the past three periods registered $2.4 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 Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 22.94 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 13.64 Bn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 6.55 Bn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 5.84 Bn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 2.44 Bn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 596.87 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 3.58 Bn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 443.81 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.44 Bn |
| Mar 31, 2026 | 2.37 Bn |
| Dec 31, 2025 | 2.35 Bn |
| Sep 30, 2025 | 2.34 Bn |
| Jun 30, 2025 | 2.28 Bn |
| Mar 31, 2025 | 2.26 Bn |
| Dec 31, 2024 | 2.28 Bn |
| Sep 30, 2024 | 2.30 Bn |
| Jun 30, 2024 | 2.29 Bn |
| Mar 31, 2024 | 2.24 Bn |
| Dec 31, 2023 | 2.18 Bn |
| Sep 30, 2023 | 2.12 Bn |
| Jun 30, 2023 | 2.09 Bn |
| Mar 31, 2023 | 1.88 Bn |
| Dec 31, 2022 | 1.69 Bn |
| Sep 30, 2022 | 1.66 Bn |
| Jun 30, 2022 | 1.62 Bn |
| Mar 31, 2022 | 1.60 Bn |
| Dec 31, 2021 | 1.60 Bn |
| Sep 30, 2021 | 1.60 Bn |
Mcgrath Rentcorp Assets Average 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-average&ticker=MGRC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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-average&ticker=MGRC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();