Hp (HPQ) Assets (QoQ) (2009 - 2026)
Analysis
Hp (HPQ) Assets (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 6.44% |
| Apr 30, 2026 | 3.37% |
| Jan 31, 2026 | -0.56% |
| Oct 31, 2025 | 4.81% |
| Jul 31, 2025 | 2.72% |
| Apr 30, 2025 | -0.34% |
| Jan 31, 2025 | -2.45% |
| Oct 31, 2024 | 4.86% |
| Jul 31, 2024 | 1.67% |
| Apr 30, 2024 | 4.43% |
| Jan 31, 2024 | -3.13% |
| Oct 31, 2023 | 1.02% |
| Jul 31, 2023 | 0.73% |
| Apr 30, 2023 | 0.60% |
| Jan 31, 2023 | -6.09% |
| Oct 31, 2022 | -1.92% |
| Jul 31, 2022 | -1.64% |
| Apr 30, 2022 | 2.54% |
| Jan 31, 2022 | 0.80% |
| Oct 31, 2021 | 8.68% |
API Access
Hp Assets (QoQ) 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=assets-qoq&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-qoq", "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=assets-qoq&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();