Credicorp (BAP) Capital Expenditures (2016 - 2025)
Credicorp (BAP) posted Capital Expenditures of -$284.7 million for Q4 2025, up 8.2% on a QoQ basis from -$310.1 million in Q4 2024, and up 8.2% year-over-year from -$263.1 million in Q4 2024.
Credicorp (BAP) Capital Expenditures (2016 - 2025) Analysis & Trends
Credicorp has reported Capital Expenditures for 10 years, with the latest figure at -$284.7 million in Q4 2025.
- On a quarterly basis, Capital Expenditures rose 8.2% year-over-year to -$284.7 million in Q4 2025; TTM through Dec 2025 was -$1.1 billion, a 18.96% decrease from a year earlier, with the FY2025 full-year figure at -$284.7 million, up 8.2% from the prior year.
- Capital Expenditures was -$284.7 million for Q4 2025 at Credicorp, up from -$310.1 million in the prior quarter.
- The five-year high for Capital Expenditures was -$107.8 million in Q4 2021, with the low at -$322.4 million in Q4 2023.
- Average Capital Expenditures over 5 years is -$243.5 million, with a median of -$284.7 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2025: Capital Expenditures plunged 78.77% in 2022, then rose 8.2% in 2025.
- Over 5 years, Capital Expenditures stood at -$107.8 million in 2021, then slumped by 78.77% to -$192.7 million in 2022, then plunged by 67.29% to -$322.4 million in 2023, then increased by 3.79% to -$310.1 million in 2024, then grew by 8.2% to -$284.7 million in 2025.
- The last three Capital Expenditures 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) | Capital Expenditures (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 405.01 Bn | -183.49 Bn | 30.39 Bn | - |
| 2 | Morgan Stanley | 318.33 Bn | 158.20 Bn | - | 819.00 Mn |
| 3 | Royal Bank Of Canada | 284.62 Bn | 57.78 Bn | - | - |
| 4 | Goldman Sachs | 274.43 Bn | -701.92 Bn | - | 502.00 Mn |
| 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 | 898.00 Mn |
| 8 | Banco Santander | 210.20 Bn | 217.82 Bn | 28.01 Bn | -190.11 Bn |
| 9 | Toronto Dominion Bank | 206.68 Bn | 45.35 Bn | - | -10.04 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 | -192.70 Mn |
| Dec 31, 2021 | -107.79 Mn |
| Dec 31, 2020 | -98.12 Mn |
| Mar 31, 2020 | -15,348.00 |
| Dec 31, 2019 | -134.78 Mn |
| Mar 31, 2019 | -32,084.00 |
| Dec 31, 2018 | -181.46 Mn |
| Dec 31, 2017 | -143.85 Mn |
| Dec 31, 2016 | -110.15 Bn |
Credicorp Capital Expenditures 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=capital-expenditures&ticker=BAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=BAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();