U-Haul Holding (UHAL) Short-term Investments (2012 - 2026)
U-Haul Holding's (UHAL) quarterly Short-term Investments came in at $2.6 billion in Q1 2026, down 5.55% year-over-year from $2.7 billion in Q1 2025, and down 3.43% quarter-over-quarter from $2.6 billion in Q4 2025.
U-Haul Holding (UHAL) Short-term Investments (2012 - 2026) Analysis & Trends
U-Haul Holding has disclosed Short-term Investments across 15 years of filings, most recently posting $2.6 billion for Q1 2026.
- In Q1 2026, Short-term Investments fell 5.55% year-over-year to $2.6 billion; the TTM figure through Mar 2026 stood at $2.6 billion (down 5.55% YoY), while the FY2026 annual figure was $2.6 billion, down 5.55% from the prior year.
- Short-term Investments came in at $2.6 billion for Q1 2026 at U-Haul Holding, down from $2.6 billion in the prior quarter.
- In the past five years, Short-term Investments ranged from a high of $3.0 billion in Q1 2023 to a low of $13.3 million in Q4 2022.
- Average Short-term Investments over 5 years is $1.7 billion, with a median of $2.6 billion recorded in 2024.
- Year-over-year, Short-term Investments slumped 61.25% in 2023 and jumped 19409.87% in 2024.
- Over 5 years, Short-term Investments stood at $13.3 million in 2022, then jumped by 348.48% to $59.7 million in 2023, then surged by 4553.44% to $2.8 billion in 2024, then slipped by 4.6% to $2.6 billion in 2025, then slipped by 3.43% to $2.6 billion in 2026.
- Per Business Quant data, the three most recent Short-term Investments figures were $2.6 billion in Q1 2026, $2.6 billion in Q4 2025, and $2.7 billion in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 2.56 Bn |
| Dec 31, 2025 | 2.65 Bn |
| Sep 30, 2025 | 2.67 Bn |
| Jun 30, 2025 | 2.71 Bn |
| Mar 31, 2025 | 2.71 Bn |
| Dec 31, 2024 | 2.78 Bn |
| Sep 30, 2024 | 2.68 Bn |
| Jun 30, 2024 | 2.63 Bn |
| Mar 31, 2024 | 2.66 Bn |
| Dec 31, 2023 | 59.68 Mn |
| Jun 30, 2023 | 13.49 Mn |
| Mar 31, 2023 | 3.01 Bn |
| Dec 31, 2022 | 13.31 Mn |
| Sep 30, 2022 | 33.54 Mn |
| Jun 30, 2022 | 34.81 Mn |
| Mar 31, 2022 | 74.38 Mn |
| Mar 31, 2021 | 92.51 Mn |
| Mar 31, 2020 | 106.63 Mn |
| Mar 31, 2019 | 5.55 Mn |
| Mar 31, 2018 | 10.35 Mn |
U-Haul Holding Short-term Investments 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=short-term-investments&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();