Credicorp (BAP) Non Operating Interest Expenses (2009 - 2026)
Credicorp (BAP) posted Non Operating Interest Expenses of -$96.1 million for Q2 2026, down 85.16% on a QoQ basis from -$51.9 million in Q1 2026, and down 86.29% year-over-year from -$700.8 million in Q2 2025.
Credicorp (BAP) Non Operating Interest Expenses (2009 - 2026) Analysis & Trends
Credicorp has reported Non Operating Interest Expenses for 18 years, with the latest figure at -$96.1 million in Q2 2026.
- On a quarterly basis, Non Operating Interest Expenses fell 86.29% year-over-year to -$96.1 million in Q2 2026; TTM through Jun 2026 was -$261.8 million, a 0.6% increase from a year earlier, with the FY2025 full-year figure at -$568.4 million, up 26.5% from the prior year.
- Non Operating Interest Expenses was -$96.1 million for Q2 2026 at Credicorp, down from -$51.9 million in the prior quarter.
- The five-year high for Non Operating Interest Expenses was -$19.2 million in Q3 2022, with the low at -$494.0 million in Q1 2022.
- Average Non Operating Interest Expenses over 5 years is -$88.1 million, with a median of -$54.5 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Non Operating Interest Expenses jumped 96.81% in 2022, then tumbled 242.1% in 2023.
- Over 5 years, Non Operating Interest Expenses stood at -$137.9 million in 2022, then advanced by 27.43% to -$100.1 million in 2023, then slipped by 6.27% to -$106.3 million in 2024, then surged by 39.23% to -$64.6 million in 2025, then sank by 48.72% to -$96.1 million in 2026.
- The last three Non Operating Interest Expenses figures came in at -$96.1 million (Q2 2026), -$51.9 million (Q1 2026), and -$64.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Interest Expenses (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 | - | 12.80 Bn |
| 4 | Goldman Sachs | 274.43 Bn | -701.92 Bn | - | - |
| 5 | Mitsubishi Ufj Financial | 274.26 Bn | -110.06 Bn | 10.89 Bn | 1.49 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 | -34.43 Bn |
| 9 | Toronto Dominion Bank | 206.68 Bn | 45.35 Bn | - | 3.04 Bn |
| 10 | Credicorp | 36.07 Bn | 36.75 Bn | - | -96.11 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -96.11 Mn |
| Mar 31, 2026 | -51.90 Mn |
| Dec 31, 2025 | -64.62 Mn |
| Sep 30, 2025 | -49.13 Mn |
| Jun 30, 2025 | -51.59 Mn |
| Mar 31, 2025 | -48.35 Mn |
| Dec 31, 2024 | -106.34 Mn |
| Sep 30, 2024 | -57.05 Mn |
| Jun 30, 2024 | -57.64 Mn |
| Mar 31, 2024 | -45.95 Mn |
| Dec 31, 2023 | -100.07 Mn |
| Sep 30, 2023 | -65.53 Mn |
| Jun 30, 2023 | -49.27 Mn |
| Mar 31, 2023 | -39.56 Mn |
| Dec 31, 2022 | -137.89 Mn |
| Sep 30, 2022 | -19.16 Mn |
| Jun 30, 2022 | -52.04 Mn |
| Mar 31, 2022 | -494.04 Mn |
| Dec 31, 2021 | -614.52 Mn |
| Sep 30, 2021 | -599.90 Mn |
Credicorp Non Operating Interest 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=non-operating-interest-expenses&ticker=BAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-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=non-operating-interest-expenses&ticker=BAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();