U-Haul Holding (UHAL) Other Non Operating Income (2012 - 2025)
U-Haul Holding's (UHAL) quarterly Other Non Operating Income came in at $428000.0 in Q4 2025, down 55.46% year-over-year from $961000.0 in Q4 2024, and down 23.84% quarter-over-quarter from $562000.0 in Q3 2025.
U-Haul Holding (UHAL) Other Non Operating Income (2012 - 2025) Analysis & Trends
U-Haul Holding has disclosed Other Non Operating Income across 6 years of filings, most recently posting $428000.0 for Q4 2025.
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 |
|---|---|
| Dec 31, 2025 | 428,000.00 |
| Sep 30, 2025 | 562,000.00 |
| Jun 30, 2025 | 527,000.00 |
| Dec 31, 2024 | 961,000.00 |
| Sep 30, 2024 | 1.51 Mn |
| Jun 30, 2024 | 1.43 Mn |
| Dec 31, 2023 | 1.47 Mn |
| Sep 30, 2023 | 1.34 Mn |
| Jun 30, 2023 | 1.15 Mn |
| Dec 31, 2022 | -455,000.00 |
| Sep 30, 2022 | 23,000.00 |
| Jun 30, 2013 | -4.81 Mn |
| Jun 30, 2012 | -6.84 Mn |
U-Haul Holding Other Non Operating Income 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=other-non-operating-income&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();