Hp (HPQ) Share-based Compensation Growth (1y) (2010 - 2026)
Analysis
Hp (HPQ) Share-based Compensation Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | -5.00% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -5.00% |
| Apr 30, 2026 | -20.00% |
| Jan 31, 2026 | -5.21% |
| Oct 31, 2025 | 5.88% |
| Jul 31, 2025 | 4.17% |
| Apr 30, 2025 | 48.94% |
| Jan 31, 2025 | 8.47% |
| Oct 31, 2024 | 0.00% |
| Jul 31, 2024 | 5.49% |
| Apr 30, 2024 | -1.05% |
| Jan 31, 2024 | 5.99% |
| Oct 31, 2023 | 21.43% |
| Jul 31, 2023 | 30.00% |
| Apr 30, 2023 | 35.71% |
| Jan 31, 2023 | 25.56% |
| Oct 31, 2022 | 0.00% |
| Jul 31, 2022 | 1.45% |
| Apr 30, 2022 | -7.89% |
| Jan 31, 2022 | 15.65% |
| Oct 31, 2021 | 22.81% |
API Access
Hp Share-based Compensation 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=share-based-compensation-growth-1y&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-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=share-based-compensation-growth-1y&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();