Hp (HPQ) Long-Term Deferred Tax (2009 - 2016)
Hp's (HPQ) quarterly Long-Term Deferred Tax came in at $598.0 million in Q2 2016, down 32.2% quarter-over-quarter from $882.0 million in Q1 2016.
Hp (HPQ) Long-Term Deferred Tax (2009 - 2016) Analysis & Trends
Hp (HPQ) has reported Long-Term Deferred Tax for 8 consecutive years, with $598.0 million the latest figure, recorded in Q2 2016.
- On a quarterly basis, Long-Term Deferred Tax changed N/A year-over-year to $598.0 million in Q2 2016; TTM through Apr 2016 was $598.0 million, a N/A change from a year earlier, with the FY2015 full-year figure at $216.0 million, down 70.81% from the prior year.
- Long-Term Deferred Tax was $598.0 million for Q2 2016 at Hp, down from $882.0 million in the prior quarter.
- Over five years, Long-Term Deferred Tax peaked at $1.6 billion in Q4 2012 and troughed at $216.0 million in Q4 2015.
- A 5-year average of $893.8 million and a median of $811.0 million in 2014 frame the typical range for Long-Term Deferred Tax.
- Across the five-year window, Long-Term Deferred Tax climbed 23.23% in 2012 and sank 70.81% in 2015, its largest moves.
- Over 5 years, Long-Term Deferred Tax stood at $1.6 billion in 2012, then fell by 14.86% to $1.3 billion in 2013, then tumbled by 45.02% to $740.0 million in 2014, then slumped by 70.81% to $216.0 million in 2015, then surged by 176.85% to $598.0 million in 2016.
- The last three Long-Term Deferred Tax figures came in at $598.0 million (Q2 2016), $882.0 million (Q1 2016), and $216.0 million (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 | 598.00 Mn |
| Jan 31, 2016 | 882.00 Mn |
| Oct 31, 2015 | 216.00 Mn |
| Oct 31, 2014 | 740.00 Mn |
| Oct 31, 2013 | 1.35 Bn |
| Oct 31, 2012 | 1.58 Bn |
| Oct 31, 2011 | 1.28 Bn |
| Oct 31, 2010 | 2.07 Bn |
| Jul 31, 2010 | 2.82 Bn |
| Oct 31, 2009 | 1.75 Bn |
Hp Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();