Prudential (PUK) Dividends Paid - Common (2009 - 2025)
Prudential's (PUK) quarterly Dividends Paid - Common came in at -$91.0 million in Q4 2025, down 1037.5% year-over-year from $9.7 million in Q4 2024, and up 78.84% quarter-over-quarter from -$430.0 million in Q2 2025.
Prudential (PUK) Dividends Paid - Common (2009 - 2025) Analysis & Trends
Prudential has disclosed Dividends Paid - Common across 16 years of filings, most recently posting -$91.0 million for Q4 2025.
- In Q4 2025, Dividends Paid - Common fell 1037.5% year-over-year to -$91.0 million; the TTM figure through Dec 2025 stood at -$919.0 million (down 20.6% YoY), while the FY2025 annual figure was -$91.0 million, down 1037.5% from the prior year.
- Dividends Paid - Common came in at -$91.0 million for Q4 2025 at Prudential, up from -$430.0 million in the prior quarter.
- In the past five years, Dividends Paid - Common ranged from a high of -$3.0 million in Q4 2021 to a low of -$430.0 million in Q2 2025.
- Average Dividends Paid - Common over 4 years is -$213.8 million, with a median of -$226.0 million recorded in 2023.
- Year-over-year, Dividends Paid - Common soared 97.78% in 2024 and plunged 1037.5% in 2025.
- Over 4 years, Dividends Paid - Common stood at -$3.0 million in 2021, then tumbled by 11933.33% to -$361.0 million in 2023, then soared by 97.78% to -$8.0 million in 2024, then sank by 1037.5% to -$91.0 million in 2025.
- Per Business Quant data, the three most recent Dividends Paid - Common figures were -$91.0 million in Q4 2025, -$430.0 million in Q2 2025, and -$8.0 million in Q4 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Dividends Paid - Common (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 | 492.00 Mn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | -1.00 Mn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | - |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | -6.76 Bn |
| 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 | -91.00 Mn |
| Jun 30, 2025 | -430.00 Mn |
| Dec 31, 2024 | -8.00 Mn |
| Aug 28, 2024 | -390.00 Mn |
| Dec 31, 2023 | -361.00 Mn |
| Dec 31, 2021 | -3.00 Mn |
| Dec 31, 2020 | -16.00 Mn |
| Dec 31, 2019 | -1.11 Bn |
| Dec 31, 2018 | -1.66 Bn |
| Dec 31, 2017 | -1.54 Bn |
| Dec 31, 2016 | -1.58 Bn |
| Dec 31, 2015 | -1.48 Bn |
| Dec 31, 2014 | -1.42 Bn |
| Sep 19, 2014 | -1.02 Bn |
| Dec 31, 2013 | -861.35 Mn |
| Sep 16, 2013 | -817.27 Mn |
| Dec 31, 2012 | -1.05 Bn |
| Oct 22, 2012 | -696.61 Mn |
| Dec 31, 2011 | -1.01 Bn |
| Sep 30, 2011 | -711.39 Mn |
Prudential Dividends Paid - Common 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&ticker=PUK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common", "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=dividends-paid-common&ticker=PUK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();