Hp (HPQ) Cash & Equivalents Growth (1y) (2010 - 2026)
Analysis
Hp (HPQ) Cash & Equivalents Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | 45.06% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 45.06% |
| Apr 30, 2026 | 35.64% |
| Jan 31, 2026 | 8.98% |
| Oct 31, 2025 | 13.89% |
| Jul 31, 2025 | -0.14% |
| Apr 30, 2025 | 8.46% |
| Jan 31, 2025 | 19.74% |
| Oct 31, 2024 | 0.65% |
| Jul 31, 2024 | 67.52% |
| Apr 30, 2024 | 29.74% |
| Jan 31, 2024 | 36.63% |
| Oct 31, 2023 | 2.77% |
| Jul 31, 2023 | -68.10% |
| Apr 30, 2023 | -56.67% |
| Jan 31, 2023 | -47.88% |
| Oct 31, 2022 | -26.84% |
| Jul 31, 2022 | 56.62% |
| Apr 30, 2022 | 30.75% |
| Jan 31, 2022 | -18.41% |
| Oct 31, 2021 | -11.62% |
API Access
Hp Cash & Equivalents 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=cash-and-equivalents-growth-1y&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-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=cash-and-equivalents-growth-1y&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();