Prudential (PUK) Liabilities from Discontinued Operations (2009 - 2025)
Prudential's (PUK) quarterly Liabilities from Discontinued Operations came in at $275.0 million in Q2 2025, up 12.7% quarter-over-quarter from $244.0 million in Q4 2024.
Prudential (PUK) Liabilities from Discontinued Operations (2009 - 2025) Analysis & Trends
Prudential has disclosed Liabilities from Discontinued Operations across 10 years of filings, most recently posting $275.0 million for Q2 2025.
- In Q2 2025, Liabilities from Discontinued Operations changed N/A year-over-year to $275.0 million; the TTM figure through Jun 2025 stood at $275.0 million (changed N/A YoY), while the FY2024 annual figure was $244.0 million, changed N/A from the prior year.
- Liabilities from Discontinued Operations came in at $275.0 million for Q2 2025 at Prudential, up from $244.0 million in the prior quarter.
- In the past five years, Liabilities from Discontinued Operations ranged from a high of $332.8 billion in Q2 2021 to a low of $244.0 million in Q4 2024.
- Average Liabilities from Discontinued Operations over 3 years is $111.1 billion, with a median of $275.0 million recorded in 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn |
| 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 |
|---|---|
| Jun 30, 2025 | 275.00 Mn |
| Dec 31, 2024 | 244.00 Mn |
| Jun 30, 2021 | 332.76 Bn |
| Dec 31, 2019 | 3.40 Mn |
| Jun 30, 2019 | 13.07 Bn |
| Dec 31, 2018 | 13.60 Bn |
| Jun 30, 2018 | 16.32 Bn |
| Dec 31, 2017 | 196.49 Mn |
| Jun 30, 2017 | 189.12 Mn |
| Dec 31, 2016 | 665.12 Mn |
| Dec 31, 2014 | 1.22 Bn |
| Jun 30, 2014 | 1.39 Bn |
| Dec 31, 2013 | 1.41 Bn |
| Sep 16, 2013 | 972.43 Mn |
| Jun 30, 2013 | 1.58 Bn |
| Nov 30, 2009 | 58.00 Mn |
Prudential Liabilities from Discontinued Operations 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=liabilities-from-discontinued-operations&ticker=PUK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "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=liabilities-from-discontinued-operations&ticker=PUK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();