Prudential (PUK) Income from Non-Controlling Interests (2009 - 2025)
Prudential's (PUK) quarterly Income from Non-Controlling Interests came in at -$61.0 million in Q4 2025, up 28.24% year-over-year from -$47.6 million in Q4 2024, and up 28.24% quarter-over-quarter from -$85.0 million in Q4 2024.
Prudential (PUK) Income from Non-Controlling Interests (2009 - 2025) Analysis & Trends
Prudential has disclosed Income from Non-Controlling Interests across 17 years of filings, most recently posting -$61.0 million for Q4 2025.
- In Q4 2025, Income from Non-Controlling Interests rose 28.24% year-over-year to -$61.0 million; the TTM figure through Dec 2025 stood at -$577.0 million (up 21.71% YoY), while the FY2025 annual figure was $141.0 million, up 8.46% from the prior year.
- Income from Non-Controlling Interests came in at -$61.0 million for Q4 2025 at Prudential, up from -$85.0 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of -$61.0 million in Q4 2025 to a low of -$723.0 million in Q4 2021.
- Average Income from Non-Controlling Interests over 5 years is -$291.7 million, with a median of -$221.0 million recorded in 2023.
- Year-over-year, Income from Non-Controlling Interests tumbled 3386.36% in 2021 and jumped 62.72% in 2024.
- Over 5 years, Income from Non-Controlling Interests stood at -$723.0 million in 2021, then climbed by 27.94% to -$521.0 million in 2022, then surged by 56.24% to -$228.0 million in 2023, then soared by 62.72% to -$85.0 million in 2024, then rose by 28.24% to -$61.0 million in 2025.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were -$61.0 million in Q4 2025, -$85.0 million in Q4 2024, and -$203.0 million in Q3 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (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 | -13.00 Mn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 1.00 Mn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 193.00 Mn |
| 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 | 627,675.40 |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Prudential | 33.23 Bn | 27.24 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -61.00 Mn |
| Dec 31, 2024 | -85.00 Mn |
| Aug 28, 2024 | -203.00 Mn |
| Dec 31, 2023 | -228.00 Mn |
| Aug 30, 2023 | -221.00 Mn |
| Dec 31, 2022 | -521.00 Mn |
| Dec 31, 2021 | -723.00 Mn |
| Dec 31, 2020 | 22.00 Mn |
| Dec 31, 2019 | -473.00 Mn |
| Dec 31, 2018 | 19.00 Mn |
| Dec 31, 2017 | -505.84 Mn |
| Dec 31, 2016 | -870.26 Mn |
| Dec 31, 2015 | -1.02 Bn |
| Dec 31, 2014 | 3.19 Bn |
| Sep 19, 2014 | -511.76 Mn |
| Dec 31, 2013 | -903.44 Mn |
| Sep 16, 2013 | -414.78 Mn |
| Dec 31, 2012 | -799.72 Mn |
| Oct 22, 2012 | -403.72 Mn |
| Dec 31, 2011 | -397.61 Mn |
Prudential Income from Non-Controlling Interests 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-non-controlling-interests&ticker=PUK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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-non-controlling-interests&ticker=PUK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();