Hp (HPQ) Cash & Equivalents Growth (5y) (2014 - 2026)
Analysis
Hp (HPQ) Cash & Equivalents 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 | 3.92% |
| Apr 30, 2026 | 1.58% |
| Jan 31, 2026 | -5.39% |
| Oct 31, 2025 | -5.30% |
| Jul 31, 2025 | -9.29% |
| Apr 30, 2025 | -7.60% |
| Jan 31, 2025 | -7.20% |
| Oct 31, 2024 | -6.44% |
| Jul 31, 2024 | -10.17% |
| Apr 30, 2024 | -6.68% |
| Jan 31, 2024 | -6.41% |
| Oct 31, 2023 | -8.95% |
| Jul 31, 2023 | -22.63% |
| Apr 30, 2023 | -14.50% |
| Jan 31, 2023 | -20.22% |
| Oct 31, 2022 | -14.78% |
| Jul 31, 2022 | -5.02% |
| Apr 30, 2022 | -6.37% |
| Jan 31, 2022 | -11.72% |
| Oct 31, 2021 | -7.32% |
API Access
Hp Cash & Equivalents 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=cash-and-equivalents-growth-5y&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-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=cash-and-equivalents-growth-5y&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();