Credicorp (BAP) Net Income (2009 - 2026)
Credicorp (BAP) posted Net Income of $5.6 billion for Q2 2026, up 74.49% on a QoQ basis from $3.2 billion in Q1 2026, and up 13.36% year-over-year from $4.9 billion in Q2 2025.
Credicorp (BAP) Net Income (2009 - 2026) Analysis & Trends
Credicorp has reported Net Income for 18 years, with the latest figure at $5.6 billion in Q2 2026.
- On a quarterly basis, Net Income rose 13.36% year-over-year to $5.6 billion in Q2 2026; TTM through Jun 2026 was $14.1 billion, a 32.22% decrease from a year earlier, with the FY2025 full-year figure at $7.1 billion, up 25.95% from the prior year.
- Net Income was $5.6 billion for Q2 2026 at Credicorp, up from $3.2 billion in the prior quarter.
- The five-year high for Net Income was $9.0 billion in Q4 2022, with the low at $2.0 billion in Q2 2022.
- Average Net Income over 5 years is $4.1 billion, with a median of $3.5 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2025: Net Income jumped 178.91% in 2022, then tumbled 64.5% in 2025.
- Over 5 years, Net Income stood at $9.0 billion in 2022, then fell by 28.8% to $6.4 billion in 2023, then advanced by 18.01% to $7.5 billion in 2024, then sank by 64.5% to $2.7 billion in 2025, then surged by 108.68% to $5.6 billion in 2026.
- The last three Net Income figures came in at $5.6 billion (Q2 2026), $3.2 billion (Q1 2026), and $2.7 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 405.01 Bn | -183.49 Bn | 30.39 Bn | 9.07 Bn |
| 2 | Morgan Stanley | 318.33 Bn | 158.20 Bn | - | 5.65 Bn |
| 3 | Royal Bank Of Canada | 284.62 Bn | 57.78 Bn | - | 4.32 Bn |
| 4 | Goldman Sachs | 274.43 Bn | -701.92 Bn | - | 6.63 Bn |
| 5 | Mitsubishi Ufj Financial | 274.26 Bn | -110.06 Bn | 10.89 Bn | 5.31 Bn |
| 6 | Wells Fargo & Company | 260.84 Bn | 59.01 Bn | - | 6.65 Bn |
| 7 | American Express | 210.32 Bn | 161.00 Bn | 17.99 Bn | 3.11 Bn |
| 8 | Banco Santander | 210.20 Bn | 217.82 Bn | 28.01 Bn | 5.73 Bn |
| 9 | Toronto Dominion Bank | 206.68 Bn | 45.35 Bn | - | -3.17 Bn |
| 10 | Credicorp | 36.07 Bn | 36.75 Bn | - | 5.59 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.59 Bn |
| Mar 31, 2026 | 3.20 Bn |
| Dec 31, 2025 | 2.68 Bn |
| Sep 30, 2025 | 2.67 Bn |
| Jun 30, 2025 | 4.93 Bn |
| Mar 31, 2025 | 2.61 Bn |
| Dec 31, 2024 | 7.55 Bn |
| Sep 30, 2024 | 5.77 Bn |
| Jun 30, 2024 | 3.85 Bn |
| Mar 31, 2024 | 2.24 Bn |
| Dec 31, 2023 | 6.39 Bn |
| Sep 30, 2023 | 5.16 Bn |
| Jun 30, 2023 | 2.09 Bn |
| Mar 31, 2023 | 2.11 Bn |
| Dec 31, 2022 | 8.98 Bn |
| Sep 30, 2022 | 3.91 Bn |
| Jun 30, 2022 | 2.03 Bn |
| Mar 31, 2022 | 2.09 Bn |
| Dec 31, 2021 | 3.22 Bn |
| Sep 30, 2021 | 4.20 Bn |
Credicorp Net Income 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=net-income&ticker=BAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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=net-income&ticker=BAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();