Credicorp (BAP) Cash from Investing Activities (2014 - 2025)
Credicorp (BAP) posted Cash from Investing Activities of -$1.6 billion for Q4 2025, down 26.94% on a QoQ basis from -$1.3 billion in Q4 2023.
Credicorp (BAP) Cash from Investing Activities (2014 - 2025) Analysis & Trends
Credicorp has reported Cash from Investing Activities for 10 years, with the latest figure at -$1.6 billion in Q4 2025.
- On a quarterly basis, Cash from Investing Activities changed N/A year-over-year to -$1.6 billion in Q4 2025; TTM through Dec 2025 was -$7.7 billion, a N/A change from a year earlier, with the FY2025 full-year figure at -$1.6 billion, down 401.98% from the prior year.
- Cash from Investing Activities was -$1.6 billion for Q4 2025 at Credicorp, down from -$1.3 billion in the prior quarter.
- The five-year high for Cash from Investing Activities was -$1.1 billion in Q4 2022, with the low at -$3.7 billion in Q4 2021.
- Average Cash from Investing Activities over 4 years is -$1.9 billion, with a median of -$1.4 billion recorded in 2023.
- The sharpest annual moves came in 2021 and 2022: Cash from Investing Activities sank 99.12% in 2021, then soared 70.63% in 2022.
- Over 4 years, Cash from Investing Activities stood at -$3.7 billion in 2021, then jumped by 70.63% to -$1.1 billion in 2022, then decreased by 14.62% to -$1.3 billion in 2023, then fell by 26.94% to -$1.6 billion in 2025.
- The last three Cash from Investing Activities figures came in at -$1.6 billion (Q4 2025), -$1.3 billion (Q4 2023), and -$1.1 billion (Q4 2022), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 405.01 Bn | -183.49 Bn | 30.39 Bn | -16.76 Bn |
| 2 | Morgan Stanley | 318.33 Bn | 158.20 Bn | - | -7.20 Bn |
| 3 | Royal Bank Of Canada | 284.62 Bn | 57.78 Bn | - | -19.80 Bn |
| 4 | Goldman Sachs | 274.43 Bn | -701.92 Bn | - | -28.57 Bn |
| 5 | Mitsubishi Ufj Financial | 274.26 Bn | -110.06 Bn | 10.89 Bn | - |
| 6 | Wells Fargo & Company | 260.84 Bn | 59.01 Bn | - | -29.87 Bn |
| 7 | American Express | 210.32 Bn | 161.00 Bn | 17.99 Bn | -8.98 Bn |
| 8 | Banco Santander | 210.20 Bn | 217.82 Bn | 28.01 Bn | 6.47 Bn |
| 9 | Toronto Dominion Bank | 206.68 Bn | 45.35 Bn | - | 7.06 Bn |
| 10 | Credicorp | 36.07 Bn | 36.75 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -1.59 Bn |
| Dec 31, 2023 | -1.26 Bn |
| Dec 31, 2022 | -1.09 Bn |
| Dec 31, 2021 | -3.73 Bn |
| Dec 31, 2020 | -1.87 Bn |
| Mar 31, 2020 | -1.01 Mn |
| Mar 31, 2019 | 951,919.00 |
| Dec 31, 2018 | -59.34 Mn |
| Dec 31, 2017 | 249.91 Mn |
| Dec 31, 2016 | -1,978.97 Bn |
| Dec 31, 2014 | -21.33 Mn |
Credicorp Cash from Investing Activities 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=cash-from-investing-activities&ticker=BAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=BAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();