U-Haul Holding (UHAL) Payout Ratio (2012 - 2023)
U-Haul Holding's (UHAL) quarterly Payout Ratio came in at 0.05 in Q3 2023, up 84.21% year-over-year from 0.03 in Q3 2022, and up 84.21% quarter-over-quarter from 0.03 in Q3 2022.
U-Haul Holding (UHAL) Payout Ratio (2012 - 2023) Analysis & Trends
U-Haul Holding has disclosed Payout Ratio across 11 years of filings, most recently posting 0.05 for Q3 2023.
- In Q3 2023, Payout Ratio rose 84.21% year-over-year to 0.05; the TTM figure through Sep 2023 stood at 0.02 (down 33.79% YoY), while the FY2023 annual figure was 0.02, down 18.92% from the prior year.
- Payout Ratio came in at 0.05 for Q3 2023 at U-Haul Holding, up from 0.03 in the prior quarter.
- In the past five years, Payout Ratio ranged from a high of 11.79 in Q1 2019 to a low of 0.02 in Q1 2020.
- Average Payout Ratio over 5 years is 1.13, with a median of 0.05 recorded in 2021.
- Year-over-year, Payout Ratio surged 20774.79% in 2019 and plunged 99.81% in 2020.
- Over 5 years, Payout Ratio stood at 0.06 in 2019, then soared by 241.72% to 0.21 in 2020, then sank by 83.75% to 0.03 in 2021, then declined by 19.55% to 0.03 in 2022, then jumped by 84.21% to 0.05 in 2023.
- Per Business Quant data, the three most recent Payout Ratio figures were 0.05 in Q3 2023, 0.03 in Q3 2022, and 0.03 in Q2 2022.
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
| Date | Value |
|---|---|
| Sep 30, 2023 | 0.05 |
| Sep 30, 2022 | 0.03 |
| Jun 30, 2022 | 0.03 |
| Dec 31, 2021 | 0.03 |
| Sep 30, 2021 | 0.05 |
| Dec 31, 2020 | 0.21 |
| Sep 30, 2020 | 0.04 |
| Mar 31, 2020 | 0.02 |
| Sep 30, 2019 | 0.06 |
| Jun 30, 2019 | 0.07 |
| Mar 31, 2019 | 11.79 |
| Sep 30, 2018 | 0.12 |
| Jun 30, 2018 | 0.08 |
| Mar 31, 2018 | -0.06 |
| Mar 31, 2017 | 2.05 |
| Dec 31, 2016 | 0.30 |
| Jun 30, 2016 | 0.13 |
| Dec 31, 2015 | 0.72 |
| Mar 31, 2014 | 0.50 |
| Mar 31, 2012 | 0.77 |
U-Haul Holding Payout Ratio 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=payout-ratio&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payout-ratio", "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=payout-ratio&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();