Hp (HPQ) Non-Current Deffered Revenue (2009 - 2016)
Hp's (HPQ) quarterly Non-Current Deffered Revenue came in at $809.0 million in Q2 2016, down 1.94% quarter-over-quarter from $825.0 million in Q1 2016.
Hp (HPQ) Non-Current Deffered Revenue (2009 - 2016) Analysis & Trends
Hp (HPQ) has reported Non-Current Deffered Revenue for 8 consecutive years, with $809.0 million the latest figure, recorded in Q2 2016.
- On a quarterly basis, Non-Current Deffered Revenue changed N/A year-over-year to $809.0 million in Q2 2016; TTM through Apr 2016 was $809.0 million, a N/A change from a year earlier, with the FY2015 full-year figure at $812.0 million, down 79.34% from the prior year.
- Non-Current Deffered Revenue was $809.0 million for Q2 2016 at Hp, down from $825.0 million in the prior quarter.
- Over five years, Non-Current Deffered Revenue peaked at $4.3 billion in Q3 2015 and troughed at $809.0 million in Q2 2016.
- A 5-year average of $2.9 billion and a median of $3.8 billion in 2014 frame the typical range for Non-Current Deffered Revenue.
- Across the five-year window, Non-Current Deffered Revenue gained 15.9% in 2013 and slumped 79.34% in 2015, its largest moves.
- Over 5 years, Non-Current Deffered Revenue stood at $3.4 billion in 2012, then rose by 15.9% to $3.9 billion in 2013, then increased by 0.61% to $3.9 billion in 2014, then tumbled by 79.34% to $812.0 million in 2015, then decreased by 0.37% to $809.0 million in 2016.
- The last three Non-Current Deffered Revenue figures came in at $809.0 million (Q2 2016), $825.0 million (Q1 2016), and $812.0 million (Q4 2015), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Deffered Revenue (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Apr 30, 2016 | 809.00 Mn |
| Jan 31, 2016 | 825.00 Mn |
| Oct 31, 2015 | 812.00 Mn |
| Jul 31, 2015 | 4.32 Bn |
| Oct 31, 2014 | 3.93 Bn |
| Jul 31, 2014 | 3.87 Bn |
| Apr 30, 2014 | 3.84 Bn |
| Oct 31, 2013 | 3.91 Bn |
| Oct 31, 2012 | 3.37 Bn |
| Oct 31, 2011 | 3.45 Bn |
| Oct 31, 2010 | 3.30 Bn |
| Oct 31, 2009 | 3.25 Bn |
Hp Non-Current Deffered Revenue 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=non-current-deffered-revenue&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deffered-revenue", "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=non-current-deffered-revenue&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();