Prudential (PUK) FCF Margin (2015 - 2025)
Prudential's (PUK) quarterly FCF Margin came in at 24.95% in Q4 2025, down 87.52% quarter-over-quarter from 199.88% in Q4 2020.
Analysis
Prudential (PUK) FCF Margin (2015 - 2025) Analysis & Trends
Prudential has disclosed FCF Margin across 6 years of filings, most recently posting 24.95% for Q4 2025.
- In Q4 2025, FCF Margin changed N/A year-over-year to 24.95%; the TTM figure through Dec 2025 stood at 15.58% (changed N/A YoY), while the FY2025 annual figure was 22.23%, down 1232.0% from the prior year.
- FCF Margin came in at 24.95% for Q4 2025 at Prudential, down from 199.88% in the prior quarter.
- In the past five years, FCF Margin ranged from a high of 24.95% in Q4 2025 to a low of 24.95% in Q4 2025.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (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 | 21.90% |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 23.58% |
| 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 | 28.00% |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Prudential | 33.23 Bn | 27.24 Bn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 24.95% |
| Dec 31, 2020 | 199.88% |
| Dec 31, 2019 | 15,992.31% |
| Dec 31, 2017 | 11.94% |
| Dec 31, 2016 | 10.73% |
| Dec 31, 2015 | 13.85% |
API Access
Prudential FCF Margin 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-margin&ticker=PUK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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-margin&ticker=PUK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();