U-Haul Holding (UHAL) Raw Materials (2011 - 2012)
U-Haul Holding's (UHAL) quarterly Raw Materials came in at $56.0 million in Q4 2012, down 1.37% year-over-year from $56.8 million in Q1 2012, and down 4.55% quarter-over-quarter from $58.7 million in Q3 2012.
U-Haul Holding (UHAL) Raw Materials (2011 - 2012) Analysis & Trends
U-Haul Holding has disclosed Raw Materials across 2 years of filings, most recently posting $56.0 million for Q4 2012.
- In Q4 2012, Raw Materials fell 1.37% year-over-year to $56.0 million; the TTM figure through Dec 2012 stood at $56.0 million (down 1.37% YoY), while the FY2012 annual figure was $58.7 million, down 2.01% from the prior year.
- Raw Materials came in at $56.0 million for Q4 2012 at U-Haul Holding, down from $58.7 million in the prior quarter.
- In the past five years, Raw Materials ranged from a high of $63.4 million in Q2 2012 to a low of $56.0 million in Q4 2012.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Marriott International | 90.76 Bn | 90.30 Bn | 1.97 Bn |
| 2 | Hilton Worldwide Holdings | 69.62 Bn | 68.64 Bn | 3.08 Bn |
| 3 | Royal Caribbean Cruises | 62.81 Bn | 62.11 Bn | 2.29 Bn |
| 4 | Viking Holdings | 36.53 Bn | 32.54 Bn | 996.62 Mn |
| 5 | Carnival | 30.52 Bn | 28.29 Bn | - |
| 6 | Trip.com | 26.54 Bn | 15.10 Bn | 1.84 Bn |
| 7 | Intercontinental Hotels | 25.51 Bn | 24.46 Bn | - |
| 8 | Hyatt Hotels | 14.88 Bn | 14.59 Bn | 809.00 Mn |
| 9 | H World | 13.31 Bn | 11.22 Bn | 453.94 Mn |
| 10 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2012 | 55.99 Mn |
| Sep 30, 2012 | 58.66 Mn |
| Jun 30, 2012 | 63.44 Mn |
| Mar 31, 2012 | 58.74 Mn |
| Dec 31, 2011 | 56.77 Mn |
| Sep 30, 2011 | 57.76 Mn |
| Jun 30, 2011 | 58.96 Mn |
| Mar 31, 2011 | 59.94 Mn |
U-Haul Holding Raw Materials 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=raw-materials&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "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=raw-materials&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();