Unilever Plc (UNLYF) Net Income (2009 - 2025)
Unilever (UNLYF) posted Net Income of $1.0 billion for Q4 2025, down 23.83% on a QoQ basis from $1.3 billion in Q4 2024, and down 23.83% year-over-year from $1.3 billion in Q4 2024.
Unilever Plc (UNLYF) Net Income (2009 - 2025) Analysis & Trends
Unilever has reported Net Income for 9 years, with the latest figure at $1.0 billion in Q4 2025.
- On a quarterly basis, Net Income fell 23.83% year-over-year to $1.0 billion in Q4 2025; TTM through Dec 2025 was $95.6 billion, a 39.07% decrease from a year earlier, with the FY2025 full-year figure at $16.9 billion, up 41.65% from the prior year.
- Net Income was $1.0 billion for Q4 2025 at Unilever, down from $1.3 billion in the prior quarter.
- The five-year high for Net Income was $1.3 billion in Q4 2024, with the low at $1.0 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.01 Bn |
| Dec 31, 2024 | 1.32 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 | 1.59 Bn |
| Oct 21, 2011 | 5.75 Bn |
| Dec 31, 2010 | 6.12 Bn |
| Sep 30, 2010 | 2.24 Bn |
| Jun 30, 2010 | 3.11 Bn |
| Mar 31, 2010 | 2.39 Bn |
| Dec 31, 2009 | 5.24 Bn |
| Sep 30, 2009 | 2.46 Bn |
| Jun 30, 2009 | 2.14 Bn |
| Mar 31, 2009 | 1.80 Bn |
Unilever Plc Net Income 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&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();