U-Haul Holding (UHAL) Other financing activities (2019 - 2020)
U-Haul Holding's (UHAL) quarterly Other financing activities came in at $18.6 million in Q2 2020, up 9128.64% quarter-over-quarter from -$206000.0 in Q1 2020.
U-Haul Holding (UHAL) Other financing activities (2019 - 2020) Analysis & Trends
U-Haul Holding has disclosed Other financing activities across 2 years of filings, most recently posting $18.6 million for Q2 2020.
- In Q2 2020, Other financing activities changed N/A year-over-year to $18.6 million; the TTM figure through Jun 2020 stood at $18.4 million (changed N/A YoY), while the FY2020 annual figure was -$206000.0, down 149.28% from the prior year.
- Other financing activities came in at $18.6 million for Q2 2020 at U-Haul Holding, up from -$206000.0 in the prior quarter.
- In the past five years, Other financing activities ranged from a high of $21.6 million in Q3 2019 to a low of -$21.6 million in Q4 2019.
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 |
|---|---|
| Jun 30, 2020 | 18.60 Mn |
| Mar 31, 2020 | -206,000.00 |
| Dec 31, 2019 | -21.60 Mn |
| Sep 30, 2019 | 21.60 Mn |
U-Haul Holding Other financing activities 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-financing-activities&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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-financing-activities&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();