Hp (HPQ) Share-based Compensation Growth (5y) (2014 - 2026)
Analysis
Hp (HPQ) Share-based Compensation Growth (5y) (2014 - 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.60% |
| Apr 30, 2026 | 8.06% |
| Jan 31, 2026 | 9.62% |
| Oct 31, 2025 | 9.57% |
| Jul 31, 2025 | 15.33% |
| Apr 30, 2025 | 17.32% |
| Jan 31, 2025 | 11.99% |
| Oct 31, 2024 | 5.84% |
| Jul 31, 2024 | 9.86% |
| Apr 30, 2024 | 7.33% |
| Jan 31, 2024 | 10.59% |
| Oct 31, 2023 | 5.51% |
| Jul 31, 2023 | 10.60% |
| Apr 30, 2023 | 8.56% |
| Jan 31, 2023 | 14.46% |
| Oct 31, 2022 | 4.94% |
| Jul 31, 2022 | 8.76% |
| Apr 30, 2022 | 7.84% |
| Jan 31, 2022 | 12.14% |
| Oct 31, 2021 | 10.76% |
API Access
Hp Share-based Compensation Growth (5y) 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-5y&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-5y", "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-5y&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();