U-Haul Holding (UHAL) Property, Plant & Equipment (Net) (2011 - 2026)
Analysis
U-Haul Holding (UHAL) Property, Plant & Equipment (Net) (2011 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Property, Plant & Equipment (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 756.00 Mn |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | 16.38 Bn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 16.38 Bn |
| Dec 31, 2025 | 16.23 Bn |
| Sep 30, 2025 | 16.03 Bn |
| Jun 30, 2025 | 15.59 Bn |
| Mar 31, 2025 | 15.11 Bn |
| Dec 31, 2024 | 14.88 Bn |
| Sep 30, 2024 | 14.33 Bn |
| Jun 30, 2024 | 13.75 Bn |
| Mar 31, 2024 | 13.13 Bn |
| Dec 31, 2023 | 12.80 Bn |
| Sep 30, 2023 | 12.40 Bn |
| Jun 30, 2023 | 11.84 Bn |
| Mar 31, 2023 | 11.35 Bn |
| Dec 31, 2022 | 10.92 Bn |
| Sep 30, 2022 | 10.47 Bn |
| Jun 30, 2022 | 10.02 Bn |
| Mar 31, 2022 | 9.63 Bn |
| Dec 31, 2021 | 9.28 Bn |
| Sep 30, 2021 | 8.89 Bn |
| Jun 30, 2021 | 8.57 Bn |
API Access
U-Haul Holding Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();