Hp (HPQ) Property, Plant & Equipment (Net) Growth (1y) (2010 - 2026)
Analysis
Hp (HPQ) Property, Plant & Equipment (Net) Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | 3.91% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 3.91% |
| Apr 30, 2026 | 4.34% |
| Jan 31, 2026 | 5.28% |
| Oct 31, 2025 | 4.63% |
| Jul 31, 2025 | 5.72% |
| Apr 30, 2025 | 5.62% |
| Jan 31, 2025 | 3.31% |
| Oct 31, 2024 | 3.08% |
| Jul 31, 2024 | 1.72% |
| Apr 30, 2024 | 0.83% |
| Jan 31, 2024 | 1.56% |
| Oct 31, 2023 | 1.91% |
| Jul 31, 2023 | 5.98% |
| Apr 30, 2023 | 6.05% |
| Jan 31, 2023 | 5.54% |
| Oct 31, 2022 | 8.96% |
| Jul 31, 2022 | 5.04% |
| Apr 30, 2022 | 2.96% |
| Jan 31, 2022 | 2.87% |
| Oct 31, 2021 | -3.08% |
API Access
Hp Property, Plant & Equipment (Net) Growth (1y) 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=property-plant-and-equipment-net-growth-1y&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-1y", "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=property-plant-and-equipment-net-growth-1y&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();