Credicorp (BAP) Free Cash Flow (2014 - 2025)
Credicorp (BAP) posted Free Cash Flow of $284.7 million for Q4 2025, down 8.2% on a QoQ basis from $310.1 million in Q4 2024, and down 8.2% year-over-year from $310.1 million in Q4 2024.
Credicorp (BAP) Free Cash Flow (2014 - 2025) Analysis & Trends
Credicorp has reported Free Cash Flow for 11 years, with the latest figure at $284.7 million in Q4 2025.
- On a quarterly basis, Free Cash Flow fell 8.2% year-over-year to $284.7 million in Q4 2025; TTM through Dec 2025 was -$41.5 million, a 81.0% increase from a year earlier, with the FY2025 full-year figure at $8.9 billion, down 40.06% from the prior year.
- Free Cash Flow was $284.7 million for Q4 2025 at Credicorp, down from $310.1 million in the prior quarter.
- The five-year high for Free Cash Flow was $322.4 million in Q4 2023, with the low at -$958.7 million in Q4 2022.
- Average Free Cash Flow over 5 years is $13.3 million, with a median of $284.7 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2023: Free Cash Flow sank 989.44% in 2022, then jumped 133.63% in 2023.
- Over 5 years, Free Cash Flow stood at $107.8 million in 2021, then tumbled by 989.44% to -$958.7 million in 2022, then surged by 133.63% to $322.4 million in 2023, then dropped by 3.79% to $310.1 million in 2024, then fell by 8.2% to $284.7 million in 2025.
- The last three Free Cash Flow figures came in at $284.7 million (Q4 2025), $310.1 million (Q4 2024), and $322.4 million (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Free Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 405.01 Bn | -183.49 Bn | 30.39 Bn | 29.04 Bn |
| 2 | Morgan Stanley | 318.33 Bn | 158.20 Bn | - | -3.57 Bn |
| 3 | Royal Bank Of Canada | 284.62 Bn | 57.78 Bn | - | 25.17 Bn |
| 4 | Goldman Sachs | 274.43 Bn | -701.92 Bn | - | 5.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 | - | 6.78 Bn |
| 7 | American Express | 210.32 Bn | 161.00 Bn | 17.99 Bn | 4.47 Bn |
| 8 | Banco Santander | 210.20 Bn | 217.82 Bn | 28.01 Bn | 221.87 Bn |
| 9 | Toronto Dominion Bank | 206.68 Bn | 45.35 Bn | - | 5.84 Bn |
| 10 | Credicorp | 36.07 Bn | 36.75 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 284.71 Mn |
| Dec 31, 2024 | 310.14 Mn |
| Dec 31, 2023 | 322.37 Mn |
| Dec 31, 2022 | -958.72 Mn |
| Dec 31, 2021 | 107.79 Mn |
| Dec 31, 2020 | 98.12 Mn |
| Mar 31, 2020 | 3.25 Bn |
| Dec 31, 2019 | 134.78 Mn |
| Mar 31, 2019 | 1.04 Bn |
| Dec 31, 2018 | -70.11 Mn |
| Dec 31, 2017 | 143.85 Mn |
| Dec 31, 2016 | 110.15 Bn |
| Dec 31, 2014 | -265,000.00 |
Credicorp Free 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=free-cash-flow&ticker=BAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-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=free-cash-flow&ticker=BAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();