Credicorp (BAP) Shares Outstanding (Entity) (2009 - 2025)
Analysis
Credicorp (BAP) Shares Outstanding (Entity) (2009 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Entity.) (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 405.01 Bn | -183.49 Bn | 30.39 Bn | 7.02 Bn |
| 2 | Morgan Stanley | 318.33 Bn | 158.20 Bn | - | 1.57 Bn |
| 3 | Royal Bank Of Canada | 284.62 Bn | 57.78 Bn | - | - |
| 4 | Goldman Sachs | 274.43 Bn | -701.92 Bn | - | 291.44 Mn |
| 5 | Mitsubishi Ufj Financial | 274.26 Bn | -110.06 Bn | 10.89 Bn | - |
| 6 | Wells Fargo & Company | 260.84 Bn | 59.01 Bn | - | 3.03 Bn |
| 7 | American Express | 210.32 Bn | 161.00 Bn | 17.99 Bn | 675.00 Mn |
| 8 | Banco Santander | 210.20 Bn | 217.82 Bn | 28.01 Bn | - |
| 9 | Toronto Dominion Bank | 206.68 Bn | 45.35 Bn | - | - |
| 10 | Credicorp | 36.07 Bn | 36.75 Bn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 94.38 Mn |
| Dec 31, 2024 | 94.38 Mn |
| Dec 31, 2023 | 94.38 Mn |
| Dec 31, 2022 | 94.38 Mn |
| Dec 31, 2021 | 94.38 Mn |
| Dec 31, 2020 | 94.38 Mn |
| Dec 31, 2019 | 94.38 Mn |
| Dec 31, 2018 | 94.38 Mn |
| Dec 31, 2017 | 94.38 Mn |
| Dec 31, 2016 | 94.38 Mn |
| Dec 31, 2015 | 94.38 Mn |
| Dec 31, 2014 | 94.38 Mn |
| Dec 31, 2013 | 79.48 Mn |
| Dec 31, 2012 | 82.53 Mn |
| Dec 31, 2011 | 82.51 Mn |
| Dec 31, 2010 | 82.56 Mn |
| Dec 31, 2009 | 82.70 Mn |
API Access
Credicorp 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=BAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding-entity", "ticker": "BAP", "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=BAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();