Hp (HPQ) Other Non Operating Income (2009 - 2017)
Hp's (HPQ) quarterly Other Non Operating Income came in at -$1.0 million in Q4 2017, up 99.44% year-over-year from -$501416.4 in Q4 2016, and little changed quarter-over-quarter from -$1.0 million in Q3 2017.
Hp (HPQ) Other Non Operating Income (2009 - 2017) Analysis & Trends
Hp (HPQ) has reported Other Non Operating Income for 4 consecutive years, with -$1.0 million the latest figure, recorded in Q4 2017.
- On a quarterly basis, Other Non Operating Income rose 99.44% year-over-year to -$1.0 million in Q4 2017; TTM through Oct 2017 was -$182.0 million, a 1.09% increase from a year earlier, with the FY2018 full-year figure at -$7.0 million, down 40.0% from the prior year.
- Other Non Operating Income was -$1.0 million for Q4 2017 at Hp, roughly flat from -$1.0 million in the prior quarter.
- Over five years, Other Non Operating Income peaked at $64.0 million in Q3 2015 and troughed at -$177.0 million in Q4 2016.
- A 3-year average of -$20.8 million and a median of -$2.0 million in 2017 frame the typical range for Other Non Operating Income.
- Across the five-year window, Other Non Operating Income sank 2428.57% in 2016 and surged 99.44% in 2017, its largest moves.
- Over 3 years, Other Non Operating Income stood at -$7.0 million in 2015, then slumped by 2428.57% to -$177.0 million in 2016, then surged by 99.44% to -$1.0 million in 2017.
- The last three Other Non Operating Income figures came in at -$1.0 million (Q4 2017), -$1.0 million (Q3 2017), and -$3.0 million (Q2 2017), 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, 2017 | -1.00 Mn |
| Jul 31, 2017 | -1.00 Mn |
| Apr 30, 2017 | -3.00 Mn |
| Oct 31, 2016 | -177.00 Mn |
| Oct 31, 2015 | -7.00 Mn |
| Jul 31, 2015 | 64.00 Mn |
| Jul 31, 2009 | -177.00 Mn |
Hp Other Non Operating Income 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=other-non-operating-income&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();