Banco Santander (SAN) Non Operating Income (2011 - 2025)
Banco Santander's (SAN) quarterly Non Operating Income came in at -$175.8 million in Q4 2025, up 88.17% year-over-year from -$93.4 million in Q4 2024, and down 285.52% quarter-over-quarter from -$45.6 million in Q3 2025.
Banco Santander (SAN) Non Operating Income (2011 - 2025) Analysis & Trends
Banco Santander has disclosed Non Operating Income across 5 years of filings, most recently posting -$175.8 million for Q4 2025.
- In Q4 2025, Non Operating Income rose 88.17% year-over-year to -$175.8 million; the TTM figure through Dec 2025 stood at -$449.9 million (up 86.73% YoY), while the FY2012 annual figure was -$2.1 billion, up 47.21% from the prior year.
- Non Operating Income came in at -$175.8 million for Q4 2025 at Banco Santander, down from -$45.6 million in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of $48.5 million in Q2 2024 to a low of -$1.8 billion in Q4 2023.
- Average Non Operating Income over 3 years is -$480.0 million, with a median of -$138.7 million recorded in 2024.
- The largest YoY upside for Non Operating Income was 88.17% in 2025 against a maximum downside of 445.71% in 2025.
- Over 3 years, Non Operating Income stood at -$1.8 billion in 2023, then climbed by 19.3% to -$1.5 billion in 2024, then soared by 88.17% to -$175.8 million in 2025.
- Per Business Quant data, the three most recent Non Operating Income figures were -$175.8 million in Q4 2025, -$45.6 million in Q3 2025, and -$167.5 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 |
|---|---|
| Dec 31, 2025 | -175.77 Mn |
| Sep 30, 2025 | -45.59 Mn |
| Jun 30, 2025 | -167.53 Mn |
| Mar 31, 2025 | -61.01 Mn |
| Dec 31, 2024 | -1.49 Bn |
| Sep 30, 2024 | -109.82 Mn |
| Jun 30, 2024 | 48.46 Mn |
| Dec 31, 2023 | -1.84 Bn |
| Dec 31, 2012 | -2.07 Bn |
| Dec 31, 2011 | -3.79 Bn |
Banco Santander Non Operating Income 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-income&ticker=SAN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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-income&ticker=SAN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();