Prudential (PUK) Dividend Coverage Ratio (2009 - 2025)
Prudential's (PUK) quarterly Dividend Coverage Ratio came in at 20.79 in Q4 2025, up 95.17% year-over-year from 10.65 in Q4 2024, and up 95.17% quarter-over-quarter from 430.5 in Q4 2024.
Prudential (PUK) Dividend Coverage Ratio (2009 - 2025) Analysis & Trends
Prudential has disclosed Dividend Coverage Ratio across 16 years of filings, most recently posting 20.79 for Q4 2025.
- In Q4 2025, Dividend Coverage Ratio rose 95.17% year-over-year to 20.79; the TTM figure through Dec 2025 stood at 7.51 (up 0.86% YoY), while the FY2025 annual figure was 43.71, up 84.7% from the prior year.
- Dividend Coverage Ratio came in at 20.79 for Q4 2025 at Prudential, up from 430.5 in the prior quarter.
- In the past five years, Dividend Coverage Ratio ranged from a high of 1.01 in Q3 2024 to a low of 430.5 in Q4 2024.
- Average Dividend Coverage Ratio over 4 years is 145.84, with a median of 20.79 recorded in 2025.
- Year-over-year, Dividend Coverage Ratio plunged 13126.43% in 2024 and surged 95.17% in 2025.
- Over 4 years, Dividend Coverage Ratio stood at 273.67 in 2021, then surged by 98.81% to 3.25 in 2023, then plunged by 13126.43% to 430.5 in 2024, then surged by 95.17% to 20.79 in 2025.
- Per Business Quant data, the three most recent Dividend Coverage Ratio figures were 20.79 in Q4 2025, 430.5 in Q4 2024, and 1.01 in Q3 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | - |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 4.82 |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 2,507.00 |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | - |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | -0.16 |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | - |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | - |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | - |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Prudential | 33.23 Bn | 27.24 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -20.79 |
| Dec 31, 2024 | -430.50 |
| Aug 28, 2024 | -1.01 |
| Dec 31, 2023 | -3.25 |
| Dec 31, 2021 | -273.67 |
| Dec 31, 2020 | -32.00 |
| Dec 31, 2019 | -1.80 |
| Dec 31, 2018 | -2.56 |
| Dec 31, 2017 | -3.43 |
| Dec 31, 2016 | -2.54 |
| Dec 31, 2015 | -3.53 |
| Dec 31, 2014 | -4.85 |
| Sep 19, 2014 | -2.33 |
| Dec 31, 2013 | -1.35 |
| Sep 16, 2013 | -0.95 |
| Dec 31, 2012 | -1.83 |
| Oct 22, 2012 | -21.12 |
| Dec 31, 2011 | -12.42 |
| Sep 30, 2011 | -19.36 |
| Dec 31, 2010 | -2.59 |
Prudential 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=PUK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-ratio", "ticker": "PUK", "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=PUK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();