Hp Inc has paid 93 recorded cash distributions, spanning 2003 to 2026.
The highest single cash dividend paid by Hp Inc is $0.30. The latest distribution of $0.30 was recorded on Oct 7, 2026.
The most recently recorded trailing dividend yield for Hp Inc stands at 352.10%, peaking at 744.84% on Feb 11, 2016, and averaging — across the selected range.
View 93 recorded historical distributions for Hp Inc, covering a time period spanning from 2003 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 9, 2026 | $0.30 | Cash | Oct 7, 2026 |
| 2 | Jun 10, 2026 | $0.30 | Cash | Jul 1, 2026 |
| 3 | Mar 11, 2026 | $0.30 | Cash | Apr 1, 2026 |
| 4 | Dec 11, 2025 | $0.30 | Cash | Jan 2, 2026 |
| 5 | Sep 10, 2025 | $0.29 | Cash | Oct 1, 2025 |
| 6 | Jun 11, 2025 | $0.29 | Cash | Jul 2, 2025 |
| 7 | Mar 12, 2025 | $0.29 | Cash | Apr 2, 2025 |
| 8 | Dec 11, 2024 | $0.29 | Cash | Jan 2, 2025 |
| 9 | Sep 11, 2024 | $0.28 | Cash | Oct 2, 2024 |
| 10 | Jun 12, 2024 | $0.28 | Cash | Jul 3, 2024 |
| 11 | Mar 12, 2024 | $0.28 | Cash | Apr 3, 2024 |
| 12 | Dec 12, 2023 | $0.28 | Cash | Jan 3, 2024 |
| 13 | Sep 12, 2023 | $0.26 | Cash | Oct 4, 2023 |
| 14 | Jun 13, 2023 | $0.26 | Cash | Jul 5, 2023 |
| 15 | Mar 7, 2023 | $0.26 | Cash | Apr 5, 2023 |
| 16 | Dec 13, 2022 | $0.26 | Cash | Jan 4, 2023 |
| 17 | Sep 13, 2022 | $0.25 | Cash | Oct 5, 2022 |
| 18 | Jun 7, 2022 | $0.25 | Cash | Jul 6, 2022 |
| 19 | Mar 8, 2022 | $0.25 | Cash | Apr 6, 2022 |
| 20 | Dec 7, 2021 | $0.25 | Cash | Jan 5, 2022 |
Pull Hp Inc's full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=HPQ&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "HPQ", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=HPQ&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();