Hp (HPQ) Intangibles (2009 - 2015)
Hp's (HPQ) quarterly Intangibles came in at $2.0 billion in Q4 2015, down 5.36% year-over-year from $2.1 billion in Q4 2014, and down 82.76% quarter-over-quarter from $11.7 billion in Q3 2015.
Hp (HPQ) Intangibles (2009 - 2015) Analysis & Trends
Hp (HPQ) has reported Intangibles for 7 consecutive years, with $2.0 billion the latest figure, recorded in Q4 2015.
- On a quarterly basis, Intangibles fell 5.36% year-over-year to $2.0 billion in Q4 2015; TTM through Oct 2015 was $2.0 billion, a 5.36% decrease from a year earlier, with the FY2015 full-year figure at $2.0 billion, down 5.36% from the prior year.
- Intangibles was $2.0 billion for Q4 2015 at Hp, down from $11.7 billion in the prior quarter.
- Over five years, Intangibles peaked at $11.7 billion in Q3 2015 and troughed at $2.0 billion in Q4 2015.
- A 5-year average of $6.3 billion and a median of $5.6 billion in 2011 frame the typical range for Intangibles.
- Across the five-year window, Intangibles slumped 60.55% in 2013 and jumped 400.0% in 2015, its largest moves.
- Over 5 years, Intangibles stood at $10.9 billion in 2011, then plunged by 58.57% to $4.5 billion in 2012, then decreased by 29.81% to $3.2 billion in 2013, then tumbled by 32.85% to $2.1 billion in 2014, then slipped by 5.36% to $2.0 billion in 2015.
- The last three Intangibles figures came in at $2.0 billion (Q4 2015), $11.7 billion (Q3 2015), and $11.2 billion (Q2 2015), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Intangibles (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Oct 31, 2015 | 2.01 Bn |
| Jul 31, 2015 | 11.68 Bn |
| Apr 30, 2015 | 11.22 Bn |
| Jan 31, 2015 | 11.22 Bn |
| Oct 31, 2014 | 2.13 Bn |
| Jul 31, 2014 | 2.34 Bn |
| Apr 30, 2014 | 2.56 Bn |
| Jan 31, 2014 | 2.82 Bn |
| Oct 31, 2013 | 3.17 Bn |
| Jul 31, 2013 | 3.49 Bn |
| Apr 30, 2013 | 3.87 Bn |
| Jan 31, 2013 | 4.18 Bn |
| Oct 31, 2012 | 4.52 Bn |
| Jul 31, 2012 | 7.97 Bn |
| Apr 30, 2012 | 9.81 Bn |
| Jan 31, 2012 | 10.03 Bn |
| Oct 31, 2011 | 10.90 Bn |
| Jul 31, 2011 | 6.73 Bn |
| Apr 30, 2011 | 7.08 Bn |
| Jan 31, 2011 | 7.43 Bn |
Hp Intangibles 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=intangibles&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "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=intangibles&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();