U-Haul Holding (UHAL) Preferred Dividend Payments (2010 - 2011)
U-Haul Holding's (UHAL) quarterly Preferred Dividend Payments came in at -$164000.0 in Q3 2011, down 105.29% year-over-year from $3.1 million in Q3 2010, and down 102.78% quarter-over-quarter from $5.9 million in Q2 2011.
U-Haul Holding (UHAL) Preferred Dividend Payments (2010 - 2011) Analysis & Trends
U-Haul Holding has disclosed Preferred Dividend Payments across 2 years of filings, most recently posting -$164000.0 for Q3 2011.
- In Q3 2011, Preferred Dividend Payments fell 105.29% year-over-year to -$164000.0; the TTM figure through Sep 2012 stood at -$164000.0 (down 101.38% YoY), while the FY2012 annual figure was $5.9 million, down 52.4% from the prior year.
- Preferred Dividend Payments came in at -$164000.0 for Q3 2011 at U-Haul Holding, down from $5.9 million in the prior quarter.
- In the past five years, Preferred Dividend Payments ranged from a high of $5.9 million in Q2 2011 to a low of -$164000.0 in Q3 2011.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Pref Dividends (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | - |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2011 | -164,000.00 |
| Jun 30, 2011 | 5.91 Mn |
| Mar 31, 2011 | 3.08 Mn |
| Dec 31, 2010 | 3.08 Mn |
| Sep 30, 2010 | 3.10 Mn |
| Jun 30, 2010 | 3.16 Mn |
U-Haul Holding Preferred Dividend Payments 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=preferred-dividend-payments&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-dividend-payments", "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=preferred-dividend-payments&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();