Banco Santander (SAN) Income from Discontinued Operations (2009 - 2026)
Banco Santander's (SAN) quarterly Income from Discontinued Operations came in at $2.2 billion in Q1 2026, up 460.94% year-over-year from $395.5 million in Q1 2025, and up 388.7% quarter-over-quarter from $454.0 million in Q4 2025.
Banco Santander (SAN) Income from Discontinued Operations (2009 - 2026) Analysis & Trends
Banco Santander has disclosed Income from Discontinued Operations across 12 years of filings, most recently posting $2.2 billion for Q1 2026.
- In Q1 2026, Income from Discontinued Operations rose 460.94% year-over-year to $2.2 billion; the TTM figure through Jun 2026 stood at $4.0 billion (up 162.29% YoY), while the FY2025 annual figure was $1.8 billion, up 35.35% from the prior year.
- Income from Discontinued Operations came in at $2.2 billion for Q1 2026 at Banco Santander, up from $454.0 million in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $2.2 billion in Q1 2026 to a low of -$334.5 million in Q4 2024.
- Average Income from Discontinued Operations over 4 years is $744.8 million, with a median of $430.3 million recorded in 2023.
- Year-over-year, Income from Discontinued Operations plunged 182.24% in 2024 and jumped 460.94% in 2026.
- Over 4 years, Income from Discontinued Operations stood at $406.7 million in 2023, then sank by 182.24% to -$334.5 million in 2024, then jumped by 235.73% to $454.0 million in 2025, then soared by 388.7% to $2.2 billion in 2026.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were $2.2 billion in Q1 2026, $454.0 million in Q4 2025, and $1.3 billion in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 |
|---|---|
| Mar 31, 2026 | 2.22 Bn |
| Dec 31, 2025 | 453.98 Mn |
| Sep 30, 2025 | 1.35 Bn |
| Jun 30, 2025 | 396.19 Mn |
| Mar 31, 2025 | 395.51 Mn |
| Dec 31, 2024 | -334.47 Mn |
| Sep 30, 2024 | 1.08 Bn |
| Dec 31, 2023 | 406.71 Mn |
| Mar 31, 2017 | 1.90 Mn |
| Mar 31, 2016 | 1.71 Mn |
| Dec 31, 2014 | -32.50 Mn |
| Sep 30, 2014 | -9.29 Mn |
| Dec 31, 2013 | -20.42 Mn |
| Jun 30, 2013 | -18.28 Mn |
| Mar 31, 2013 | 22.45 Mn |
| Dec 31, 2012 | 9.08 Mn |
| Sep 30, 2012 | 27.51 Mn |
| Jun 30, 2012 | 14.13 Mn |
| Mar 31, 2012 | 22.29 Mn |
| Dec 31, 2011 | 18.87 Mn |
Banco Santander Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=SAN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=SAN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();