Unilever Plc (UNLYF) EBIT (2009 - 2025)
Unilever (UNLYF) posted EBIT of $788.1 million for Q4 2025, up 29.15% on a QoQ basis from $610.2 million in Q4 2024, and up 29.15% year-over-year from $610.2 million in Q4 2024.
Unilever Plc (UNLYF) EBIT (2009 - 2025) Analysis & Trends
Unilever has reported EBIT for 9 years, with the latest figure at $788.1 million in Q4 2025.
- On a quarterly basis, EBIT rose 29.15% year-over-year to $788.1 million in Q4 2025; TTM through Dec 2025 was $88.7 billion, a 35.57% decrease from a year earlier, with the FY2025 full-year figure at $10.2 billion, up 6.85% from the prior year.
- EBIT was $788.1 million for Q4 2025 at Unilever, up from $610.2 million in the prior quarter.
- The five-year high for EBIT was $788.1 million in Q4 2025, with the low at $610.2 million in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 788.06 Mn |
| Dec 31, 2024 | 610.17 Mn |
| Dec 31, 2015 | 44.01 Bn |
| Dec 31, 2014 | 43.31 Bn |
| Dec 31, 2013 | 49.78 Bn |
| Dec 31, 2012 | 48.44 Bn |
| Dec 31, 2011 | -264.15 Mn |
| Oct 21, 2011 | 4.69 Bn |
| Dec 31, 2010 | 4.16 Bn |
| Sep 30, 2010 | 2.34 Bn |
| Jun 30, 2010 | 2.08 Bn |
| Mar 31, 2010 | 1.99 Bn |
| Dec 31, 2009 | 3.77 Bn |
| Sep 30, 2009 | 2.14 Bn |
| Jun 30, 2009 | 1.80 Bn |
| Mar 31, 2009 | 1.61 Bn |
Unilever Plc EBIT 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=ebit&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();