Unilever Plc (UNLYF) Income from Continuing Operations (2009 - 2025)
Unilever (UNLYF) posted Income from Continuing Operations of $1.0 billion for Q4 2025, up 27.51% on a QoQ basis from $789.7 million in Q4 2024, and up 27.51% year-over-year from $789.7 million in Q4 2024.
Unilever Plc (UNLYF) Income from Continuing Operations (2009 - 2025) Analysis & Trends
Unilever has reported Income from Continuing Operations for 9 years, with the latest figure at $1.0 billion in Q4 2025.
- On a quarterly basis, Income from Continuing Operations rose 27.51% year-over-year to $1.0 billion in Q4 2025; TTM through Dec 2025 was $95.1 billion, a 39.21% decrease from a year earlier, with the FY2025 full-year figure at $12.6 billion, up 8.98% from the prior year.
- Income from Continuing Operations was $1.0 billion for Q4 2025 at Unilever, up from $789.7 million in the prior quarter.
- The five-year high for Income from Continuing Operations was $1.0 billion in Q4 2025, with the low at $789.7 million in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.01 Bn |
| Dec 31, 2024 | 789.69 Mn |
| 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 Income from Continuing 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-continuing-operations&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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-continuing-operations&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();