Santander UK plc (SNTUF) Other Non-Current Assets (2009 - 2026)
Santander UK's (SNTUF) quarterly Other Non-Current Assets came in at $4.1 billion in Q2 2026, up 30.1% year-over-year from $3.1 billion in Q2 2025, and up 64.63% quarter-over-quarter from $2.5 billion in Q4 2025.
Santander UK plc (SNTUF) Other Non-Current Assets (2009 - 2026) Analysis & Trends
Santander UK has disclosed Other Non-Current Assets across 18 years of filings, most recently posting $4.1 billion for Q2 2026.
- In Q2 2026, Other Non-Current Assets rose 30.1% year-over-year to $4.1 billion; the TTM figure through Jun 2026 stood at $4.1 billion (up 30.1% YoY), while the FY2025 annual figure was $2.5 billion, up 1.99% from the prior year.
- Other Non-Current Assets came in at $4.1 billion for Q2 2026 at Santander UK, up from $2.5 billion in the prior quarter.
- In the past five years, Other Non-Current Assets ranged from a high of $4.1 billion in Q2 2026 to a low of $1.4 billion in Q2 2022.
- Average Other Non-Current Assets over 5 years is $2.7 billion, with a median of $2.5 billion recorded in 2025.
- Year-over-year, Other Non-Current Assets plunged 62.92% in 2022 and soared 62.01% in 2024.
- Over 5 years, Other Non-Current Assets stood at $2.4 billion in 2022, then grew by 7.23% to $2.5 billion in 2023, then declined by 4.48% to $2.4 billion in 2024, then increased by 1.99% to $2.5 billion in 2025, then surged by 64.63% to $4.1 billion in 2026.
- Per Business Quant data, the three most recent Other Non-Current Assets figures were $4.1 billion in Q2 2026, $2.5 billion in Q4 2025, and $3.1 billion in Q2 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.07 Bn |
| Dec 31, 2025 | 2.47 Bn |
| Jun 30, 2025 | 3.13 Bn |
| Dec 31, 2024 | 2.42 Bn |
| Jun 30, 2024 | 3.50 Bn |
| Dec 31, 2023 | 2.54 Bn |
| Jun 30, 2023 | 2.16 Bn |
| Dec 31, 2022 | 2.36 Bn |
| Jun 30, 2022 | 1.36 Bn |
| Dec 31, 2021 | 2.02 Bn |
| Jun 30, 2021 | 3.67 Bn |
| Dec 31, 2020 | 3.98 Bn |
| Jun 30, 2020 | 4.25 Bn |
| Mar 31, 2020 | 100.11 Mn |
| Dec 31, 2019 | 3.24 Bn |
| Sep 30, 2019 | 97.92 Mn |
| Jun 30, 2019 | 5.04 Bn |
| Mar 31, 2019 | 99.85 Mn |
| Dec 31, 2018 | 2.93 Bn |
| Sep 30, 2018 | 109.23 Mn |
Santander UK plc Other Non-Current Assets 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=other-non-current-assets&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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=other-non-current-assets&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();