Hp (HPQ) Liabilities from Discontinued Operations (2015)
Hp's (HPQ) quarterly Liabilities from Discontinued Operations came in at $22.4 billion in Q4 2015.
Hp (HPQ) Liabilities from Discontinued Operations (2015) Analysis & Trends
Hp (HPQ) has reported Liabilities from Discontinued Operations for 1 consecutive years, with $22.4 billion the latest figure, recorded in Q4 2015.
- On a quarterly basis, Liabilities from Discontinued Operations changed N/A year-over-year to $22.4 billion in Q4 2015; TTM through Oct 2015 was $22.4 billion, a N/A change from a year earlier, with the FY2015 full-year figure at $22.4 billion, changed N/A from the prior year.
- Liabilities from Discontinued Operations was $22.4 billion for Q4 2015 at Hp.
- Over five years, Liabilities from Discontinued Operations peaked at $22.4 billion in Q4 2015 and troughed at $22.4 billion in Q4 2015.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn |
Hp Liabilities from Discontinued Operations 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=liabilities-from-discontinued-operations&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "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=liabilities-from-discontinued-operations&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();