U-Haul Holding (UHAL) Current Leases (2020 - 2023)
U-Haul Holding's (UHAL) quarterly Current Leases came in at $58.4 million in Q1 2023, down 21.33% year-over-year from $74.2 million in Q1 2022, and down 21.33% quarter-over-quarter from $74.2 million in Q1 2022.
U-Haul Holding (UHAL) Current Leases (2020 - 2023) Analysis & Trends
U-Haul Holding has disclosed Current Leases across 4 years of filings, most recently posting $58.4 million for Q1 2023.
- In Q1 2023, Current Leases fell 21.33% year-over-year to $58.4 million; the TTM figure through Mar 2023 stood at $58.4 million (down 21.33% YoY), while the FY2023 annual figure was $58.4 million, down 21.33% from the prior year.
- Current Leases came in at $58.4 million for Q1 2023 at U-Haul Holding, down from $74.2 million in the prior quarter.
- In the past five years, Current Leases ranged from a high of $106.4 million in Q1 2020 to a low of $58.4 million in Q1 2023.
- Average Current Leases over 4 years is $82.9 million, with a median of $83.4 million recorded in 2021.
- Year-over-year, Current Leases slipped 13.09% in 2021 and fell 21.33% in 2023.
- Over 4 years, Current Leases stood at $106.4 million in 2020, then fell by 13.09% to $92.5 million in 2021, then decreased by 19.8% to $74.2 million in 2022, then retreated by 21.33% to $58.4 million in 2023.
- Per Business Quant data, the three most recent Current Leases figures were $58.4 million in Q1 2023, $74.2 million in Q1 2022, and $92.5 million in Q1 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Current Leases (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, 2023 | 58.37 Mn |
| Mar 31, 2022 | 74.20 Mn |
| Mar 31, 2021 | 92.51 Mn |
| Mar 31, 2020 | 106.44 Mn |
U-Haul Holding Current Leases 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=current-leases&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-leases", "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=current-leases&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();