Mcgrath Rentcorp (MGRC) Enterprise Value (2010 - 2026)
Mcgrath Rentcorp's (MGRC) quarterly Enterprise Value came in at $3.0 billion in Q2 2026, up 3.48% on a YoY basis from $2.9 billion in Q2 2025, and up 9.1% quarter-over-quarter from $2.7 billion in Q1 2026.
Mcgrath Rentcorp (MGRC) Enterprise Value (2010 - 2026) Analysis & Trends
Mcgrath Rentcorp (MGRC) has reported Enterprise Value for 17 consecutive years, with $3.0 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Enterprise Value rose 3.48% year-over-year to $3.0 billion; the trailing twelve-month figure through Jun 2026 stood at $3.0 billion (up 3.48% YoY), and the FY2025 full-year result was $2.6 billion, down 5.91% from the prior year.
- Enterprise Value rose to $3.0 billion in Q2 2026 per MGRC's latest filing, from $2.7 billion in the prior quarter.
- Across five years, Enterprise Value topped out at $3.0 billion in Q1 2024 and bottomed at $1.9 billion in Q2 2022.
- Historically, Enterprise Value has averaged $2.6 billion across 5 years, with a median of $2.6 billion in 2024.
- The sharpest annual moves came in 2024 and 2025: Enterprise Value surged 32.58% in 2024, then fell 9.52% in 2025.
- Over 5 years, Enterprise Value stood at $2.4 billion in 2022, then rose by 21.69% to $2.9 billion in 2023, then slipped by 6.31% to $2.7 billion in 2024, then fell by 5.91% to $2.6 billion in 2025, then increased by 14.32% to $3.0 billion in 2026.
- According to Business Quant data, Enterprise Value over the past three periods registered $3.0 billion, $2.7 billion, and $2.6 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn |
| 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 |
| 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, 2026 | 2.95 Bn |
| Mar 31, 2026 | 2.71 Bn |
| Dec 31, 2025 | 2.58 Bn |
| Sep 30, 2025 | 2.88 Bn |
| Jun 30, 2025 | 2.85 Bn |
| Mar 31, 2025 | 2.74 Bn |
| Dec 31, 2024 | 2.74 Bn |
| Sep 30, 2024 | 2.58 Bn |
| Jun 30, 2024 | 2.61 Bn |
| Mar 31, 2024 | 3.03 Bn |
| Dec 31, 2023 | 2.93 Bn |
| Sep 30, 2023 | 2.45 Bn |
| Jun 30, 2023 | 2.26 Bn |
| Mar 31, 2023 | 2.28 Bn |
| Dec 31, 2022 | 2.41 Bn |
| Sep 30, 2022 | 2.04 Bn |
| Jun 30, 2022 | 1.85 Bn |
| Mar 31, 2022 | 2.07 Bn |
| Dec 31, 2021 | 1.95 Bn |
| Sep 30, 2021 | 1.74 Bn |
Mcgrath Rentcorp Enterprise Value 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=enterprise-value&ticker=MGRC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=MGRC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();