Santander UK plc (SNTUF) Intangibles (2009 - 2026)
Santander UK's (SNTUF) quarterly Intangibles came in at $3.4 billion in Q2 2026, up 65.41% year-over-year from $2.0 billion in Q2 2025, and up 66.89% quarter-over-quarter from $2.0 billion in Q4 2025.
Santander UK plc (SNTUF) Intangibles (2009 - 2026) Analysis & Trends
Santander UK has disclosed Intangibles across 18 years of filings, most recently posting $3.4 billion for Q2 2026.
- In Q2 2026, Intangibles rose 65.41% year-over-year to $3.4 billion; the TTM figure through Jun 2026 stood at $3.4 billion (up 65.41% YoY), while the FY2025 annual figure was $2.0 billion, up 1.75% from the prior year.
- Intangibles came in at $3.4 billion for Q2 2026 at Santander UK, up from $2.0 billion in the prior quarter.
- In the past five years, Intangibles ranged from a high of $3.4 billion in Q2 2026 to a low of $1.8 billion in Q4 2022.
- Average Intangibles over 5 years is $2.1 billion, with a median of $1.9 billion recorded in 2023.
- Year-over-year, Intangibles dropped 12.79% in 2022 and jumped 65.41% in 2026.
- Over 5 years, Intangibles stood at $1.8 billion in 2022, then grew by 5.68% to $1.9 billion in 2023, then rose by 2.81% to $2.0 billion in 2024, then gained by 1.75% to $2.0 billion in 2025, then surged by 66.89% to $3.4 billion in 2026.
- Per Business Quant data, the three most recent Intangibles figures were $3.4 billion in Q2 2026, $2.0 billion in Q4 2025, and $2.0 billion in Q2 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.35 Bn |
| Dec 31, 2025 | 2.01 Bn |
| Jun 30, 2025 | 2.03 Bn |
| Dec 31, 2024 | 1.98 Bn |
| Jun 30, 2024 | 1.92 Bn |
| Dec 31, 2023 | 1.92 Bn |
| Jun 30, 2023 | 1.94 Bn |
| Dec 31, 2022 | 1.82 Bn |
| Jun 30, 2022 | 1.94 Bn |
| Dec 31, 2021 | 2.08 Bn |
| Jun 30, 2021 | 2.22 Bn |
| Dec 31, 2020 | 2.17 Bn |
| Jun 30, 2020 | 2.13 Bn |
| Dec 31, 2019 | 2.27 Bn |
| Jun 30, 2019 | 2.31 Bn |
| Dec 31, 2018 | 2.33 Bn |
| Jun 30, 2018 | 2.43 Bn |
| Dec 31, 2017 | 2.31 Bn |
| Jun 30, 2017 | 2.98 Bn |
| Dec 31, 2016 | 599.23 Mn |
Santander UK plc Intangibles 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=intangibles&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "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=intangibles&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();