Banco Santander (SAN) Tax Provisions (2011 - 2025)
Banco Santander's (SAN) quarterly Tax Provisions came in at $4.8 billion in Q4 2025, little changed year-over-year from $4.8 billion in Q4 2024, and little changed quarter-over-quarter from $4.8 billion in Q4 2024.
Banco Santander (SAN) Tax Provisions (2011 - 2025) Analysis & Trends
Banco Santander has disclosed Tax Provisions across 11 years of filings, most recently posting $4.8 billion for Q4 2025.
- In Q4 2025, Tax Provisions changed 0.4% year-over-year to $4.8 billion; the TTM figure through Dec 2025 stood at $17.9 billion (up 177.06% YoY), while the FY2025 annual figure was $5.5 billion, up 6.21% from the prior year.
- Tax Provisions came in at $4.8 billion for Q4 2025 at Banco Santander, roughly flat from $4.8 billion in the prior quarter.
- In the past five years, Tax Provisions ranged from a high of $4.8 billion in Q4 2024 to a low of $3.9 billion in Q4 2023.
- Average Tax Provisions over 4 years is $4.5 billion, with a median of $4.6 billion recorded in 2022.
- Year-over-year, Tax Provisions retreated 13.74% in 2023 and rose 22.9% in 2024.
- Over 4 years, Tax Provisions stood at $4.5 billion in 2022, then decreased by 13.74% to $3.9 billion in 2023, then climbed by 22.9% to $4.8 billion in 2024, then fell by 0.4% to $4.8 billion in 2025.
- Per Business Quant data, the three most recent Tax Provisions figures were $4.8 billion in Q4 2025, $4.8 billion in Q4 2024, and $3.9 billion in Q4 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | -51.13 Bn |
| 2 | Bank Of America | 394.48 Bn | -194.01 Bn | 30.39 Bn | 2.49 Bn |
| 3 | Hsbc Holdings | 348.97 Bn | 349.02 Bn | - | - |
| 4 | Morgan Stanley | 314.73 Bn | 154.60 Bn | - | 1.70 Bn |
| 5 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - | 1.24 Bn |
| 6 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - | 1.94 Bn |
| 7 | Mitsubishi Ufj Financial | 274.03 Bn | -110.29 Bn | 10.89 Bn | 1.70 Bn |
| 8 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - | 1.40 Bn |
| 9 | Banco Santander | 212.85 Bn | 220.46 Bn | 28.01 Bn | - |
| 10 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - | 883.59 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 4.76 Bn |
| Dec 31, 2024 | 4.78 Bn |
| Dec 31, 2023 | 3.89 Bn |
| Dec 31, 2022 | 4.51 Bn |
| Dec 31, 2018 | -6.70 Bn |
| Sep 30, 2018 | -1.62 Bn |
| Dec 31, 2016 | -3.54 Bn |
| Jun 30, 2016 | -940.06 Mn |
| Mar 31, 2016 | -893.44 Mn |
| Dec 31, 2015 | -2.43 Bn |
| Sep 30, 2015 | -1.73 Bn |
| Jun 30, 2015 | 173.51 Mn |
| Mar 31, 2015 | -1.04 Bn |
| Dec 31, 2014 | 2.97 Bn |
| Sep 30, 2014 | -3.45 Bn |
| Jun 30, 2014 | -2.67 Bn |
| Mar 31, 2014 | -2.12 Bn |
| Dec 31, 2013 | 288.55 Mn |
| Sep 30, 2013 | -1.80 Bn |
| Jun 30, 2013 | -1.16 Bn |
Banco Santander Tax Provisions 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=tax-provisions&ticker=SAN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=SAN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();