Hp (HPQ) Income from Discontinued Operations (2015 - 2016)
Hp's (HPQ) quarterly Income from Discontinued Operations came in at -$21.0 million in Q4 2016, up 89.06% year-over-year from -$11.1 million in Q4 2015, and up 65.0% quarter-over-quarter from -$60.0 million in Q3 2016.
Hp (HPQ) Income from Discontinued Operations (2015 - 2016) Analysis & Trends
Hp (HPQ) has reported Income from Discontinued Operations for 2 consecutive years, with -$21.0 million the latest figure, recorded in Q4 2016.
- On a quarterly basis, Income from Discontinued Operations rose 89.06% year-over-year to -$21.0 million in Q4 2016; TTM through Jul 2017 was -$21.0 million, a 93.84% increase from a year earlier, with the FY2016 full-year figure at -$170.0 million, down 120.33% from the prior year.
- Income from Discontinued Operations was -$21.0 million for Q4 2016 at Hp, up from -$60.0 million in the prior quarter.
- Over five years, Income from Discontinued Operations peaked at $278.0 million in Q2 2015 and troughed at -$192.0 million in Q4 2015.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Oct 31, 2016 | -21.00 Mn |
| Jul 31, 2016 | -60.00 Mn |
| Apr 30, 2016 | -31.00 Mn |
| Jan 31, 2016 | -58.00 Mn |
| Oct 31, 2015 | -192.00 Mn |
| Jul 31, 2015 | 154.00 Mn |
| Apr 30, 2015 | 278.00 Mn |
Hp Income 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=income-from-discontinued-operations&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-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=income-from-discontinued-operations&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();