Unilever Plc (UNLYF) EBT (2009 - 2025)
Unilever (UNLYF) posted EBT 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) EBT (2009 - 2025) Analysis & Trends
Unilever has reported EBT for 9 years, with the latest figure at $788.1 million in Q4 2025.
- On a quarterly basis, EBT rose 29.15% year-over-year to $788.1 million in Q4 2025; TTM through Dec 2025 was $89.9 billion, a 39.64% decrease from a year earlier, with the FY2025 full-year figure at $9.8 billion, up 8.4% from the prior year.
- EBT was $788.1 million for Q4 2025 at Unilever, up from $610.2 million in the prior quarter.
- The five-year high for EBT 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.55 Bn |
| Dec 31, 2014 | 43.91 Bn |
| Dec 31, 2013 | 59.80 Bn |
| Dec 31, 2012 | 57.90 Bn |
| Dec 31, 2011 | -531.00 Mn |
| Oct 21, 2011 | 4.58 Bn |
| Dec 31, 2010 | 4.04 Bn |
| Sep 30, 2010 | 2.26 Bn |
| Jun 30, 2010 | 2.02 Bn |
| Mar 31, 2010 | 1.92 Bn |
| Dec 31, 2009 | 3.38 Bn |
| Sep 30, 2009 | 2.03 Bn |
| Jun 30, 2009 | 1.64 Bn |
| Mar 31, 2009 | 1.43 Bn |
Unilever Plc EBT 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=ebt&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();