Banco Santander (SAN) Capital Expenditures (2015 - 2026)
Banco Santander's (SAN) quarterly Capital Expenditures came in at -$190.1 billion in Q2 2026, down 124.23% year-over-year from $784.6 billion in Q2 2025, and down 362.58% quarter-over-quarter from $72.4 billion in Q1 2026.
Banco Santander (SAN) Capital Expenditures (2015 - 2026) Analysis & Trends
Banco Santander has disclosed Capital Expenditures across 12 years of filings, most recently posting -$190.1 billion for Q2 2026.
- In Q2 2026, Capital Expenditures fell 124.23% year-over-year to -$190.1 billion; the TTM figure through Jun 2026 stood at -$58.3 billion (down 161.98% YoY), while the FY2025 annual figure was -$138.8 billion, down 10.1% from the prior year.
- Capital Expenditures came in at -$190.1 billion for Q2 2026 at Banco Santander, down from $72.4 billion in the prior quarter.
- In the past five years, Capital Expenditures ranged from a high of $231.9 billion in Q3 2022 to a low of -$190.1 billion in Q2 2026.
- Average Capital Expenditures over 5 years is $6.1 billion, with a median of $10.7 billion recorded in 2023.
- The largest YoY upside for Capital Expenditures was 1323.45% in 2022 against a maximum downside of 901.27% in 2022.
- Over 5 years, Capital Expenditures stood at -$59.3 billion in 2022, then jumped by 87.72% to -$7.3 billion in 2023, then tumbled by 834.98% to -$68.1 billion in 2024, then decreased by 3.6% to -$70.5 billion in 2025, then plunged by 169.64% to -$190.1 billion in 2026.
- Per Business Quant data, the three most recent Capital Expenditures figures were -$190.1 billion in Q2 2026, $72.4 billion in Q1 2026, and -$70.5 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Capex (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 | - | 819.00 Mn |
| 5 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - | - |
| 6 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - | 502.00 Mn |
| 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 | -190.11 Bn |
| 10 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - | -10.04 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -190.11 Bn |
| Mar 31, 2026 | 72.40 Bn |
| Dec 31, 2025 | -70.51 Bn |
| Sep 30, 2025 | 129.89 Bn |
| Jun 30, 2025 | -84.78 Bn |
| Mar 31, 2025 | 43.23 Bn |
| Dec 31, 2024 | -68.05 Bn |
| Sep 30, 2024 | 203.71 Bn |
| Jun 30, 2024 | -143.47 Bn |
| Mar 31, 2024 | 55.17 Bn |
| Dec 31, 2023 | -7.28 Bn |
| Sep 30, 2023 | 141.13 Bn |
| Jun 30, 2023 | -78.97 Bn |
| Mar 31, 2023 | 28.72 Bn |
| Dec 31, 2022 | -59.28 Bn |
| Sep 30, 2022 | 231.89 Bn |
| Jun 30, 2022 | -147.63 Bn |
| Mar 31, 2022 | 54.12 Bn |
| Dec 31, 2021 | -11.01 Bn |
| Sep 30, 2021 | 43.63 Bn |
Banco Santander Capital Expenditures 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=capital-expenditures&ticker=SAN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=SAN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();