Hp (HPQ) Raw Materials (2009 - 2016)
Hp's (HPQ) quarterly Raw Materials came in at $1.4 billion in Q4 2016, down 5.93% year-over-year from $1.5 billion in Q4 2015, and up 6.56% quarter-over-quarter from $1.3 billion in Q3 2016.
Hp (HPQ) Raw Materials (2009 - 2016) Analysis & Trends
Hp (HPQ) has reported Raw Materials for 8 consecutive years, with $1.4 billion the latest figure, recorded in Q4 2016.
- On a quarterly basis, Raw Materials fell 5.93% year-over-year to $1.4 billion in Q4 2016; TTM through Oct 2016 was $1.4 billion, a 5.93% decrease from a year earlier, with the FY2016 full-year figure at $1.4 billion, down 5.93% from the prior year.
- Raw Materials was $1.4 billion for Q4 2016 at Hp, up from $1.3 billion in the prior quarter.
- Over five years, Raw Materials peaked at $2.9 billion in Q3 2012 and troughed at $1.2 billion in Q2 2016.
- A 5-year average of $2.1 billion and a median of $2.2 billion in 2012 frame the typical range for Raw Materials.
- Across the five-year window, Raw Materials advanced 19.14% in 2012 and plunged 49.33% in 2016, its largest moves.
- Over 5 years, Raw Materials stood at $2.2 billion in 2012, then slipped by 1.08% to $2.2 billion in 2013, then climbed by 11.05% to $2.4 billion in 2014, then tumbled by 39.89% to $1.5 billion in 2015, then declined by 5.93% to $1.4 billion in 2016.
- The last three Raw Materials figures came in at $1.4 billion (Q4 2016), $1.3 billion (Q3 2016), and $1.2 billion (Q2 2016), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn |
Historic Data
| Date | Value |
|---|---|
| Oct 31, 2016 | 1.38 Bn |
| Jul 31, 2016 | 1.30 Bn |
| Apr 30, 2016 | 1.21 Bn |
| Jan 31, 2016 | 1.58 Bn |
| Oct 31, 2015 | 1.47 Bn |
| Jul 31, 2015 | 2.42 Bn |
| Apr 30, 2015 | 2.38 Bn |
| Jan 31, 2015 | 2.47 Bn |
| Oct 31, 2014 | 2.44 Bn |
| Jul 31, 2014 | 2.26 Bn |
| Apr 30, 2014 | 2.11 Bn |
| Jan 31, 2014 | 2.25 Bn |
| Oct 31, 2013 | 2.20 Bn |
| Jul 31, 2013 | 2.22 Bn |
| Apr 30, 2013 | 2.22 Bn |
| Jan 31, 2013 | 2.32 Bn |
| Oct 31, 2012 | 2.22 Bn |
| Jul 31, 2012 | 2.87 Bn |
| Apr 30, 2012 | 2.79 Bn |
| Jan 31, 2012 | 2.65 Bn |
Hp 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=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "ticker": "HPQ", "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=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();