Credicorp (BAP) Other financing activities (2016 - 2025)
Credicorp (BAP) posted Other financing activities of -$119.3 million for Q4 2025, down 7.54% on a QoQ basis from -$110.9 million in Q4 2024, and down 7.54% year-over-year from -$129.0 million in Q4 2024.
Credicorp (BAP) Other financing activities (2016 - 2025) Analysis & Trends
Credicorp has reported Other financing activities for 10 years, with the latest figure at -$119.3 million in Q4 2025.
- On a quarterly basis, Other financing activities fell 7.54% year-over-year to -$119.3 million in Q4 2025; TTM through Dec 2025 was -$399.3 million, a 17.8% decrease from a year earlier, with the FY2025 full-year figure at -$119.3 million, down 7.54% from the prior year.
- Other financing activities was -$119.3 million for Q4 2025 at Credicorp, down from -$110.9 million in the prior quarter.
- The five-year high for Other financing activities was -$58.9 million in Q4 2021, with the low at -$119.3 million in Q4 2025.
- Average Other financing activities over 5 years is -$91.6 million, with a median of -$85.6 million recorded in 2023.
- The sharpest annual moves came in 2021 and 2022: Other financing activities surged 61.24% in 2021, then plunged 41.93% in 2022.
- Over 5 years, Other financing activities stood at -$58.9 million in 2021, then slumped by 41.93% to -$83.6 million in 2022, then fell by 2.36% to -$85.6 million in 2023, then retreated by 29.59% to -$110.9 million in 2024, then decreased by 7.54% to -$119.3 million in 2025.
- The last three Other financing activities figures came in at -$119.3 million (Q4 2025), -$110.9 million (Q4 2024), and -$85.6 million (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Bank Of America | 405.01 Bn | -183.49 Bn | 30.39 Bn |
| 2 | Morgan Stanley | 318.33 Bn | 158.20 Bn | - |
| 3 | Royal Bank Of Canada | 284.62 Bn | 57.78 Bn | - |
| 4 | Goldman Sachs | 274.43 Bn | -701.92 Bn | - |
| 5 | Mitsubishi Ufj Financial | 274.26 Bn | -110.06 Bn | 10.89 Bn |
| 6 | Wells Fargo & Company | 260.84 Bn | 59.01 Bn | - |
| 7 | American Express | 210.32 Bn | 161.00 Bn | 17.99 Bn |
| 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
| Date | Value |
|---|---|
| Dec 31, 2025 | -119.25 Mn |
| Dec 31, 2024 | -110.89 Mn |
| Dec 31, 2023 | -85.58 Mn |
| Dec 31, 2022 | -83.61 Mn |
| Dec 31, 2021 | -58.91 Mn |
| Dec 31, 2020 | -151.96 Mn |
| Mar 31, 2020 | -151,899.00 |
| Dec 31, 2019 | -103.23 Mn |
| Mar 31, 2019 | -103,225.00 |
| Dec 31, 2018 | -174.47 Mn |
| Dec 31, 2017 | -71.01 Mn |
| Dec 31, 2016 | -489.87 Bn |
Credicorp Other financing 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=other-financing-activities&ticker=BAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-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=other-financing-activities&ticker=BAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();