Prudential (PUK) FCF Payout Ratio (2009 - 2025)
Prudential's (PUK) quarterly FCF Payout Ratio came in at 0.1 in Q4 2025, down 31.9% year-over-year from 0.15 in Q4 2024, and down 31.9% quarter-over-quarter from 0.08 in Q4 2024.
Prudential (PUK) FCF Payout Ratio (2009 - 2025) Analysis & Trends
Prudential has disclosed FCF Payout Ratio across 15 years of filings, most recently posting 0.1 for Q4 2025.
- In Q4 2025, FCF Payout Ratio fell 31.9% year-over-year to 0.1; the TTM figure through Dec 2025 stood at 0.24 (down 58.17% YoY), while the FY2025 annual figure was 0.04, down 1552.36% from the prior year.
- FCF Payout Ratio came in at 0.1 for Q4 2025 at Prudential, down from 0.08 in the prior quarter.
- In the past five years, FCF Payout Ratio ranged from a high of 0.0 in Q4 2021 to a low of 0.1 in Q4 2025.
- Average FCF Payout Ratio over 3 years is 0.06, with a median of 0.08 recorded in 2024.
- Year-over-year, FCF Payout Ratio soared 75.06% in 2021 and tumbled 31.9% in 2025.
- Over 3 years, FCF Payout Ratio stood at 0.0 in 2021, then slumped by 3192.41% to 0.08 in 2024, then sank by 31.9% to 0.1 in 2025.
- Per Business Quant data, the three most recent FCF Payout Ratio figures were 0.1 in Q4 2025, 0.08 in Q4 2024, and 0.0 in Q4 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF 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 | 0.17 |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 0.00 |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | - |
| 5 | Bhp | 219.16 Bn | 200.62 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 | -0.10 |
| Dec 31, 2024 | -0.08 |
| Dec 31, 2021 | 0.00 |
| Dec 31, 2020 | -0.01 |
| Dec 31, 2019 | -0.53 |
| Dec 31, 2018 | -1.02 |
| Dec 31, 2017 | -0.63 |
| Dec 31, 2016 | -0.79 |
| Dec 31, 2015 | -0.41 |
| Dec 31, 2014 | -0.45 |
| Sep 19, 2014 | -0.96 |
| Dec 31, 2013 | -0.27 |
| Sep 16, 2013 | -0.40 |
| Dec 31, 2012 | -0.53 |
| Oct 22, 2012 | -0.67 |
| Dec 31, 2011 | -0.28 |
| Sep 30, 2011 | -0.20 |
| Dec 31, 2010 | -0.33 |
| Dec 31, 2009 | -0.21 |
Prudential FCF Payout 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=fcf-payout-ratio&ticker=PUK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-payout-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=fcf-payout-ratio&ticker=PUK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();