U-Haul Holding (UHAL) Exchange Rate Effect (2010 - 2025)
U-Haul Holding's (UHAL) quarterly Exchange Rate Effect came in at $3.8 million in Q4 2025, up 136.33% year-over-year from $1.6 million in Q4 2024, and up 258.71% quarter-over-quarter from -$2.4 million in Q3 2025.
U-Haul Holding (UHAL) Exchange Rate Effect (2010 - 2025) Analysis & Trends
U-Haul Holding has disclosed Exchange Rate Effect across 16 years of filings, most recently posting $3.8 million for Q4 2025.
- In Q4 2025, Exchange Rate Effect rose 136.33% year-over-year to $3.8 million; the TTM figure through Dec 2025 stood at $10.1 million (up 207.41% YoY), while the FY2025 annual figure was -$4.3 million, down 492.75% from the prior year.
- Exchange Rate Effect came in at $3.8 million for Q4 2025 at U-Haul Holding, up from -$2.4 million in the prior quarter.
- In the past five years, Exchange Rate Effect ranged from a high of $26.5 million in Q4 2022 to a low of -$24.3 million in Q1 2023.
- Average Exchange Rate Effect over 5 years is -$260750.0, with a median of -$483000.0 recorded in 2021.
- Year-over-year, Exchange Rate Effect jumped 10327.03% in 2022 and slumped 441.12% in 2023.
- Over 5 years, Exchange Rate Effect stood at -$259000.0 in 2021, then jumped by 10327.03% to $26.5 million in 2022, then plunged by 85.4% to $3.9 million in 2023, then sank by 372.58% to -$10.5 million in 2024, then surged by 136.33% to $3.8 million in 2025.
- Per Business Quant data, the three most recent Exchange Rate Effect figures were $3.8 million in Q4 2025, -$2.4 million in Q3 2025, and $6.6 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Exchange Rate Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | -2.00 Mn |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 3.83 Mn |
| Sep 30, 2025 | -2.41 Mn |
| Jun 30, 2025 | 6.58 Mn |
| Mar 31, 2025 | 2.10 Mn |
| Dec 31, 2024 | -10.54 Mn |
| Sep 30, 2024 | 4.63 Mn |
| Jun 30, 2024 | -530,000.00 |
| Mar 31, 2024 | -2.96 Mn |
| Dec 31, 2023 | 3.87 Mn |
| Sep 30, 2023 | -2.63 Mn |
| Jun 30, 2023 | 2.83 Mn |
| Mar 31, 2023 | -24.34 Mn |
| Dec 31, 2022 | 26.49 Mn |
| Sep 30, 2022 | -9.66 Mn |
| Jun 30, 2022 | -4.12 Mn |
| Mar 31, 2022 | 7.14 Mn |
| Dec 31, 2021 | -259,000.00 |
| Sep 30, 2021 | -3.26 Mn |
| Jun 30, 2021 | -1.53 Mn |
| Mar 31, 2021 | -436,000.00 |
U-Haul Holding Exchange Rate Effect 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=exchange-rate-effect&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();