Hp (HPQ) Share-based Compensation Growth (3y) (2012 - 2026)
Analysis
Hp (HPQ) Share-based Compensation Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | 1.44% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 1.44% |
| Apr 30, 2026 | 5.64% |
| Jan 31, 2026 | 2.91% |
| Oct 31, 2025 | 8.74% |
| Jul 31, 2025 | 12.62% |
| Apr 30, 2025 | 25.99% |
| Jan 31, 2025 | 13.02% |
| Oct 31, 2024 | 6.69% |
| Jul 31, 2024 | 11.64% |
| Apr 30, 2024 | 7.34% |
| Jan 31, 2024 | 15.46% |
| Oct 31, 2023 | 14.25% |
| Jul 31, 2023 | 22.92% |
| Apr 30, 2023 | 14.67% |
| Jan 31, 2023 | 15.28% |
| Oct 31, 2022 | 3.03% |
| Jul 31, 2022 | 5.27% |
| Apr 30, 2022 | 1.98% |
| Jan 31, 2022 | 7.52% |
| Oct 31, 2021 | 2.50% |
API Access
Hp Share-based Compensation Growth (3y) 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-growth-3y&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-3y", "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-growth-3y&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();