Hp (HPQ) Finished Goods (2009 - 2016)
Hp's (HPQ) quarterly Finished Goods came in at $3.1 billion in Q4 2016, up 10.04% year-over-year from $2.8 billion in Q4 2015, and up 16.44% quarter-over-quarter from $2.7 billion in Q3 2016.
Hp (HPQ) Finished Goods (2009 - 2016) Analysis & Trends
Hp (HPQ) has reported Finished Goods for 8 consecutive years, with $3.1 billion the latest figure, recorded in Q4 2016.
- On a quarterly basis, Finished Goods rose 10.04% year-over-year to $3.1 billion in Q4 2016; TTM through Oct 2016 was $3.1 billion, a 10.04% increase from a year earlier, with the FY2016 full-year figure at $3.1 billion, up 10.04% from the prior year.
- Finished Goods was $3.1 billion for Q4 2016 at Hp, up from $2.7 billion in the prior quarter.
- Over five years, Finished Goods peaked at $4.6 billion in Q1 2012 and troughed at $2.3 billion in Q2 2016.
- A 5-year average of $3.7 billion and a median of $3.9 billion in 2013 frame the typical range for Finished Goods.
- The widest YoY moves for Finished Goods: up 10.04% in 2016, down 39.63% in 2016.
- Over 5 years, Finished Goods stood at $4.1 billion in 2012, then decreased by 6.03% to $3.8 billion in 2013, then rose by 3.28% to $4.0 billion in 2014, then slipped by 29.02% to $2.8 billion in 2015, then grew by 10.04% to $3.1 billion in 2016.
- The last three Finished Goods figures came in at $3.1 billion (Q4 2016), $2.7 billion (Q3 2016), and $2.3 billion (Q2 2016), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Hp | 28.92 Bn | 24.75 Bn | 2.95 Bn |
Historic Data
| Date | Value |
|---|---|
| Oct 31, 2016 | 3.10 Bn |
| Jul 31, 2016 | 2.67 Bn |
| Apr 30, 2016 | 2.34 Bn |
| Jan 31, 2016 | 2.48 Bn |
| Oct 31, 2015 | 2.82 Bn |
| Jul 31, 2015 | 4.28 Bn |
| Apr 30, 2015 | 3.85 Bn |
| Jan 31, 2015 | 4.10 Bn |
| Oct 31, 2014 | 3.97 Bn |
| Jul 31, 2014 | 3.99 Bn |
| Apr 30, 2014 | 3.73 Bn |
| Jan 31, 2014 | 3.76 Bn |
| Oct 31, 2013 | 3.85 Bn |
| Jul 31, 2013 | 4.32 Bn |
| Apr 30, 2013 | 3.78 Bn |
| Jan 31, 2013 | 4.06 Bn |
| Oct 31, 2012 | 4.09 Bn |
| Jul 31, 2012 | 4.42 Bn |
| Apr 30, 2012 | 4.52 Bn |
| Jan 31, 2012 | 4.63 Bn |
Hp Finished Goods 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=finished-goods&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "finished-goods", "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=finished-goods&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();