Hp (HPQ) Non-Current Deferred Tax Liability (2009 - 2016)
Hp's (HPQ) quarterly Non-Current Deferred Tax Liability came in at $1.8 billion in Q2 2016, down 9.31% quarter-over-quarter from $2.0 billion in Q1 2016.
Hp (HPQ) Non-Current Deferred Tax Liability (2009 - 2016) Analysis & Trends
Hp (HPQ) has reported Non-Current Deferred Tax Liability for 8 consecutive years, with $1.8 billion the latest figure, recorded in Q2 2016.
- On a quarterly basis, Non-Current Deferred Tax Liability changed N/A year-over-year to $1.8 billion in Q2 2016; TTM through Apr 2016 was $1.8 billion, a N/A change from a year earlier, with the FY2015 full-year figure at $1.8 billion, down 36.63% from the prior year.
- Non-Current Deferred Tax Liability was $1.8 billion for Q2 2016 at Hp, down from $2.0 billion in the prior quarter.
- Over five years, Non-Current Deferred Tax Liability peaked at $3.0 billion in Q3 2015 and troughed at $1.2 billion in Q3 2014.
- A 5-year average of $2.2 billion and a median of $2.0 billion in 2016 frame the typical range for Non-Current Deferred Tax Liability.
- Across the five-year window, Non-Current Deferred Tax Liability tumbled 42.9% in 2012 and surged 141.45% in 2015, its largest moves.
- Over 5 years, Non-Current Deferred Tax Liability stood at $2.9 billion in 2012, then slipped by 9.5% to $2.7 billion in 2013, then advanced by 7.23% to $2.9 billion in 2014, then tumbled by 36.63% to $1.8 billion in 2015, then declined by 1.1% to $1.8 billion in 2016.
- The last three Non-Current Deferred Tax Liability figures came in at $1.8 billion (Q2 2016), $2.0 billion (Q1 2016), and $1.8 billion (Q4 2015), 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 |
|---|---|
| Apr 30, 2016 | 1.79 Bn |
| Jan 31, 2016 | 1.98 Bn |
| Oct 31, 2015 | 1.81 Bn |
| Jul 31, 2015 | 2.97 Bn |
| Oct 31, 2014 | 2.86 Bn |
| Jul 31, 2014 | 1.23 Bn |
| Apr 30, 2014 | 1.48 Bn |
| Oct 31, 2013 | 2.67 Bn |
| Oct 31, 2012 | 2.95 Bn |
| Oct 31, 2011 | 5.16 Bn |
| Oct 31, 2010 | 5.24 Bn |
| Oct 31, 2009 | 4.23 Bn |
Hp Non-Current Deferred Tax Liability 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-deferred-tax-liability&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deferred-tax-liability", "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-deferred-tax-liability&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();