Unilever Plc (UNLYF) Change in Taxes (2009 - 2025)
Unilever (UNLYF) posted Change in Taxes of -$3.2 billion for Q4 2025, down 20.84% on a QoQ basis from -$2.6 billion in Q4 2024, and down 20.84% year-over-year from -$4.0 billion in Q4 2024.
Unilever Plc (UNLYF) Change in Taxes (2009 - 2025) Analysis & Trends
Unilever has reported Change in Taxes for 12 years, with the latest figure at -$3.2 billion in Q4 2025.
- On a quarterly basis, Change in Taxes fell 20.84% year-over-year to -$3.2 billion in Q4 2025; TTM through Dec 2025 was -$10.6 billion, a 7.43% decrease from a year earlier, with the FY2025 full-year figure at $2.8 billion, up 11.06% from the prior year.
- Change in Taxes was -$3.2 billion for Q4 2025 at Unilever, down from -$2.6 billion in the prior quarter.
- The five-year high for Change in Taxes was -$2.3 billion in Q4 2023, with the low at -$3.2 billion in Q4 2025.
- Average Change in Taxes over 3 years is -$2.7 billion, with a median of -$2.6 billion recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Change in Taxes dropped 14.06% in 2024, then decreased 20.84% in 2025.
- Over 3 years, Change in Taxes stood at -$2.3 billion in 2023, then retreated by 14.06% to -$2.6 billion in 2024, then dropped by 20.84% to -$3.2 billion in 2025.
- The last three Change in Taxes figures came in at -$3.2 billion (Q4 2025), -$2.6 billion (Q4 2024), and -$2.3 billion (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -3.17 Bn |
| Dec 31, 2024 | -2.62 Bn |
| Dec 31, 2023 | -2.30 Bn |
| Dec 31, 2017 | -2.55 Bn |
| Dec 31, 2016 | -2.43 Bn |
| Dec 31, 2015 | -2.22 Bn |
| Dec 31, 2014 | -2.89 Bn |
| Dec 31, 2013 | -2.46 Bn |
| Dec 31, 2012 | -2.18 Bn |
| Dec 31, 2011 | -1.60 Bn |
| Oct 21, 2011 | -782.82 Mn |
| Dec 31, 2010 | -1.80 Bn |
| Sep 30, 2010 | 227.26 Mn |
| Jun 30, 2010 | -1.19 Bn |
| Mar 31, 2010 | -294.94 Mn |
| Dec 31, 2009 | -1.42 Bn |
| Jun 30, 2009 | -326.80 Mn |
| Mar 31, 2009 | -249.78 Mn |
Unilever Plc Change in Taxes 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=change-in-taxes&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();