U-Haul Holding (UHAL) Notes Payables (2020 - 2022)
U-Haul Holding's (UHAL) quarterly Notes Payables came in at $6.1 billion in Q1 2022, up 28.97% year-over-year from $4.7 billion in Q1 2021, and up 28.97% quarter-over-quarter from $4.7 billion in Q1 2021.
U-Haul Holding (UHAL) Notes Payables (2020 - 2022) Analysis & Trends
U-Haul Holding has disclosed Notes Payables across 3 years of filings, most recently posting $6.1 billion for Q1 2022.
- In Q1 2022, Notes Payables rose 28.97% year-over-year to $6.1 billion; the TTM figure through Mar 2022 stood at $6.1 billion (up 28.97% YoY), while the FY2022 annual figure was $6.1 billion, up 28.97% from the prior year.
- Notes Payables came in at $6.1 billion for Q1 2022 at U-Haul Holding, up from $4.7 billion in the prior quarter.
- In the past five years, Notes Payables ranged from a high of $6.1 billion in Q1 2022 to a low of $4.7 billion in Q1 2020.
- Average Notes Payables over 3 years is $5.1 billion, with a median of $4.7 billion recorded in 2021.
- Year-over-year, Notes Payables grew 1.02% in 2021 and advanced 28.97% in 2022.
- Over 3 years, Notes Payables stood at $4.7 billion in 2020, then gained by 1.02% to $4.7 billion in 2021, then increased by 28.97% to $6.1 billion in 2022.
- Per Business Quant data, the three most recent Notes Payables figures were $6.1 billion in Q1 2022, $4.7 billion in Q1 2021, and $4.7 billion in Q1 2020.
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, 2022 | 6.06 Bn |
| Mar 31, 2021 | 4.70 Bn |
| Mar 31, 2020 | 4.65 Bn |
U-Haul Holding Notes Payables 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=notes-payables&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "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=notes-payables&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();