Mcgrath Rentcorp (MGRC) Share-based Compensation (2010 - 2026)
Mcgrath Rentcorp's (MGRC) quarterly Share-based Compensation came in at $2.9 million in Q2 2026, up 2.81% on a YoY basis from $2.8 million in Q2 2025, and up 1.17% quarter-over-quarter from $2.8 million in Q1 2026.
Mcgrath Rentcorp (MGRC) Share-based Compensation (2010 - 2026) Analysis & Trends
Mcgrath Rentcorp (MGRC) has reported Share-based Compensation for 17 consecutive years, with $2.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Share-based Compensation rose 2.81% year-over-year to $2.9 million; the trailing twelve-month figure through Jun 2026 stood at $11.6 million (up 12.8% YoY), and the FY2025 full-year result was $11.2 million, up 18.13% from the prior year.
- Share-based Compensation advanced to $2.9 million in Q2 2026 per MGRC's latest filing, from $2.8 million in the prior quarter.
- Across five years, Share-based Compensation topped out at $3.1 million in Q4 2025 and bottomed at $1.5 million in Q1 2023.
- Historically, Share-based Compensation has averaged $2.3 million across 5 years, with a median of $2.3 million in 2024.
- The sharpest annual moves came in 2022 and 2024: Share-based Compensation retreated 26.77% in 2022, then surged 47.96% in 2024.
- Over 5 years, Share-based Compensation stood at $1.8 million in 2022, then increased by 25.28% to $2.2 million in 2023, then advanced by 16.05% to $2.6 million in 2024, then advanced by 22.88% to $3.1 million in 2025, then fell by 8.96% to $2.9 million in 2026.
- According to Business Quant data, Share-based Compensation over the past three periods registered $2.9 million, $2.8 million, and $3.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 26.00 Mn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 1.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 | 7.90 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 2.86 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 4.49 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 3.43 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 2.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.86 Mn |
| Mar 31, 2026 | 2.82 Mn |
| Dec 31, 2025 | 3.14 Mn |
| Sep 30, 2025 | 2.77 Mn |
| Jun 30, 2025 | 2.78 Mn |
| Mar 31, 2025 | 2.54 Mn |
| Dec 31, 2024 | 2.55 Mn |
| Sep 30, 2024 | 2.39 Mn |
| Jun 30, 2024 | 2.35 Mn |
| Mar 31, 2024 | 2.21 Mn |
| Dec 31, 2023 | 2.20 Mn |
| Sep 30, 2023 | 1.89 Mn |
| Jun 30, 2023 | 1.89 Mn |
| Mar 31, 2023 | 1.49 Mn |
| Dec 31, 2022 | 1.76 Mn |
| Sep 30, 2022 | 1.69 Mn |
| Jun 30, 2022 | 1.65 Mn |
| Mar 31, 2022 | 1.76 Mn |
| Dec 31, 2021 | 2.40 Mn |
| Sep 30, 2021 | 1.71 Mn |
Mcgrath Rentcorp Share-based Compensation 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=share-based-compensation&ticker=MGRC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=MGRC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();