Hewlett Packard Enterprise (HPE) Non Operating Income (2015 - 2020)
Hewlett Packard Enterprise's (HPE) quarterly Non Operating Income came in at -$19.0 million in Q1 2020, up 62.75% year-over-year from -$11.7 million in Q1 2019, and up 50.0% quarter-over-quarter from -$38.0 million in Q4 2019.
Hewlett Packard Enterprise (HPE) Non Operating Income (2015 - 2020) Analysis & Trends
Hewlett Packard Enterprise has disclosed Non Operating Income across 6 years of filings, most recently posting -$19.0 million for Q1 2020.
- In Q1 2020, Non Operating Income rose 62.75% year-over-year to -$19.0 million; the TTM figure through Jan 2020 stood at -$145.0 million (up 52.3% YoY), while the FY2019 annual figure was -$177.0 million, up 35.4% from the prior year.
- Non Operating Income came in at -$19.0 million for Q1 2020 at Hewlett Packard Enterprise, up from -$38.0 million in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of -$18.0 million in Q2 2019 to a low of -$111.0 million in Q4 2018.
- Average Non Operating Income over 5 years is -$63.9 million, with a median of -$70.0 million recorded in 2019.
- Year-over-year, Non Operating Income plunged 1825.0% in 2016 and soared 76.92% in 2019.
- Over 5 years, Non Operating Income stood at -$89.0 million in 2016, then rose by 14.61% to -$76.0 million in 2017, then sank by 46.05% to -$111.0 million in 2018, then surged by 65.77% to -$38.0 million in 2019, then surged by 50.0% to -$19.0 million in 2020.
- Per Business Quant data, the three most recent Non Operating Income figures were -$19.0 million in Q1 2020, -$38.0 million in Q4 2019, and -$70.0 million in Q3 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Apple | 4,923.51 Bn | 4,861.11 Bn | 54.77 Bn | 572.00 Mn |
| 2 | Cisco Systems | 419.97 Bn | 404.45 Bn | 11.06 Bn | 669.00 Mn |
| 3 | Dell Technologies | 351.63 Bn | 340.06 Bn | 9.83 Bn | -254.00 Mn |
| 4 | Sandisk | 265.22 Bn | 260.46 Bn | 7.58 Bn | 812.00 Mn |
| 5 | Arista Networks | 256.62 Bn | 243.27 Bn | 1.91 Bn | 126.30 Mn |
| 6 | Seagate Technology Holdings | 209.52 Bn | 207.82 Bn | 1.90 Bn | -54.00 Mn |
| 7 | Western Digital | 171.00 Bn | 169.42 Bn | 2.03 Bn | 1.68 Bn |
| 8 | Sony | 142.68 Bn | 123.26 Bn | 6.53 Bn | - |
| 9 | Lumentum Holdings | 83.02 Bn | 80.28 Bn | 477.30 Mn | -7.74 Bn |
| 10 | Hewlett Packard Enterprise | 82.82 Bn | 76.61 Bn | 4.93 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jan 31, 2020 | -19.00 Mn |
| Oct 31, 2019 | -38.00 Mn |
| Jul 31, 2019 | -70.00 Mn |
| Apr 30, 2019 | -18.00 Mn |
| Jan 31, 2019 | -51.00 Mn |
| Oct 31, 2018 | -111.00 Mn |
| Jul 31, 2018 | -64.00 Mn |
| Apr 30, 2018 | -78.00 Mn |
| Jan 31, 2018 | -21.00 Mn |
| Oct 31, 2017 | -76.00 Mn |
| Jul 31, 2017 | -87.00 Mn |
| Apr 30, 2017 | -86.00 Mn |
| Jan 31, 2017 | -78.00 Mn |
| Oct 31, 2016 | -89.00 Mn |
| Jul 31, 2016 | -69.00 Mn |
| Apr 30, 2016 | -52.00 Mn |
| Jan 31, 2016 | -80.00 Mn |
| Oct 31, 2015 | 33.00 Mn |
| Jul 31, 2015 | 4.00 Mn |
| Apr 30, 2015 | -30.00 Mn |
Hewlett Packard Enterprise 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=non-operating-income&ticker=HPE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "ticker": "HPE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-income&ticker=HPE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();