Unilever Plc (UNLYF) Tax Rate (2009 - 2025)
Unilever (UNLYF) posted Tax Rate of 27.77% for Q4 2025, up 5.62% on a QoQ basis from 29.42% in Q4 2024, and up 165.0% year-over-year from 10.48% in Q4 2024.
Unilever Plc (UNLYF) Tax Rate (2009 - 2025) Analysis & Trends
Unilever has reported Tax Rate for 9 years, with the latest figure at 27.77% in Q4 2025.
- On a quarterly basis, Tax Rate rose 165.0% year-over-year to 27.77% in Q4 2025; TTM through Dec 2025 was 5.8%, a 75.0% decrease from a year earlier, with the FY2025 full-year figure at 28.54%, down 68.0% from the prior year.
- Tax Rate was 27.77% for Q4 2025 at Unilever, up from 29.42% in the prior quarter.
- The five-year high for Tax Rate was 27.77% in Q4 2025, with the low at 29.42% in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -27.77% |
| Dec 31, 2024 | -29.42% |
| Dec 31, 2015 | -4.82% |
| Dec 31, 2014 | -6.07% |
| Dec 31, 2013 | -4.21% |
| Dec 31, 2012 | -3.80% |
| Dec 31, 2011 | 399.75% |
| Oct 21, 2011 | -25.54% |
| Dec 31, 2010 | -51.55% |
| Sep 30, 2010 | 1.08% |
| Jun 30, 2010 | -54.04% |
| Mar 31, 2010 | -24.10% |
| Dec 31, 2009 | -54.84% |
| Sep 30, 2009 | -21.28% |
| Jun 30, 2009 | -30.70% |
| Mar 31, 2009 | -26.33% |
Unilever Plc Tax Rate 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=tax-rate&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();