Unilever Plc (UNLYF) EBT Margin (2009 - 2025)
Unilever (UNLYF) posted EBT Margin of 8.8% for Q4 2025, up 27.67% on a QoQ basis from 6.89% in Q4 2024, and up 191.0% year-over-year from 3.02% in Q4 2024.
Unilever Plc (UNLYF) EBT Margin (2009 - 2025) Analysis & Trends
Unilever has reported EBT Margin for 5 years, with the latest figure at 8.8% in Q4 2025.
- On a quarterly basis, EBT Margin rose 191.0% year-over-year to 8.8% in Q4 2025; TTM through Dec 2025 was 180.52%, a 6682.0% decrease from a year earlier, with the FY2025 full-year figure at 17.21%, up 126.0% from the prior year.
- EBT Margin was 8.8% for Q4 2025 at Unilever, up from 6.89% in the prior quarter.
- The five-year high for EBT Margin was 8.8% in Q4 2025, with the low at 6.89% in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 8.80% |
| Dec 31, 2024 | 6.89% |
| Dec 31, 2015 | -288.13% |
| Dec 31, 2010 | 27.51% |
| Sep 30, 2010 | 15.18% |
| Jun 30, 2010 | 13.50% |
| Mar 31, 2010 | 13.70% |
| Dec 31, 2009 | 11.48% |
| Sep 30, 2009 | 13.91% |
| Jun 30, 2009 | 11.49% |
| Mar 31, 2009 | 11.47% |
Unilever Plc EBT Margin 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-margin&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "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-margin&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();