Prudential (PUK) EBT (2009 - 2025)
Prudential's (PUK) quarterly EBT came in at $159.0 million in Q4 2025, down 96.16% year-over-year from $4.1 billion in Q4 2024, and down 96.16% quarter-over-quarter from $4.1 billion in Q4 2024.
Prudential (PUK) EBT (2009 - 2025) Analysis & Trends
Prudential has disclosed EBT across 16 years of filings, most recently posting $159.0 million for Q4 2025.
- In Q4 2025, EBT fell 96.16% year-over-year to $159.0 million; the TTM figure through Dec 2025 stood at $5.4 billion (down 6.86% YoY), while the FY2025 annual figure was $5.1 billion, up 9941.18% from the prior year.
- EBT came in at $159.0 million for Q4 2025 at Prudential, down from $4.1 billion in the prior quarter.
- In the past five years, EBT ranged from a high of $4.1 billion in Q4 2024 to a low of $159.0 million in Q4 2025.
- Average EBT over 5 years is $1.8 billion, with a median of $555.0 million recorded in 2023.
- Year-over-year, EBT jumped 646.31% in 2024 and slumped 96.16% in 2025.
- Over 5 years, EBT stood at $3.2 billion in 2021, then climbed by 4.39% 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 96.16% to $159.0 million in 2025.
- Per Business Quant data, the three most recent EBT figures were $159.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) | EBT (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.80 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 2.80 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 8.03 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 | 698.60 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Prudential | 33.23 Bn | 27.24 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 159.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 | 3.23 Bn |
| Dec 31, 2020 | 534.00 Mn |
| Dec 31, 2019 | -127.00 Mn |
| Dec 31, 2017 | 566.91 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 |
| Sep 30, 2011 | 2.12 Bn |
Prudential EBT 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=ebt&ticker=PUK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=PUK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();