Banco Santander (SAN) Shares Outstanding (Entity) (2009 - 2025)
Analysis
Banco Santander (SAN) Shares Outstanding (Entity) (2009 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Entity.) (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | 12.56 Bn |
| 2 | Bank Of America | 394.48 Bn | -194.01 Bn | 30.39 Bn | 7.02 Bn |
| 3 | Hsbc Holdings | 348.97 Bn | 349.02 Bn | - | - |
| 4 | Morgan Stanley | 314.73 Bn | 154.60 Bn | - | 1.57 Bn |
| 5 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - | - |
| 6 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - | 291.44 Mn |
| 7 | Mitsubishi Ufj Financial | 274.03 Bn | -110.29 Bn | 10.89 Bn | - |
| 8 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - | 3.03 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
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 14.69 Bn |
| Dec 31, 2024 | 15.15 Bn |
| Dec 31, 2023 | 16.18 Bn |
| Dec 31, 2022 | 16.79 Bn |
| Dec 31, 2021 | 17.34 Bn |
| Dec 31, 2020 | 17.34 Bn |
| Dec 31, 2019 | 16.62 Bn |
| Dec 31, 2018 | 16.24 Bn |
| Dec 31, 2017 | 16.14 Bn |
| Dec 31, 2016 | 14.58 Bn |
| Dec 31, 2015 | 14.43 Bn |
| Dec 31, 2014 | 12.58 Bn |
| Dec 31, 2013 | 10.84 Bn |
| Dec 31, 2009 | 8.55 Bn |
API Access
Banco Santander Shares Outstanding (Entity) 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=shares-outstanding-entity&ticker=SAN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding-entity", "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=shares-outstanding-entity&ticker=SAN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();