Hp (HPQ) Dividends Paid - Common Growth (1y) (2010 - 2026)
Analysis
Hp (HPQ) Dividends Paid - Common Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Paid (Common) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | 0.74% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 0.74% |
| Apr 30, 2026 | 0.37% |
| Jan 31, 2026 | 1.47% |
| Oct 31, 2025 | 2.66% |
| Jul 31, 2025 | 1.49% |
| Apr 30, 2025 | 1.49% |
| Jan 31, 2025 | -0.73% |
| Oct 31, 2024 | 1.15% |
| Jul 31, 2024 | 3.47% |
| Apr 30, 2024 | 3.86% |
| Jan 31, 2024 | 6.18% |
| Oct 31, 2023 | 4.42% |
| Jul 31, 2023 | 1.57% |
| Apr 30, 2023 | -1.15% |
| Jan 31, 2023 | -4.43% |
| Oct 31, 2022 | 13.70% |
| Jul 31, 2022 | 10.87% |
| Apr 30, 2022 | 9.62% |
| Jan 31, 2022 | 8.40% |
| Oct 31, 2021 | -7.98% |
API Access
Hp Dividends Paid - Common 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=dividends-paid-common-growth-1y&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-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=dividends-paid-common-growth-1y&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();