Hp (HPQ) Accumulated Expenses (2009 - 2019)
Hp's (HPQ) quarterly Accumulated Expenses came in at $956.0 million in Q3 2019, down 5.16% year-over-year from $1.0 billion in Q3 2018, and up 15.74% quarter-over-quarter from $826.0 million in Q2 2019.
Hp (HPQ) Accumulated Expenses (2009 - 2019) Analysis & Trends
Hp (HPQ) has reported Accumulated Expenses for 11 consecutive years, with $956.0 million the latest figure, recorded in Q3 2019.
- On a quarterly basis, Accumulated Expenses fell 5.16% year-over-year to $956.0 million in Q3 2019; TTM through Jul 2019 was $956.0 million, a 5.16% decrease from a year earlier, with the FY2018 full-year figure at $1.1 billion, up 27.07% from the prior year.
- Accumulated Expenses was $956.0 million for Q3 2019 at Hp, up from $826.0 million in the prior quarter.
- Over five years, Accumulated Expenses peaked at $3.3 billion in Q3 2015 and troughed at $526.0 million in Q1 2017.
- A 5-year average of $1.3 billion and a median of $894.0 million in 2017 frame the typical range for Accumulated Expenses.
- Across the five-year window, Accumulated Expenses sank 82.25% in 2015 and surged 34.89% in 2018, its largest moves.
- Over 5 years, Accumulated Expenses stood at $747.0 million in 2015, then advanced by 1.61% to $759.0 million in 2016, then gained by 17.79% to $894.0 million in 2017, then grew by 27.07% to $1.1 billion in 2018, then dropped by 15.85% to $956.0 million in 2019.
- The last three Accumulated Expenses figures came in at $956.0 million (Q3 2019), $826.0 million (Q2 2019), and $665.0 million (Q1 2019), 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 |
|---|---|
| Jul 31, 2019 | 956.00 Mn |
| Apr 30, 2019 | 826.00 Mn |
| Jan 31, 2019 | 665.00 Mn |
| Oct 31, 2018 | 1.14 Bn |
| Jul 31, 2018 | 1.01 Bn |
| Apr 30, 2018 | 897.00 Mn |
| Jan 31, 2018 | 706.00 Mn |
| Oct 31, 2017 | 894.00 Mn |
| Jul 31, 2017 | 766.00 Mn |
| Apr 30, 2017 | 665.00 Mn |
| Jan 31, 2017 | 526.00 Mn |
| Oct 31, 2016 | 759.00 Mn |
| Jul 31, 2016 | 712.00 Mn |
| Apr 30, 2016 | 2.09 Bn |
| Jan 31, 2016 | 2.02 Bn |
| Oct 31, 2015 | 747.00 Mn |
| Jul 31, 2015 | 3.35 Bn |
| Apr 30, 2015 | 3.15 Bn |
| Jan 31, 2015 | 2.90 Bn |
| Oct 31, 2014 | 4.21 Bn |
Hp Accumulated Expenses 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=accumulated-expenses&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accumulated-expenses", "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=accumulated-expenses&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();