Unilever Plc (UNLYF) Tax Provisions (2009 - 2025)
Unilever (UNLYF) posted Tax Provisions of -$218.8 million for Q4 2025, down 21.9% on a QoQ basis from -$179.5 million in Q4 2024, and down 21.9% year-over-year from -$280.2 million in Q4 2024.
Unilever Plc (UNLYF) Tax Provisions (2009 - 2025) Analysis & Trends
Unilever has reported Tax Provisions for 9 years, with the latest figure at -$218.8 million in Q4 2025.
- On a quarterly basis, Tax Provisions fell 21.9% year-over-year to -$218.8 million in Q4 2025; TTM through Dec 2025 was -$5.2 billion, a 30.63% increase from a year earlier, with the FY2025 full-year figure at -$2.8 billion, down 11.06% from the prior year.
- Tax Provisions was -$218.8 million for Q4 2025 at Unilever, down from -$179.5 million in the prior quarter.
- The five-year high for Tax Provisions was -$179.5 million in Q4 2024, with the low at -$218.8 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -218.84 Mn |
| Dec 31, 2024 | -179.52 Mn |
| Dec 31, 2015 | -2.15 Bn |
| Dec 31, 2014 | -2.66 Bn |
| Dec 31, 2013 | -2.52 Bn |
| Dec 31, 2012 | -2.20 Bn |
| Dec 31, 2011 | -2.12 Bn |
| Oct 21, 2011 | -1.17 Bn |
| Dec 31, 2010 | -2.08 Bn |
| Sep 30, 2010 | 24.53 Mn |
| Jun 30, 2010 | -1.09 Bn |
| Mar 31, 2010 | -463.88 Mn |
| Dec 31, 2009 | -1.86 Bn |
| Sep 30, 2009 | -431.88 Mn |
| Jun 30, 2009 | -502.45 Mn |
| Mar 31, 2009 | -375.32 Mn |
Unilever Plc Tax Provisions 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-provisions&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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-provisions&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();