U-Haul Holding (UHAL) Share-based Compensation Growth (3y) (2013 - 2025)
Analysis
U-Haul Holding (UHAL) Share-based Compensation Growth (3y) (2013 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | -9.14% |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -38.18% |
| Sep 30, 2025 | 175.36% |
| Jun 30, 2025 | 57.19% |
| Mar 31, 2025 | -51.14% |
| Dec 31, 2024 | 63.10% |
| Sep 30, 2024 | 4.89% |
| Jun 30, 2024 | 147.07% |
| Mar 31, 2024 | 8.75% |
| Dec 31, 2023 | 28.61% |
| Sep 30, 2023 | 56.19% |
| Jun 30, 2023 | 480.68% |
| Mar 31, 2023 | -110.40% |
| Dec 31, 2022 | 170.36% |
| Sep 30, 2022 | -29.60% |
| Jun 30, 2022 | 16.61% |
| Mar 31, 2022 | 56.00% |
| Dec 31, 2021 | 70.84% |
| Sep 30, 2021 | 26.16% |
| Jun 30, 2021 | 3.88% |
| Mar 31, 2021 | -27.69% |
API Access
U-Haul Holding Share-based Compensation Growth (3y) 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-growth-3y&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-3y", "ticker": "UHAL", "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-growth-3y&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();