Hp (HPQ) Dividends Paid - Common Growth (3y) (2012 - 2026)
Analysis
Hp (HPQ) Dividends Paid - Common Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Paid (Common) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | 1.89% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 1.89% |
| Apr 30, 2026 | 1.89% |
| Jan 31, 2026 | 2.26% |
| Oct 31, 2025 | 2.74% |
| Jul 31, 2025 | 2.17% |
| Apr 30, 2025 | 1.38% |
| Jan 31, 2025 | 0.25% |
| Oct 31, 2024 | 6.29% |
| Jul 31, 2024 | 5.23% |
| Apr 30, 2024 | 4.02% |
| Jan 31, 2024 | 3.23% |
| Oct 31, 2023 | 2.99% |
| Jul 31, 2023 | 1.05% |
| Apr 30, 2023 | 0.92% |
| Jan 31, 2023 | 0.39% |
| Oct 31, 2022 | 1.80% |
| Jul 31, 2022 | 2.04% |
| Apr 30, 2022 | 2.26% |
| Jan 31, 2022 | 2.86% |
| Oct 31, 2021 | 0.00% |
API Access
Hp Dividends Paid - Common 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=dividends-paid-common-growth-3y&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-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=dividends-paid-common-growth-3y&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();