Unilever Plc (UNLYF) Current Taxes (2009 - 2026)
Unilever (UNLYF) posted Current Taxes of $1.1 billion for Q2 2026, down 36.71% on a QoQ basis from $1.7 billion in Q4 2025, and up 3.71% year-over-year from $1.0 billion in Q2 2025.
Unilever Plc (UNLYF) Current Taxes (2009 - 2026) Analysis & Trends
Unilever has reported Current Taxes for 18 years, with the latest figure at $1.1 billion in Q2 2026.
- On a quarterly basis, Current Taxes rose 3.71% year-over-year to $1.1 billion in Q2 2026; TTM through Jun 2026 was $1.1 billion, a 3.71% increase from a year earlier, with the FY2025 full-year figure at $1.6 billion, up 121.55% from the prior year.
- Current Taxes was $1.1 billion for Q2 2026 at Unilever, down from $1.7 billion in the prior quarter.
- The five-year high for Current Taxes was $1.7 billion in Q4 2025, with the low at $724.5 million in Q4 2024.
- Average Current Taxes over 5 years is $1.1 billion, with a median of $970.2 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2025: Current Taxes tumbled 42.7% in 2022, then jumped 131.2% in 2025.
- Over 5 years, Current Taxes stood at $894.8 million in 2022, then rose by 2.33% to $915.6 million in 2023, then slipped by 20.87% to $724.5 million in 2024, then surged by 131.2% to $1.7 billion in 2025, then tumbled by 36.71% to $1.1 billion in 2026.
- The last three Current Taxes figures came in at $1.1 billion (Q2 2026), $1.7 billion (Q4 2025), and $1.0 billion (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.06 Bn |
| Dec 31, 2025 | 1.68 Bn |
| Jun 30, 2025 | 1.02 Bn |
| Dec 31, 2024 | 724.51 Mn |
| Jun 30, 2024 | 776.44 Mn |
| Dec 31, 2023 | 915.62 Mn |
| Jun 30, 2023 | 970.23 Mn |
| Dec 31, 2022 | 894.76 Mn |
| Jun 30, 2022 | 1.42 Bn |
| Dec 31, 2021 | 1.56 Bn |
| Jun 30, 2021 | 1.92 Bn |
| Dec 31, 2020 | 1.73 Bn |
| Jun 30, 2020 | 1.16 Bn |
| Dec 31, 2019 | 993.99 Mn |
| Jun 30, 2019 | 1.20 Bn |
| Dec 31, 2018 | 1.65 Bn |
| Jun 30, 2018 | 1.10 Bn |
| Dec 31, 2017 | 1.28 Bn |
| Jun 30, 2017 | 1.09 Bn |
| Dec 31, 2016 | 911.29 Mn |
Unilever Plc Current 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=current-taxes&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-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=current-taxes&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();