Hp (HPQ) Current Deferred Revenue (2009 - 2018)
Hp's (HPQ) quarterly Current Deferred Revenue came in at $1.1 billion in Q3 2018, up 10.23% year-over-year from $997.0 million in Q3 2017, and up 3.48% quarter-over-quarter from $1.1 billion in Q2 2018.
Hp (HPQ) Current Deferred Revenue (2009 - 2018) Analysis & Trends
Hp (HPQ) has reported Current Deferred Revenue for 10 consecutive years, with $1.1 billion the latest figure, recorded in Q3 2018.
- On a quarterly basis, Current Deferred Revenue rose 10.23% year-over-year to $1.1 billion in Q3 2018; TTM through Jul 2018 was $1.1 billion, a 10.23% increase from a year earlier, with the FY2017 full-year figure at $1.0 billion, up 10.12% from the prior year.
- Current Deferred Revenue was $1.1 billion for Q3 2018 at Hp, up from $1.1 billion in the prior quarter.
- Over five years, Current Deferred Revenue peaked at $6.8 billion in Q1 2014 and troughed at $863.0 million in Q1 2016.
- A 5-year average of $3.0 billion and a median of $1.1 billion in 2015 frame the typical range for Current Deferred Revenue.
- Across the five-year window, Current Deferred Revenue tumbled 86.17% in 2016 and climbed 13.68% in 2017, its largest moves.
- Over 5 years, Current Deferred Revenue stood at $6.1 billion in 2014, then plunged by 82.89% to $1.1 billion in 2015, then declined by 12.56% to $919.0 million in 2016, then gained by 10.12% to $1.0 billion in 2017, then rose by 8.6% to $1.1 billion in 2018.
- The last three Current Deferred Revenue figures came in at $1.1 billion (Q3 2018), $1.1 billion (Q2 2018), and $1.0 billion (Q1 2018), 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 |
|---|---|
| Jul 31, 2018 | 1.10 Bn |
| Apr 30, 2018 | 1.06 Bn |
| Jan 31, 2018 | 1.04 Bn |
| Oct 31, 2017 | 1.01 Bn |
| Jul 31, 2017 | 997.00 Mn |
| Apr 30, 2017 | 980.00 Mn |
| Jan 31, 2017 | 952.00 Mn |
| Oct 31, 2016 | 919.00 Mn |
| Jul 31, 2016 | 877.00 Mn |
| Apr 30, 2016 | 885.00 Mn |
| Jan 31, 2016 | 863.00 Mn |
| Oct 31, 2015 | 1.05 Bn |
| Jul 31, 2015 | 6.28 Bn |
| Apr 30, 2015 | 6.06 Bn |
| Jan 31, 2015 | 6.24 Bn |
| Oct 31, 2014 | 6.14 Bn |
| Jul 31, 2014 | 6.43 Bn |
| Apr 30, 2014 | 6.42 Bn |
| Jan 31, 2014 | 6.75 Bn |
| Oct 31, 2013 | 6.48 Bn |
Hp Current Deferred 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=current-deferred-revenue&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-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=current-deferred-revenue&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();