Unilever Plc (UNLYF) Income from Non-Controlling Interests (2009 - 2025)
Unilever (UNLYF) posted Income from Non-Controlling Interests of $12.8 million for Q4 2025, down 25.11% on a QoQ basis from $17.1 million in Q4 2024, and down 25.11% year-over-year from $17.1 million in Q4 2024.
Unilever Plc (UNLYF) Income from Non-Controlling Interests (2009 - 2025) Analysis & Trends
Unilever has reported Income from Non-Controlling Interests for 5 years, with the latest figure at $12.8 million in Q4 2025.
- On a quarterly basis, Income from Non-Controlling Interests fell 25.11% year-over-year to $12.8 million in Q4 2025; TTM through Dec 2025 was $312.8 million, a 71.7% decrease from a year earlier, with the FY2025 full-year figure at $599.9 million, down 8.98% from the prior year.
- Income from Non-Controlling Interests was $12.8 million for Q4 2025 at Unilever, down from $17.1 million in the prior quarter.
- The five-year high for Income from Non-Controlling Interests was $17.1 million in Q4 2024, with the low at $12.8 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 12.80 Mn |
| Dec 31, 2024 | 17.10 Mn |
| Dec 31, 2011 | 41.78 Mn |
| Oct 21, 2011 | 241.09 Mn |
| Dec 31, 2010 | 805.28 Mn |
| Sep 30, 2010 | 120.09 Mn |
| Jun 30, 2010 | 117.29 Mn |
| Mar 31, 2010 | 113.55 Mn |
| Dec 31, 2009 | 217.08 Mn |
| Sep 30, 2009 | 95.82 Mn |
| Jun 30, 2009 | 102.12 Mn |
| Mar 31, 2009 | 94.16 Mn |
Unilever Plc 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=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "UNLYF", "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=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();