Unilever Plc (UNLYF) FCF Margin (2009 - 2025)
Unilever (UNLYF) posted FCF Margin of 159.11% for Q4 2025, up 5.32% on a QoQ basis from 151.07% in Q4 2024, and up 803.0% year-over-year from 17.62% in Q4 2024.
Unilever Plc (UNLYF) FCF Margin (2009 - 2025) Analysis & Trends
Unilever has reported FCF Margin for 6 years, with the latest figure at 159.11% in Q4 2025.
- On a quarterly basis, FCF Margin rose 803.0% year-over-year to 159.11% in Q4 2025; TTM through Dec 2025 was 110.35%, a 2270.0% increase from a year earlier, with the FY2025 full-year figure at 19.34%, down 143.0% from the prior year.
- FCF Margin was 159.11% for Q4 2025 at Unilever, up from 151.07% in the prior quarter.
- The five-year high for FCF Margin was 159.11% in Q4 2025, with the low at 151.07% in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 159.11% |
| Dec 31, 2024 | 151.07% |
| Dec 31, 2016 | -84.46% |
| Dec 31, 2015 | -80.99% |
| Dec 31, 2010 | 78.74% |
| Sep 30, 2010 | 15.99% |
| Jun 30, 2010 | 18.49% |
| Mar 31, 2010 | 9.21% |
| Dec 31, 2009 | 40.03% |
| Jun 30, 2009 | 22.74% |
| Mar 31, 2009 | 1.55% |
Unilever Plc FCF 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=fcf-margin&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-margin&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();