Hp (HPQ) Share-based Compensation (QoQ) (2009 - 2026)
Analysis
Hp (HPQ) Share-based Compensation (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 | -15.18% |
| Apr 30, 2026 | -38.46% |
| Jan 31, 2026 | 102.22% |
| Oct 31, 2025 | -10.00% |
| Jul 31, 2025 | -28.57% |
| Apr 30, 2025 | -27.08% |
| Jan 31, 2025 | 125.88% |
| Oct 31, 2024 | -11.46% |
| Jul 31, 2024 | 2.13% |
| Apr 30, 2024 | -46.89% |
| Jan 31, 2024 | 108.24% |
| Oct 31, 2023 | -6.59% |
| Jul 31, 2023 | -4.21% |
| Apr 30, 2023 | -43.11% |
| Jan 31, 2023 | 138.57% |
| Oct 31, 2022 | 0.00% |
| Jul 31, 2022 | 0.00% |
| Apr 30, 2022 | -47.37% |
| Jan 31, 2022 | 90.00% |
| Oct 31, 2021 | 1.45% |
API Access
Hp Share-based Compensation (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=share-based-compensation-qoq&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-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=share-based-compensation-qoq&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();