U-Haul Holding (UHAL) Preferred Shares (2011 - 2012)
U-Haul Holding's (UHAL) quarterly Preferred Shares came in at $146.3 million in Q1 2012, little changed quarter-over-quarter from $146.0 million in Q4 2011.
U-Haul Holding (UHAL) Preferred Shares (2011 - 2012) Analysis & Trends
U-Haul Holding has disclosed Preferred Shares across 2 years of filings, most recently posting $146.3 million for Q1 2012.
- In Q1 2012, Preferred Shares changed N/A year-over-year to $146.3 million; the TTM figure through Mar 2012 stood at $146.3 million (changed N/A YoY), while the FY2012 annual figure was $146.3 million, changed N/A from the prior year.
- Preferred Shares came in at $146.3 million for Q1 2012 at U-Haul Holding, roughly flat from $146.0 million in the prior quarter.
- In the past five years, Preferred Shares ranged from a high of $146.3 million in Q2 2011 to a low of $146.0 million in Q3 2011.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Preferred Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | - |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2012 | 146.30 Mn |
| Dec 31, 2011 | 146.00 Mn |
| Sep 30, 2011 | 146.00 Mn |
| Jun 30, 2011 | 146.30 Mn |
U-Haul Holding Preferred Shares 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-shares&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-shares", "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-shares&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();