Unilever Plc (UNLYF) EBITDA Margin (2009 - 2025)
Unilever (UNLYF) posted EBITDA 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) EBITDA Margin (2009 - 2025) Analysis & Trends
Unilever has reported EBITDA Margin for 5 years, with the latest figure at 8.8% in Q4 2025.
- On a quarterly basis, EBITDA Margin rose 191.0% year-over-year to 8.8% in Q4 2025; TTM through Dec 2025 was 173.44%, a 4917.0% decrease from a year earlier, with the FY2025 full-year figure at 17.89%, up 107.0% from the prior year.
- EBITDA Margin was 8.8% for Q4 2025 at Unilever, up from 6.89% in the prior quarter.
- The five-year high for EBITDA 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 | -276.86% |
| Dec 31, 2010 | 28.34% |
| Sep 30, 2010 | 15.69% |
| Jun 30, 2010 | 13.85% |
| Mar 31, 2010 | 14.18% |
| Dec 31, 2009 | 12.79% |
| Sep 30, 2009 | 14.65% |
| Jun 30, 2009 | 12.62% |
| Mar 31, 2009 | 12.98% |
Unilever Plc EBITDA 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=ebitda-margin&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda-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=ebitda-margin&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();