Hp (HPQ) Sales of Property, Plant and Equipment (2009 - 2023)
Analysis
Hp (HPQ) Sales of Property, Plant and Equipment (2009 - 2023) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Sales of Property, Plant and Equipment (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Oct 31, 2023 | 16.00 Mn |
| Jul 31, 2022 | 25.00 Mn |
| Oct 31, 2018 | 62.00 Mn |
| Jan 31, 2018 | 110.00 Mn |
| Jan 31, 2017 | 69.00 Mn |
| Oct 31, 2016 | 6.00 Mn |
| Oct 31, 2015 | 114.00 Mn |
| Jul 31, 2015 | 99.00 Mn |
| Apr 30, 2015 | 81.00 Mn |
| Jan 31, 2015 | 130.00 Mn |
| Oct 31, 2014 | 141.00 Mn |
| Jul 31, 2014 | 132.00 Mn |
| Apr 30, 2014 | 120.00 Mn |
| Jan 31, 2014 | 450.00 Mn |
| Oct 31, 2013 | 146.00 Mn |
| Jul 31, 2013 | 233.00 Mn |
| Apr 30, 2013 | 147.00 Mn |
| Jan 31, 2013 | 127.00 Mn |
| Oct 31, 2012 | 296.00 Mn |
| Jul 31, 2012 | 97.00 Mn |
API Access
Hp Sales of Property, Plant and Equipment 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=sales-of-property-plant-and-equipment&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "sales-of-property-plant-and-equipment", "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=sales-of-property-plant-and-equipment&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();