Credicorp (BAP) Net Cash Flow (2009 - 2025)
Credicorp (BAP) posted Net Cash Flow of -$3.4 billion for Q4 2025, down 89.5% on a QoQ basis from -$1.8 billion in Q4 2024, and down 89.5% year-over-year from -$32.7 billion in Q4 2024.
Credicorp (BAP) Net Cash Flow (2009 - 2025) Analysis & Trends
Credicorp has reported Net Cash Flow for 12 years, with the latest figure at -$3.4 billion in Q4 2025.
- On a quarterly basis, Net Cash Flow fell 89.5% year-over-year to -$3.4 billion in Q4 2025; TTM through Dec 2025 was -$12.6 billion, a 5.7% increase from a year earlier, with the FY2025 full-year figure at $5.2 billion, down 60.91% from the prior year.
- Net Cash Flow was -$3.4 billion for Q4 2025 at Credicorp, down from -$1.8 billion in the prior quarter.
- The five-year high for Net Cash Flow was -$1.8 billion in Q4 2024, with the low at -$4.2 billion in Q4 2021.
- Average Net Cash Flow over 5 years is -$3.4 billion, with a median of -$3.5 billion recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Net Cash Flow surged 48.56% in 2024, then tumbled 89.5% in 2025.
- Over 5 years, Net Cash Flow stood at -$4.2 billion in 2021, then rose by 8.25% to -$3.8 billion in 2022, then climbed by 8.52% to -$3.5 billion in 2023, then surged by 48.56% to -$1.8 billion in 2024, then tumbled by 89.5% to -$3.4 billion in 2025.
- The last three Net Cash Flow figures came in at -$3.4 billion (Q4 2025), -$1.8 billion (Q4 2024), and -$3.5 billion (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 405.01 Bn | -183.49 Bn | 30.39 Bn | -12.45 Bn |
| 2 | Morgan Stanley | 318.33 Bn | 158.20 Bn | - | 27.11 Bn |
| 3 | Royal Bank Of Canada | 284.62 Bn | 57.78 Bn | - | 2.71 Bn |
| 4 | Goldman Sachs | 274.43 Bn | -701.92 Bn | - | 8.45 Bn |
| 5 | Mitsubishi Ufj Financial | 274.26 Bn | -110.06 Bn | 10.89 Bn | - |
| 6 | Wells Fargo & Company | 260.84 Bn | 59.01 Bn | - | 28.19 Bn |
| 7 | American Express | 210.32 Bn | 161.00 Bn | 17.99 Bn | -8.51 Bn |
| 8 | Banco Santander | 210.20 Bn | 217.82 Bn | 28.01 Bn | 36.34 Bn |
| 9 | Toronto Dominion Bank | 206.68 Bn | 45.35 Bn | - | 550.09 Mn |
| 10 | Credicorp | 36.07 Bn | 36.75 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -3.43 Bn |
| Dec 31, 2024 | -1.81 Bn |
| Dec 31, 2023 | -3.52 Bn |
| Dec 31, 2022 | -3.85 Bn |
| Dec 31, 2021 | -4.19 Bn |
| Dec 31, 2020 | -3.96 Bn |
| Mar 31, 2020 | 3.25 Bn |
| Dec 31, 2019 | -3.55 Bn |
| Mar 31, 2019 | 1.04 Bn |
| Dec 31, 2018 | -1.76 Bn |
| Dec 31, 2017 | -2.14 Bn |
| Dec 31, 2016 | -3,589.95 Bn |
| Dec 31, 2014 | 15.79 Mn |
| Dec 31, 2009 | 325.22 Mn |
Credicorp Net Cash Flow 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-cash-flow&ticker=BAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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-cash-flow&ticker=BAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();