Unilever Plc (UNLYF) Debt Ratio (2009 - 2026)
Unilever (UNLYF) posted Debt Ratio of 0.11 for Q2 2026, up 188.85% on a QoQ basis from 0.04 in Q4 2025, and up 12.41% year-over-year from 0.09 in Q2 2025.
Unilever Plc (UNLYF) Debt Ratio (2009 - 2026) Analysis & Trends
Unilever has reported Debt Ratio for 18 years, with the latest figure at 0.11 in Q2 2026.
- On a quarterly basis, Debt Ratio rose 12.41% year-over-year to 0.11 in Q2 2026; TTM through Jun 2026 was 0.11, a 12.41% increase from a year earlier, with the FY2025 full-year figure at 0.04, down 47.72% from the prior year.
- Debt Ratio was 0.11 for Q2 2026 at Unilever, up from 0.04 in the prior quarter.
- The five-year high for Debt Ratio was 0.11 in Q2 2022, with the low at 0.04 in Q4 2025.
- Average Debt Ratio over 5 years is 0.08, with a median of 0.08 recorded in 2023.
- The sharpest annual moves came in 2022 and 2025: Debt Ratio rose 17.06% in 2022, then sank 47.72% in 2025.
- Over 5 years, Debt Ratio stood at 0.07 in 2022, then retreated by 14.59% to 0.06 in 2023, then rose by 13.1% to 0.07 in 2024, then tumbled by 47.72% to 0.04 in 2025, then surged by 188.85% to 0.11 in 2026.
- The last three Debt Ratio figures came in at 0.11 (Q2 2026), 0.04 (Q4 2025), and 0.09 (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.11 |
| Dec 31, 2025 | 0.04 |
| Jun 30, 2025 | 0.09 |
| Dec 31, 2024 | 0.07 |
| Jun 30, 2024 | 0.09 |
| Dec 31, 2023 | 0.06 |
| Jun 30, 2023 | 0.08 |
| Dec 31, 2022 | 0.07 |
| Jun 30, 2022 | 0.11 |
| Dec 31, 2021 | 0.09 |
| Jun 30, 2021 | 0.09 |
| Dec 31, 2020 | 0.06 |
| Jun 30, 2020 | 0.07 |
| Dec 31, 2019 | 0.07 |
| Jun 30, 2019 | 0.09 |
| Dec 31, 2018 | 0.12 |
| Jun 30, 2018 | 0.34 |
| Dec 31, 2017 | 0.13 |
| Jun 30, 2017 | 0.09 |
| Dec 31, 2016 | 0.20 |
Unilever Plc Debt Ratio 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=debt-ratio&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();