Mcgrath Rentcorp (MGRC) Change in Inventory (2023 - 2026)
Mcgrath Rentcorp's (MGRC) quarterly Change in Inventory came in at $4.0 million in Q2 2026, up 183.72% on a YoY basis from $1.4 million in Q2 2025, and up 29.35% quarter-over-quarter from $3.1 million in Q1 2026.
Mcgrath Rentcorp (MGRC) Change in Inventory (2023 - 2026) Analysis & Trends
Mcgrath Rentcorp (MGRC) has reported Change in Inventory for 4 consecutive years, with $4.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Inventory rose 183.72% year-over-year to $4.0 million; the trailing twelve-month figure through Jun 2026 stood at $2.9 million (up 118.1% YoY), and the FY2025 full-year result was -$6.3 million, down 459.95% from the prior year.
- Change in Inventory climbed to $4.0 million in Q2 2026 per MGRC's latest filing, from $3.1 million in the prior quarter.
- Across five years, Change in Inventory topped out at $9.1 million in Q1 2024 and bottomed at -$8.0 million in Q4 2024.
- Historically, Change in Inventory has averaged $38000.0 across 4 years, with a median of $1.2 million in 2023.
- The widest YoY moves for Change in Inventory: up 186.1% in 2024, down 560.13% in 2024.
- Over 4 years, Change in Inventory stood at -$1.2 million in 2023, then tumbled by 560.13% to -$8.0 million in 2024, then soared by 32.4% to -$5.4 million in 2025, then jumped by 174.75% to $4.0 million in 2026.
- According to Business Quant data, Change in Inventory over the past three periods registered $4.0 million, $3.1 million, and -$5.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 1.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 | 2.78 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 4.03 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 | 19.99 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 2.13 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.03 Mn |
| Mar 31, 2026 | 3.12 Mn |
| Dec 31, 2025 | -5.40 Mn |
| Sep 30, 2025 | 1.13 Mn |
| Jun 30, 2025 | -4.82 Mn |
| Mar 31, 2025 | 2.81 Mn |
| Dec 31, 2024 | -7.98 Mn |
| Sep 30, 2024 | -5.93 Mn |
| Jun 30, 2024 | 3.67 Mn |
| Mar 31, 2024 | 9.12 Mn |
| Dec 31, 2023 | -1.21 Mn |
| Sep 30, 2023 | -4.61 Mn |
| Jun 30, 2023 | 1.28 Mn |
| Mar 31, 2023 | 5.31 Mn |
Mcgrath Rentcorp Change in Inventory 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=change-in-inventory&ticker=MGRC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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=change-in-inventory&ticker=MGRC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();