Prudential (PUK) Profit After Tax (2009 - 2025)
Prudential's (PUK) quarterly Profit After Tax came in at $2.7 billion in Q4 2025, down 23.21% year-over-year from $3.6 billion in Q4 2024, and up 101.55% quarter-over-quarter from $1.4 billion in Q2 2025.
Prudential (PUK) Profit After Tax (2009 - 2025) Analysis & Trends
Prudential has disclosed Profit After Tax across 17 years of filings, most recently posting $2.7 billion for Q4 2025.
- In Q4 2025, Profit After Tax fell 23.21% year-over-year to $2.7 billion; the TTM figure through Dec 2025 stood at $7.8 billion (down 27.66% YoY), while the FY2025 annual figure was $4.1 billion, up 70.56% from the prior year.
- Profit After Tax came in at $2.7 billion for Q4 2025 at Prudential, up from $1.4 billion in the prior quarter.
- In the past five years, Profit After Tax ranged from a high of $4.4 billion in Q4 2023 to a low of -$7.6 billion in Q4 2021.
- Average Profit After Tax over 5 years is $469.9 million, with a median of $2.0 billion recorded in 2023.
- Year-over-year, Profit After Tax slumped 950.34% in 2021 and soared 224.19% in 2023.
- Over 5 years, Profit After Tax stood at -$7.6 billion in 2021, then soared by 53.11% to -$3.6 billion in 2022, then soared by 224.19% to $4.4 billion in 2023, then dropped by 19.57% to $3.6 billion in 2024, then slipped by 23.21% to $2.7 billion in 2025.
- Per Business Quant data, the three most recent Profit After Tax figures were $2.7 billion in Q4 2025, $1.4 billion in Q2 2025, and $3.6 billion in Q4 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | 3.31 Bn |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 2.40 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 2.51 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 6.02 Bn |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | -1.07 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 | 537.92 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Prudential | 33.23 Bn | 27.24 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.74 Bn |
| Jun 30, 2025 | 1.36 Bn |
| Dec 31, 2024 | 3.57 Bn |
| Aug 28, 2024 | 182.00 Mn |
| Dec 31, 2023 | 4.44 Bn |
| Aug 30, 2023 | 2.66 Bn |
| Dec 31, 2022 | -3.57 Bn |
| Dec 31, 2021 | -7.62 Bn |
| Dec 31, 2020 | -725.00 Mn |
| Dec 31, 2019 | 6.35 Bn |
| Dec 31, 2018 | 21.76 Bn |
| Dec 31, 2017 | 4.38 Bn |
| Dec 31, 2016 | 2.46 Bn |
| Dec 31, 2015 | 2.90 Bn |
| Dec 31, 2014 | 2.91 Bn |
| Sep 19, 2014 | 1.15 Bn |
| Dec 31, 2013 | 942.30 Mn |
| Sep 16, 2013 | 894.08 Mn |
| Dec 31, 2012 | 6.12 Bn |
| Oct 22, 2012 | 1.51 Bn |
Prudential Profit After Tax 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=profit-after-tax&ticker=PUK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=PUK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();