Hp (HPQ) Current Deferred Tax Assets (2009 - 2015)
Hp's (HPQ) quarterly Current Deferred Tax Assets came in at $1.0 billion in Q4 2015, down 61.98% year-over-year from $2.8 billion in Q4 2014, and down 61.98% quarter-over-quarter from $2.8 billion in Q4 2014.
Hp (HPQ) Current Deferred Tax Assets (2009 - 2015) Analysis & Trends
Hp (HPQ) has reported Current Deferred Tax Assets for 5 consecutive years, with $1.0 billion the latest figure, recorded in Q4 2015.
- On a quarterly basis, Current Deferred Tax Assets fell 61.98% year-over-year to $1.0 billion in Q4 2015; TTM through Oct 2015 was $1.0 billion, a 61.98% decrease from a year earlier, with the FY2015 full-year figure at $1.0 billion, down 61.98% from the prior year.
- Current Deferred Tax Assets was $1.0 billion for Q4 2015 at Hp, down from $2.8 billion in the prior quarter.
- Over five years, Current Deferred Tax Assets peaked at $3.9 billion in Q4 2013 and troughed at $1.0 billion in Q4 2015.
- A 3-year average of $2.6 billion and a median of $2.8 billion in 2014 frame the typical range for Current Deferred Tax Assets.
- Across the five-year window, Current Deferred Tax Assets fell 29.26% in 2014 and plunged 61.98% in 2015, its largest moves.
- Over 3 years, Current Deferred Tax Assets stood at $3.9 billion in 2013, then slipped by 29.26% to $2.8 billion in 2014, then tumbled by 61.98% to $1.0 billion in 2015.
- The last three Current Deferred Tax Assets figures came in at $1.0 billion (Q4 2015), $2.8 billion (Q4 2014), and $3.9 billion (Q4 2013), 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 |
|---|---|
| Oct 31, 2015 | 1.05 Bn |
| Oct 31, 2014 | 2.75 Bn |
| Oct 31, 2013 | 3.89 Bn |
| Jul 31, 2010 | 4.40 Bn |
| Oct 31, 2009 | 4.98 Bn |
Hp Current Deferred Tax Assets 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-tax-assets&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-tax-assets", "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-tax-assets&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();