Credicorp (BAP) Dividends Paid - Common (2009 - 2025)
Credicorp (BAP) posted Dividends Paid - Common of -$3.2 billion for Q4 2025, up 13.19% on a QoQ basis from -$3.7 billion in Q4 2024, and up 13.19% year-over-year from -$2.8 billion in Q4 2024.
Credicorp (BAP) Dividends Paid - Common (2009 - 2025) Analysis & Trends
Credicorp has reported Dividends Paid - Common for 13 years, with the latest figure at -$3.2 billion in Q4 2025.
- On a quarterly basis, Dividends Paid - Common rose 13.19% year-over-year to -$3.2 billion in Q4 2025; TTM through Dec 2025 was -$10.0 billion, a 38.36% decrease from a year earlier, with the FY2025 full-year figure at -$3.2 billion, up 13.19% from the prior year.
- Dividends Paid - Common was -$3.2 billion for Q4 2025 at Credicorp, up from -$3.7 billion in the prior quarter.
- The five-year high for Dividends Paid - Common was -$398.8 million in Q4 2021, with the low at -$3.7 billion in Q4 2024.
- Average Dividends Paid - Common over 5 years is -$2.1 billion, with a median of -$2.0 billion recorded in 2023.
- The sharpest annual moves came in 2021 and 2022: Dividends Paid - Common soared 83.33% in 2021, then slumped 200.0% in 2022.
- Over 5 years, Dividends Paid - Common stood at -$398.8 million in 2021, then plunged by 200.0% to -$1.2 billion in 2022, then tumbled by 66.67% to -$2.0 billion in 2023, then sank by 83.78% to -$3.7 billion in 2024, then advanced by 13.19% to -$3.2 billion in 2025.
- The last three Dividends Paid - Common figures came in at -$3.2 billion (Q4 2025), -$3.7 billion (Q4 2024), and -$2.0 billion (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Dividends Paid - Common (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 405.01 Bn | -183.49 Bn | 30.39 Bn | 2.33 Bn |
| 2 | Morgan Stanley | 318.33 Bn | 158.20 Bn | - | 1.68 Bn |
| 3 | Royal Bank Of Canada | 284.62 Bn | 57.78 Bn | - | - |
| 4 | Goldman Sachs | 274.43 Bn | -701.92 Bn | - | 1.60 Bn |
| 5 | Mitsubishi Ufj Financial | 274.26 Bn | -110.06 Bn | 10.89 Bn | - |
| 6 | Wells Fargo & Company | 260.84 Bn | 59.01 Bn | - | 1.39 Bn |
| 7 | American Express | 210.32 Bn | 161.00 Bn | 17.99 Bn | 665.00 Mn |
| 8 | Banco Santander | 210.20 Bn | 217.82 Bn | 28.01 Bn | - |
| 9 | Toronto Dominion Bank | 206.68 Bn | 45.35 Bn | - | 1.39 Bn |
| 10 | Credicorp | 36.07 Bn | 36.75 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -3.18 Bn |
| Dec 31, 2024 | -3.66 Bn |
| Dec 31, 2023 | -1.99 Bn |
| Dec 31, 2022 | -1.20 Bn |
| Dec 31, 2021 | -398.81 Mn |
| Dec 31, 2020 | -2.39 Bn |
| Mar 31, 2020 | -2.39 Mn |
| Dec 31, 2019 | -1.60 Bn |
| Mar 31, 2019 | -1.60 Mn |
| Dec 31, 2018 | -1.13 Bn |
| Dec 31, 2017 | -979.99 Mn |
| Dec 31, 2016 | -653.33 Bn |
| Dec 31, 2011 | -155.54 Mn |
| Dec 31, 2010 | -135.60 Mn |
| Dec 31, 2009 | -119.30 Mn |
Credicorp Dividends Paid - Common 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=dividends-paid-common&ticker=BAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common", "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=dividends-paid-common&ticker=BAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();