Credicorp (BAP) Other Operating Expenses (2009 - 2026)
Credicorp (BAP) posted Other Operating Expenses of -$1.1 billion for Q2 2026, down 5.2% on a QoQ basis from -$1.0 billion in Q1 2026, and down 17.9% year-over-year from -$1.3 billion in Q2 2025.
Credicorp (BAP) Other Operating Expenses (2009 - 2026) Analysis & Trends
Credicorp has reported Other Operating Expenses for 18 years, with the latest figure at -$1.1 billion in Q2 2026.
- On a quarterly basis, Other Operating Expenses fell 17.9% year-over-year to -$1.1 billion in Q2 2026; TTM through Jun 2026 was -$4.1 billion, a 392.97% decrease from a year earlier, with the FY2025 full-year figure at -$30.1 million, down 10.92% from the prior year.
- Other Operating Expenses was -$1.1 billion for Q2 2026 at Credicorp, down from -$1.0 billion in the prior quarter.
- The five-year high for Other Operating Expenses was $10.1 billion in Q4 2023, with the low at -$1.1 billion in Q2 2026.
- Average Other Operating Expenses over 5 years is $527.0 million, with a median of -$802.3 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Other Operating Expenses soared 107.44% in 2022, then sank 1001.32% in 2023.
- Over 5 years, Other Operating Expenses stood at $9.7 billion in 2022, then rose by 4.06% to $10.1 billion in 2023, then sank by 81.66% to $1.9 billion in 2024, then plunged by 154.84% to -$1.0 billion in 2025, then decreased by 7.16% to -$1.1 billion in 2026.
- The last three Other Operating Expenses figures came in at -$1.1 billion (Q2 2026), -$1.0 billion (Q1 2026), and -$1.0 billion (Q4 2025), 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 |
|---|---|
| Jun 30, 2026 | -1.09 Bn |
| Mar 31, 2026 | -1.04 Bn |
| Dec 31, 2025 | -1.02 Bn |
| Sep 30, 2025 | -936.85 Mn |
| Jun 30, 2025 | -926.16 Mn |
| Mar 31, 2025 | -939.43 Mn |
| Dec 31, 2024 | 1.86 Bn |
| Sep 30, 2024 | -821.18 Mn |
| Jun 30, 2024 | -798.39 Mn |
| Mar 31, 2024 | -753.72 Mn |
| Dec 31, 2023 | 10.13 Bn |
| Sep 30, 2023 | -729.51 Mn |
| Jun 30, 2023 | -958.03 Mn |
| Mar 31, 2023 | -698.48 Mn |
| Dec 31, 2022 | 9.73 Bn |
| Sep 30, 2022 | 80.94 Mn |
| Jun 30, 2022 | -804.73 Mn |
| Mar 31, 2022 | -799.84 Mn |
| Dec 31, 2021 | 7.82 Bn |
| Sep 30, 2021 | -1.09 Bn |
Credicorp Other Operating Expenses 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-operating-expenses&ticker=BAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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-operating-expenses&ticker=BAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();