Banco Santander (SAN) Cash from Discontinued Operations (2024 - 2025)
Banco Santander's (SAN) quarterly Cash from Discontinued Operations came in at -$13.6 billion in Q4 2025, down 957.41% year-over-year from $1.6 billion in Q4 2024, and down 338.0% quarter-over-quarter from $5.7 billion in Q3 2025.
Banco Santander (SAN) Cash from Discontinued Operations (2024 - 2025) Analysis & Trends
Banco Santander has disclosed Cash from Discontinued Operations across 2 years of filings, most recently posting -$13.6 billion for Q4 2025.
- In Q4 2025, Cash from Discontinued Operations fell 957.41% year-over-year to -$13.6 billion; the TTM figure through Dec 2025 stood at -$11.8 billion (changed N/A YoY), while the FY2025 annual figure was -$12.0 billion, up 63.88% from the prior year.
- Cash from Discontinued Operations came in at -$13.6 billion for Q4 2025 at Banco Santander, down from $5.7 billion in the prior quarter.
- In the past five years, Cash from Discontinued Operations ranged from a high of $5.7 billion in Q3 2025 to a low of -$13.6 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discont. Ops (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 | -13.57 Bn |
| Sep 30, 2025 | 5.70 Bn |
| Jun 30, 2025 | -3.34 Bn |
| Mar 31, 2025 | -629.03 Mn |
| Dec 31, 2024 | 1.58 Bn |
Banco Santander Cash 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=cash-from-discontinued-operations&ticker=SAN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-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=cash-from-discontinued-operations&ticker=SAN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();