Unilever Plc (UNLYF) Net Income towards Common Stockholders (2009 - 2025)
Unilever (UNLYF) posted Net Income towards Common Stockholders of $4.4 billion for Q4 2025, up 1213.78% on a QoQ basis from $335.5 million in Q4 2024, and up 1213.78% year-over-year from $335.5 million in Q4 2024.
Unilever Plc (UNLYF) Net Income towards Common Stockholders (2009 - 2025) Analysis & Trends
Unilever has reported Net Income towards Common Stockholders for 13 years, with the latest figure at $4.4 billion in Q4 2025.
- On a quarterly basis, Net Income towards Common Stockholders rose 1213.78% year-over-year to $4.4 billion in Q4 2025; TTM through Dec 2025 was $8.7 billion, a 8.89% increase from a year earlier, with the FY2025 full-year figure at $10.7 billion, up 72.08% from the prior year.
- Net Income towards Common Stockholders was $4.4 billion for Q4 2025 at Unilever, up from $335.5 million in the prior quarter.
- The five-year high for Net Income towards Common Stockholders was $4.4 billion in Q4 2025, with the low at $335.5 million in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 4.41 Bn |
| Dec 31, 2024 | 335.54 Mn |
| Dec 31, 2020 | 4.24 Bn |
| Jun 30, 2020 | -302.90 Mn |
| Dec 31, 2019 | 3.70 Bn |
| Dec 31, 2017 | 3.77 Bn |
| Dec 31, 2016 | 3.04 Bn |
| Dec 31, 2015 | 46.70 Bn |
| Dec 31, 2014 | 46.57 Bn |
| Dec 31, 2013 | 62.32 Bn |
| Dec 31, 2012 | 60.10 Bn |
| Dec 31, 2011 | 5.55 Bn |
| Oct 21, 2011 | 3.17 Bn |
| Dec 31, 2010 | 19.67 Bn |
| Sep 30, 2010 | 9.26 Bn |
| Jun 30, 2010 | -6.19 Bn |
| Mar 31, 2010 | 1.35 Bn |
| Dec 31, 2009 | 2.20 Bn |
| Sep 30, 2009 | 1.50 Bn |
| Jun 30, 2009 | 1.03 Bn |
Unilever Plc Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();