U-Haul Holding (UHAL) EPS (Basic) (2010 - 2025)
U-Haul Holding's (UHAL) quarterly EPS (Basic) came in at $1.89 in Q4 2025, down 44.96% year-over-year from $3.43 in Q4 2024, and down 64.98% quarter-over-quarter from $5.38 in Q3 2025.
U-Haul Holding (UHAL) EPS (Basic) (2010 - 2025) Analysis & Trends
U-Haul Holding has disclosed EPS (Basic) across 16 years of filings, most recently posting $1.89 for Q4 2025.
- In Q4 2025, EPS (Basic) fell 44.96% year-over-year to $1.89; the TTM figure through Dec 2025 stood at $10.33 (down 54.84% YoY), while the FY2025 annual figure was $18.72, down 41.61% from the prior year.
- EPS (Basic) came in at $1.89 for Q4 2025 at U-Haul Holding, down from $5.38 in the prior quarter.
- In the past five years, EPS (Basic) ranged from a high of $13.95 in Q3 2023 to a low of -$4.2 in Q1 2025.
- Average EPS (Basic) over 5 years is $4.35, with a median of $2.0 recorded in 2021.
- Year-over-year, EPS (Basic) jumped 681.75% in 2023 and tumbled 9435.46% in 2025.
- Over 5 years, EPS (Basic) stood at $1.44 in 2021, then surged by 606.49% to $10.14 in 2022, then sank by 50.1% to $5.06 in 2023, then tumbled by 32.31% to $3.43 in 2024, then slumped by 44.96% to $1.89 in 2025.
- Per Business Quant data, the three most recent EPS (Basic) figures were $1.89 in Q4 2025, $5.38 in Q3 2025, and $7.26 in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 1.78 |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.89 |
| Sep 30, 2025 | 5.38 |
| Jun 30, 2025 | 7.26 |
| Mar 31, 2025 | -4.20 |
| Dec 31, 2024 | 3.43 |
| Sep 30, 2024 | 9.53 |
| Jun 30, 2024 | 9.97 |
| Mar 31, 2024 | -0.04 |
| Dec 31, 2023 | 5.06 |
| Sep 30, 2023 | 13.95 |
| Jun 30, 2023 | 13.10 |
| Mar 31, 2023 | 1.91 |
| Dec 31, 2022 | 10.14 |
| Sep 30, 2022 | 1.78 |
| Jun 30, 2022 | 1.73 |
| Mar 31, 2022 | 0.45 |
| Dec 31, 2021 | 1.44 |
| Sep 30, 2021 | 2.09 |
| Jun 30, 2021 | 1.76 |
| Mar 31, 2021 | 0.38 |
U-Haul Holding EPS (Basic) 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=eps-basic&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();