Prudential (PUK) Consolidated Net Income (2009 - 2025)
Prudential's (PUK) quarterly Consolidated Net Income came in at $195.0 million in Q4 2025, down 95.29% year-over-year from $4.1 billion in Q4 2024, and down 95.29% quarter-over-quarter from $4.1 billion in Q4 2024.
Prudential (PUK) Consolidated Net Income (2009 - 2025) Analysis & Trends
Prudential has disclosed Consolidated Net Income across 17 years of filings, most recently posting $195.0 million for Q4 2025.
- In Q4 2025, Consolidated Net Income fell 95.29% year-over-year to $195.0 million; the TTM figure through Dec 2025 stood at $5.4 billion (down 6.24% YoY), while the FY2025 annual figure was $4.1 billion, up 632.86% from the prior year.
- Consolidated Net Income came in at $195.0 million for Q4 2025 at Prudential, down from $4.1 billion in the prior quarter.
- In the past five years, Consolidated Net Income ranged from a high of $4.1 billion in Q4 2024 to a low of -$7.6 billion in Q4 2021.
- Average Consolidated Net Income over 5 years is $243.7 million, with a median of $554.0 million recorded in 2023.
- Year-over-year, Consolidated Net Income slumped 648.92% in 2021 and jumped 646.31% in 2024.
- Over 5 years, Consolidated Net Income stood at -$7.6 billion in 2021, then soared by 144.3% to $3.4 billion in 2022, then plunged by 83.56% to $555.0 million in 2023, then jumped by 646.31% to $4.1 billion in 2024, then tumbled by 95.29% to $195.0 million in 2025.
- Per Business Quant data, the three most recent Consolidated Net Income figures were $195.0 million in Q4 2025, $4.1 billion in Q4 2024, and $504.0 million in Q3 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Consol Net Inc. (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 | 2.36 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 3.09 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 | 195.00 Mn |
| Dec 31, 2024 | 4.14 Bn |
| Aug 28, 2024 | 504.00 Mn |
| Dec 31, 2023 | 555.00 Mn |
| Aug 30, 2023 | 554.00 Mn |
| Dec 31, 2022 | 3.38 Bn |
| Dec 31, 2021 | -7.62 Bn |
| Dec 31, 2020 | 1.39 Bn |
| Dec 31, 2019 | 2.48 Bn |
| Dec 31, 2018 | 438.79 Mn |
| Dec 31, 2017 | 49.12 Mn |
| Dec 31, 2016 | -1.21 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 | 709.79 Mn |
| Oct 22, 2012 | 699.78 Mn |
| Dec 31, 2011 | 5.87 Bn |
Prudential Consolidated Net Income 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=consolidated-net-income&ticker=PUK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-income", "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=consolidated-net-income&ticker=PUK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();