U-Haul Holding (UHAL) Share-based Compensation Growth (5y) (2015 - 2025)
Analysis
U-Haul Holding (UHAL) Share-based Compensation Growth (5y) (2015 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 19.57% |
| Sep 30, 2025 | 71.80% |
| Jun 30, 2025 | 119.76% |
| Mar 31, 2025 | -2.70% |
| Dec 31, 2024 | 48.25% |
| Sep 30, 2024 | -27.92% |
| Jun 30, 2024 | 42.40% |
| Mar 31, 2024 | -49.40% |
| Dec 31, 2023 | 15.31% |
| Sep 30, 2023 | 15.33% |
| Jun 30, 2023 | 79.90% |
| Mar 31, 2023 | -15.35% |
| Dec 31, 2022 | 24.30% |
| Sep 30, 2022 | -15.58% |
| Jun 30, 2022 | -22.57% |
| Mar 31, 2022 | 32.63% |
| Dec 31, 2021 | 20.79% |
| Sep 30, 2021 | -38.30% |
| Jun 30, 2021 | -24.13% |
| Mar 31, 2021 | -54.24% |
API Access
U-Haul Holding Share-based Compensation Growth (5y) 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-5y&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-5y", "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-5y&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();