Santander UK plc (SNTUF) Debt Ratio (2009 - 2026)
Santander UK's (SNTUF) quarterly Debt Ratio came in at 0.74 in Q2 2026, up 3.88% year-over-year from 0.71 in Q2 2025, and up 0.53% quarter-over-quarter from 0.74 in Q4 2025.
Santander UK plc (SNTUF) Debt Ratio (2009 - 2026) Analysis & Trends
Santander UK has disclosed Debt Ratio across 18 years of filings, most recently posting 0.74 for Q2 2026.
- In Q2 2026, Debt Ratio rose 3.88% year-over-year to 0.74; the TTM figure through Jun 2026 stood at 0.74 (up 3.88% YoY), while the FY2025 annual figure was 0.74, up 0.86% from the prior year.
- Debt Ratio came in at 0.74 for Q2 2026 at Santander UK, up from 0.74 in the prior quarter.
- In the past five years, Debt Ratio ranged from a high of 1.79 in Q4 2023 to a low of 0.7 in Q2 2022.
- Average Debt Ratio over 5 years is 0.96, with a median of 0.73 recorded in 2024.
- Year-over-year, Debt Ratio jumped 150.78% in 2022 and tumbled 59.33% in 2024.
- Over 5 years, Debt Ratio stood at 1.79 in 2022, then advanced by 0.36% to 1.79 in 2023, then plunged by 59.33% to 0.73 in 2024, then gained by 0.86% to 0.74 in 2025, then increased by 0.53% to 0.74 in 2026.
- Per Business Quant data, the three most recent Debt Ratio figures were 0.74 in Q2 2026, 0.74 in Q4 2025, and 0.71 in Q2 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.74 |
| Dec 31, 2025 | 0.74 |
| Jun 30, 2025 | 0.71 |
| Dec 31, 2024 | 0.73 |
| Jun 30, 2024 | 0.72 |
| Dec 31, 2023 | 1.79 |
| Jun 30, 2023 | 0.71 |
| Dec 31, 2022 | 1.79 |
| Jun 30, 2022 | 0.70 |
| Dec 31, 2021 | 0.71 |
| Jun 30, 2021 | 0.73 |
| Dec 31, 2020 | 0.73 |
| Jun 30, 2020 | 0.71 |
| Dec 31, 2019 | 0.71 |
| Jun 30, 2019 | 0.69 |
| Dec 31, 2018 | 0.67 |
| Jun 30, 2018 | 0.61 |
| Dec 31, 2017 | 0.59 |
| Jun 30, 2017 | 0.59 |
| Dec 31, 2016 | 0.59 |
Santander UK 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=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "ticker": "SNTUF", "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=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();