Hp (HPQ) Dividend Coverage Ratio (2009 - 2026)
Hp's (HPQ) quarterly Dividend Coverage Ratio came in at 2.41 in Q3 2026, down 14.0% year-over-year from 2.81 in Q3 2025, and up 46.89% quarter-over-quarter from 1.64 in Q2 2026.
Hp (HPQ) Dividend Coverage Ratio (2009 - 2026) Analysis & Trends
Hp (HPQ) has reported Dividend Coverage Ratio for 18 consecutive years, with 2.41 the latest figure, recorded in Q3 2026.
- On a quarterly basis, Dividend Coverage Ratio fell 14.0% year-over-year to 2.41 in Q3 2026; TTM through Jul 2026 was 2.24, a 8.35% decrease from a year earlier, with the FY2025 full-year figure at 2.32, down 9.95% from the prior year.
- Dividend Coverage Ratio was 2.41 for Q3 2026 at Hp, up from 1.64 in the prior quarter.
- Over five years, Dividend Coverage Ratio peaked at 4.4 in Q3 2022 and troughed at 0.09 in Q4 2022.
- A 5-year average of 2.64 and a median of 2.41 in 2026 frame the typical range for Dividend Coverage Ratio.
- Across the five-year window, Dividend Coverage Ratio sank 100.64% in 2022 and surged 4155.62% in 2023, its largest moves.
- Over 5 years, Dividend Coverage Ratio stood at 0.09 in 2022, then surged by 4155.62% to 3.75 in 2023, then slipped by 8.04% to 3.44 in 2024, then fell by 14.53% to 2.94 in 2025, then declined by 18.07% to 2.41 in 2026.
- The last three Dividend Coverage Ratio figures came in at 2.41 (Q3 2026), 1.64 (Q2 2026), and 1.97 (Q1 2026), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | 2.41 |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 2.41 |
| Apr 30, 2026 | 1.64 |
| Jan 31, 2026 | 1.97 |
| Oct 31, 2025 | 2.94 |
| Jul 31, 2025 | 2.81 |
| Apr 30, 2025 | 1.49 |
| Jan 31, 2025 | 2.07 |
| Oct 31, 2024 | 3.44 |
| Jul 31, 2024 | 2.39 |
| Apr 30, 2024 | 2.26 |
| Jan 31, 2024 | 2.26 |
| Oct 31, 2023 | 3.75 |
| Jul 31, 2023 | 2.96 |
| Apr 30, 2023 | 4.07 |
| Jan 31, 2023 | 1.81 |
| Oct 31, 2022 | -0.09 |
| Jul 31, 2022 | 4.40 |
| Apr 30, 2022 | 3.74 |
| Jan 31, 2022 | 3.88 |
| Oct 31, 2021 | 14.32 |
Hp Dividend Coverage Ratio 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=dividend-coverage-ratio&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-ratio", "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=dividend-coverage-ratio&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();