U-Haul Holding (UHAL) Share-based Compensation Growth (1y) (2011 - 2025)
Analysis
U-Haul Holding (UHAL) Share-based Compensation Growth (1y) (2011 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 0.00% |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -276.24% |
| Sep 30, 2025 | 1,615.36% |
| Jun 30, 2025 | -71.67% |
| Mar 31, 2025 | 108.14% |
| Dec 31, 2024 | 50.32% |
| Sep 30, 2024 | -77.10% |
| Jun 30, 2024 | -10.29% |
| Mar 31, 2024 | -46.51% |
| Dec 31, 2023 | -75.89% |
| Sep 30, 2023 | 580.68% |
| Jun 30, 2023 | 841.14% |
| Mar 31, 2023 | -197.84% |
| Dec 31, 2022 | 745.35% |
| Sep 30, 2022 | -204.85% |
| Jun 30, 2022 | -326.85% |
| Mar 31, 2022 | 153.01% |
| Dec 31, 2021 | 91.83% |
| Sep 30, 2021 | -24.40% |
| Jun 30, 2021 | 1,252.70% |
| Mar 31, 2021 | -1,510.28% |
API Access
U-Haul Holding Share-based Compensation Growth (1y) 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-1y&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "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-1y&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();