Banco Santander (SAN) Amortization - Intangibles (2015 - 2026)
Banco Santander's (SAN) quarterly Amortization - Intangibles came in at -$9.3 million in Q2 2026, up 70.66% year-over-year from -$5.4 million in Q2 2025, and down 98.57% quarter-over-quarter from -$4.7 million in Q1 2026.
Banco Santander (SAN) Amortization - Intangibles (2015 - 2026) Analysis & Trends
Banco Santander has disclosed Amortization - Intangibles across 12 years of filings, most recently posting -$9.3 million for Q2 2026.
- In Q2 2026, Amortization - Intangibles rose 70.66% year-over-year to -$9.3 million; the TTM figure through Jun 2026 stood at -$206.3 million (up 98.99% YoY), while the FY2025 annual figure was -$130.4 million, up 47.18% from the prior year.
- Amortization - Intangibles came in at -$9.3 million for Q2 2026 at Banco Santander, down from -$4.7 million in the prior quarter.
- In the past five years, Amortization - Intangibles ranged from a high of -$1.1 million in Q2 2022 to a low of -$20.0 billion in Q1 2025.
- Average Amortization - Intangibles over 5 years is -$1.3 billion, with a median of -$46.8 million recorded in 2025.
- Year-over-year, Amortization - Intangibles sank 459825.16% in 2025 and jumped 99.98% in 2026.
- Over 5 years, Amortization - Intangibles stood at -$76.5 million in 2022, then decreased by 2.65% to -$78.5 million in 2023, then tumbled by 214.28% to -$246.8 million in 2024, then surged by 47.18% to -$130.4 million in 2025, then surged by 92.87% to -$9.3 million in 2026.
- Per Business Quant data, the three most recent Amortization - Intangibles figures were -$9.3 million in Q2 2026, -$4.7 million in Q1 2026, and -$130.4 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - |
| 2 | Bank Of America | 394.48 Bn | -194.01 Bn | 30.39 Bn |
| 3 | Hsbc Holdings | 348.97 Bn | 349.02 Bn | - |
| 4 | Morgan Stanley | 314.73 Bn | 154.60 Bn | - |
| 5 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - |
| 6 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - |
| 7 | Mitsubishi Ufj Financial | 274.03 Bn | -110.29 Bn | 10.89 Bn |
| 8 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - |
| 9 | Banco Santander | 212.85 Bn | 220.46 Bn | 28.01 Bn |
| 10 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -9.30 Mn |
| Mar 31, 2026 | -4.68 Mn |
| Dec 31, 2025 | -130.37 Mn |
| Sep 30, 2025 | -61.96 Mn |
| Jun 30, 2025 | -31.69 Mn |
| Mar 31, 2025 | -19.99 Bn |
| Dec 31, 2024 | -246.85 Mn |
| Sep 30, 2024 | -202.07 Mn |
| Jun 30, 2024 | -113.07 Mn |
| Mar 31, 2024 | -4.35 Mn |
| Dec 31, 2023 | -78.54 Mn |
| Jun 30, 2023 | -4.36 Mn |
| Mar 31, 2023 | -1.07 Mn |
| Dec 31, 2022 | -76.52 Mn |
| Jun 30, 2022 | -1.07 Mn |
| Mar 31, 2022 | -31.43 Mn |
| Dec 31, 2021 | -81.22 Mn |
| Jun 30, 2021 | 1.20 Mn |
| Mar 31, 2021 | -4.82 Mn |
| Dec 31, 2020 | -12.21 Bn |
Banco Santander Amortization - 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=amortization-intangibles&ticker=SAN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortization-intangibles", "ticker": "SAN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=amortization-intangibles&ticker=SAN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();