Santander UK plc (SNTUF) Loans - Net (2024 - 2025)
Santander UK's (SNTUF) quarterly Loans - Net came in at $20.0 million in Q4 2025, up 72.73% year-over-year from $11.6 million in Q4 2024, and up 72.73% quarter-over-quarter from $11.6 million in Q4 2024.
Santander UK plc (SNTUF) Loans - Net (2024 - 2025) Analysis & Trends
Santander UK has disclosed Loans - Net across 2 years of filings, most recently posting $20.0 million for Q4 2025.
- In Q4 2025, Loans - Net rose 72.73% year-over-year to $20.0 million; the TTM figure through Dec 2025 stood at $20.0 million (up 72.73% YoY), while the FY2025 annual figure was $20.0 million, up 72.73% from the prior year.
- Loans - Net came in at $20.0 million for Q4 2025 at Santander UK, up from $11.6 million in the prior quarter.
- In the past five years, Loans - Net ranged from a high of $20.0 million in Q4 2025 to a low of $11.6 million in Q4 2024.
Peer Comparison
Santander UK plc Loans - Net 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=loans-net&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "loans-net", "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=loans-net&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();