Hp (HPQ) Cash & Equivalents Growth (3y) (2012 - 2026)
Analysis
Hp (HPQ) Cash & Equivalents Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | 34.38% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 34.38% |
| Apr 30, 2026 | 24.05% |
| Jan 31, 2026 | 21.26% |
| Oct 31, 2025 | 5.61% |
| Jul 31, 2025 | -18.89% |
| Apr 30, 2025 | -15.20% |
| Jan 31, 2025 | -5.17% |
| Oct 31, 2024 | -8.87% |
| Jul 31, 2024 | -5.76% |
| Apr 30, 2024 | -9.75% |
| Jan 31, 2024 | -16.56% |
| Oct 31, 2023 | -12.74% |
| Jul 31, 2023 | -28.39% |
| Apr 30, 2023 | -21.78% |
| Jan 31, 2023 | -25.07% |
| Oct 31, 2022 | -11.50% |
| Jul 31, 2022 | 3.07% |
| Apr 30, 2022 | 7.98% |
| Jan 31, 2022 | 0.27% |
| Oct 31, 2021 | -5.94% |
API Access
Hp Cash & Equivalents 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=cash-and-equivalents-growth-3y&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-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=cash-and-equivalents-growth-3y&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();