Hp (HPQ) Curent Deferred Tax Liability (2009 - 2010)
Hp's (HPQ) quarterly Curent Deferred Tax Liability came in at $1.0 million in Q3 2010, down 98.8% quarter-over-quarter from $83.0 million in Q4 2009.
Hp (HPQ) Curent Deferred Tax Liability (2009 - 2010) Analysis & Trends
Hp (HPQ) has reported Curent Deferred Tax Liability for 2 consecutive years, with $1.0 million the latest figure, recorded in Q3 2010.
- On a quarterly basis, Curent Deferred Tax Liability changed N/A year-over-year to $1.0 million in Q3 2010; TTM through Jul 2010 was $1.0 million, a N/A change from a year earlier, with the FY2009 full-year figure at $83.0 million, changed N/A from the prior year.
- Curent Deferred Tax Liability was $1.0 million for Q3 2010 at Hp, down from $83.0 million in the prior quarter.
- Over five years, Curent Deferred Tax Liability peaked at $83.0 million in Q4 2009 and troughed at $1.0 million in Q3 2010.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Curent Deferred Tax Liability (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | - |
Hp Curent 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=curent-deferred-tax-liability&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "curent-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=curent-deferred-tax-liability&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();