Hp (HPQ) Property, Plant & Equipment (Net) (2009 - 2026)
Analysis
Hp (HPQ) Property, Plant & Equipment (Net) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Property, Plant & Equipment (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | 3.11 Bn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 3.11 Bn |
| Apr 30, 2026 | 3.08 Bn |
| Jan 31, 2026 | 3.05 Bn |
| Oct 31, 2025 | 3.05 Bn |
| Jul 31, 2025 | 2.99 Bn |
| Apr 30, 2025 | 2.95 Bn |
| Jan 31, 2025 | 2.90 Bn |
| Oct 31, 2024 | 2.91 Bn |
| Jul 31, 2024 | 2.83 Bn |
| Apr 30, 2024 | 2.79 Bn |
| Jan 31, 2024 | 2.81 Bn |
| Oct 31, 2023 | 2.83 Bn |
| Jul 31, 2023 | 2.78 Bn |
| Apr 30, 2023 | 2.77 Bn |
| Jan 31, 2023 | 2.76 Bn |
| Oct 31, 2022 | 2.77 Bn |
| Jul 31, 2022 | 2.63 Bn |
| Apr 30, 2022 | 2.61 Bn |
| Jan 31, 2022 | 2.62 Bn |
| Oct 31, 2021 | 2.55 Bn |
API Access
Hp Property, Plant & Equipment (Net) 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&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();