Analysts expect U-Haul Holding Co /NV/ to report revenue of 1.70 B for Q2 26, against a range of 1.64 B to 1.75 B. The most recent reported quarter, Q1 26, came in at 1.68 B, a 7.2% beat against the 1.57 B consensus.
| Metric | Q2 24 | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 1.66 B | 1.39 B | 1.23 B | 1.63 B | 1.72 B | 1.42 B | 1.27 B | 1.68 B | - | - | - | - | - | - | - | - | |||
| High Estimate | 1.91 B | 1.48 B | 1.34 B | 1.79 B | 1.81 B | 1.64 B | 1.35 B | 1.66 B | 1.75 B | 1.61 B | 1.47 B | 2.03 B | 2.14 B | 1.58 B | 1.63 B | 2.00 B | |||
| Low Estimate | 1.65 B | 1.28 B | 1.12 B | 1.65 B | 1.58 B | 1.35 B | 1.20 B | 1.48 B | 1.64 B | 1.43 B | 1.31 B | 1.66 B | 1.79 B | 1.39 B | 1.35 B | 1.74 B | |||
| Consensus Estimate | 1.78 B | 1.38 B | 1.23 B | 1.72 B | 1.69 B | 1.49 B | 1.27 B | 1.57 B | 1.70 B | 1.52 B | 1.39 B | 1.85 B | 1.96 B | 1.48 B | 1.49 B | 1.87 B |
Analysts expect U-Haul Holding Co /NV/ to report earnings per share of 0.75 for Q2 26, against a range of 0.70 to 0.80. The most recent reported quarter, Q1 26, came in at 0.58, a 7.9% miss against the 0.63 consensus.
| Metric | Q2 24 | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.91 | 0.30 | -0.46 | 0.68 | 0.49 | -0.23 | -0.70 | 0.58 | - | - | - | - | - | - | - | - | |||
| High Estimate | 1.45 | 0.34 | -0.22 | 1.08 | 0.86 | 0.24 | -0.60 | 0.65 | 0.80 | 0.13 | -0.39 | 0.87 | 1.04 | 0.25 | -0.24 | 0.96 | |||
| Low Estimate | 1.35 | 0.32 | -0.24 | 0.98 | 0.76 | 0.22 | -0.72 | 0.61 | 0.70 | 0.11 | -0.43 | 0.79 | 0.88 | 0.21 | -0.28 | 0.86 | |||
| Consensus Estimate | 1.40 | 0.33 | -0.23 | 1.03 | 0.81 | 0.23 | -0.66 | 0.63 | 0.75 | 0.12 | -0.41 | 0.83 | 0.96 | 0.23 | -0.26 | 0.91 |
Pull Wall Street consensus for U-Haul Holding Co /NV/ (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=UHAL&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "UHAL", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=UHAL&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();