Unilever Plc (UNLYF) Net Margin (2009 - 2025)
Unilever (UNLYF) posted Net Margin of 49.24% for Q4 2025, up 1198.73% on a QoQ basis from 3.79% in Q4 2024, and up 4545.0% year-over-year from 1.06% in Q4 2024.
Unilever Plc (UNLYF) Net Margin (2009 - 2025) Analysis & Trends
Unilever has reported Net Margin for 6 years, with the latest figure at 49.24% in Q4 2025.
- On a quarterly basis, Net Margin rose 4545.0% year-over-year to 49.24% in Q4 2025; TTM through Dec 2025 was 17.45%, a 420.0% increase from a year earlier, with the FY2025 full-year figure at 18.75%, up 780.0% from the prior year.
- Net Margin was 49.24% for Q4 2025 at Unilever, up from 3.79% in the prior quarter.
- The five-year high for Net Margin was 49.24% in Q4 2025, with the low at 3.79% in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 49.24% |
| Dec 31, 2024 | 3.79% |
| Dec 31, 2016 | -21.25% |
| Dec 31, 2015 | -302.03% |
| Dec 31, 2010 | 133.88% |
| Sep 30, 2010 | 62.13% |
| Jun 30, 2010 | -41.35% |
| Mar 31, 2010 | 9.59% |
| Dec 31, 2009 | 7.46% |
| Sep 30, 2009 | 10.29% |
| Jun 30, 2009 | 7.25% |
| Mar 31, 2009 | 7.69% |
Unilever Plc Net 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=net-margin&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();