Prudential (PUK) Income from Discontinued Operations (2009 - 2021)
Prudential's (PUK) quarterly Income from Discontinued Operations came in at -$10.9 billion in Q4 2021, down 397.32% year-over-year from $3.7 billion in Q4 2020, and down 397.32% quarter-over-quarter from $3.6 billion in Q4 2020.
Prudential (PUK) Income from Discontinued Operations (2009 - 2021) Analysis & Trends
Prudential has disclosed Income from Discontinued Operations across 5 years of filings, most recently posting -$10.9 billion for Q4 2021.
- In Q4 2021, Income from Discontinued Operations fell 397.32% year-over-year to -$10.9 billion; the TTM figure through Dec 2021 stood at $4.9 billion (down 68.77% YoY), while the FY2023 annual figure was $3.3 billion, changed N/A from the prior year.
- Income from Discontinued Operations came in at -$10.9 billion for Q4 2021 at Prudential, down from $3.6 billion in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $6.4 billion in Q4 2018 to a low of -$10.9 billion in Q4 2021.
- Average Income from Discontinued Operations over 4 years is $1.2 billion, with a median of $4.7 billion recorded in 2019.
- Year-over-year, Income from Discontinued Operations slipped 12.02% in 2019 and slumped 397.32% in 2021.
- Over 4 years, Income from Discontinued Operations stood at $6.4 billion in 2018, then fell by 12.02% to $5.7 billion in 2019, then tumbled by 35.65% to $3.6 billion in 2020, then plunged by 397.32% to -$10.9 billion in 2021.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were -$10.9 billion in Q4 2021, $3.6 billion in Q4 2020, and $5.7 billion in Q4 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 | -38.00 Mn |
| 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 |
|---|---|
| Dec 31, 2021 | -10.85 Bn |
| Dec 31, 2020 | 3.65 Bn |
| Dec 31, 2019 | 5.67 Bn |
| Dec 31, 2018 | 6.45 Bn |
| Dec 31, 2009 | -22.87 Mn |
Prudential Income 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=income-from-discontinued-operations&ticker=PUK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-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=income-from-discontinued-operations&ticker=PUK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();