Banco Santander (SAN) Non Operating Interest Expenses (2013 - 2026)
Banco Santander's (SAN) quarterly Non Operating Interest Expenses came in at -$34.4 billion in Q2 2026, down 0.97% year-over-year from -$34.8 billion in Q2 2025, and down 106.65% quarter-over-quarter from -$16.7 billion in Q1 2026.
Banco Santander (SAN) Non Operating Interest Expenses (2013 - 2026) Analysis & Trends
Banco Santander has disclosed Non Operating Interest Expenses across 14 years of filings, most recently posting -$34.4 billion for Q2 2026.
- In Q2 2026, Non Operating Interest Expenses fell 0.97% year-over-year to -$34.4 billion; the TTM figure through Jun 2026 stood at -$23.6 billion (up 86.4% YoY), while the FY2025 annual figure was -$69.1 billion, up 0.86% from the prior year.
- Non Operating Interest Expenses came in at -$34.4 billion for Q2 2026 at Banco Santander, down from -$16.7 billion in the prior quarter.
- In the past five years, Non Operating Interest Expenses ranged from a high of $79.8 billion in Q4 2025 to a low of -$69.7 billion in Q4 2024.
- Average Non Operating Interest Expenses over 5 years is -$24.8 billion, with a median of -$26.1 billion recorded in 2022.
- Year-over-year, Non Operating Interest Expenses plunged 152.18% in 2023 and surged 214.48% in 2025.
- Over 5 years, Non Operating Interest Expenses stood at -$33.5 billion in 2022, then plunged by 99.25% to -$66.7 billion in 2023, then dropped by 4.5% to -$69.7 billion in 2024, then surged by 214.48% to $79.8 billion in 2025, then sank by 143.16% to -$34.4 billion in 2026.
- Per Business Quant data, the three most recent Non Operating Interest Expenses figures were -$34.4 billion in Q2 2026, -$16.7 billion in Q1 2026, and $79.8 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Interest Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | -467.75 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 | - | 12.80 Bn |
| 6 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - | - |
| 7 | Mitsubishi Ufj Financial | 274.03 Bn | -110.29 Bn | 10.89 Bn | 1.49 Bn |
| 8 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - | - |
| 9 | Banco Santander | 212.85 Bn | 220.46 Bn | 28.01 Bn | -34.43 Bn |
| 10 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - | 3.04 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -34.43 Bn |
| Mar 31, 2026 | -16.66 Bn |
| Dec 31, 2025 | 79.79 Bn |
| Sep 30, 2025 | -52.33 Bn |
| Jun 30, 2025 | -34.10 Bn |
| Mar 31, 2025 | -16.08 Bn |
| Dec 31, 2024 | -69.70 Bn |
| Sep 30, 2024 | -53.92 Bn |
| Jun 30, 2024 | -35.51 Bn |
| Mar 31, 2024 | -18.75 Bn |
| Dec 31, 2023 | -66.70 Bn |
| Jun 30, 2023 | -16.89 Bn |
| Mar 31, 2023 | -14.48 Bn |
| Dec 31, 2022 | -33.48 Bn |
| Jun 30, 2022 | -7.84 Bn |
| Mar 31, 2022 | -5.74 Bn |
| Dec 31, 2021 | -14.98 Bn |
| Jun 30, 2021 | -3.54 Bn |
| Mar 31, 2021 | -3.37 Bn |
| Dec 31, 2020 | -16.39 Bn |
Banco Santander Non Operating Interest Expenses 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=non-operating-interest-expenses&ticker=SAN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "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=non-operating-interest-expenses&ticker=SAN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();