Credicorp (BAP) Non Operating Investment Income (2018 - 2026)
Credicorp (BAP) posted Non Operating Investment Income of $357.3 million for Q2 2026, up 77.33% on a QoQ basis from $201.5 million in Q1 2026, and up 13.11% year-over-year from $315.9 million in Q2 2025.
Credicorp (BAP) Non Operating Investment Income (2018 - 2026) Analysis & Trends
Credicorp has reported Non Operating Investment Income for 9 years, with the latest figure at $357.3 million in Q2 2026.
- On a quarterly basis, Non Operating Investment Income rose 13.11% year-over-year to $357.3 million in Q2 2026; TTM through Jun 2026 was $826.3 million, a 12.02% decrease from a year earlier, with the FY2025 full-year figure at $400.7 million, up 10.6% from the prior year.
- Non Operating Investment Income was $357.3 million for Q2 2026 at Credicorp, up from $201.5 million in the prior quarter.
- The five-year high for Non Operating Investment Income was $77.5 billion in Q4 2022, with the low at -$29.1 million in Q2 2023.
- Average Non Operating Investment Income over 5 years is $4.4 billion, with a median of $130.9 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Non Operating Investment Income soared 1032079.76% in 2022, then plunged 1014.94% in 2023.
- Over 5 years, Non Operating Investment Income stood at $77.5 billion in 2022, then sank by 99.77% to $181.5 million in 2023, then soared by 68.47% to $305.8 million in 2024, then plunged by 50.9% to $150.1 million in 2025, then soared by 137.99% to $357.3 million in 2026.
- The last three Non Operating Investment Income figures came in at $357.3 million (Q2 2026), $201.5 million (Q1 2026), and $150.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Investment Income (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 | - | -20.80 Mn |
| 4 | Goldman Sachs | 274.43 Bn | -701.92 Bn | - | - |
| 5 | Mitsubishi Ufj Financial | 274.26 Bn | -110.06 Bn | 10.89 Bn | 669.64 Mn |
| 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 | 3.49 Mn |
| 9 | Toronto Dominion Bank | 206.68 Bn | 45.35 Bn | - | - |
| 10 | Credicorp | 36.07 Bn | 36.75 Bn | - | 357.31 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 357.31 Mn |
| Mar 31, 2026 | 201.49 Mn |
| Dec 31, 2025 | 150.13 Mn |
| Sep 30, 2025 | 117.41 Mn |
| Jun 30, 2025 | 315.89 Mn |
| Mar 31, 2025 | 100.40 Mn |
| Dec 31, 2024 | 305.79 Mn |
| Sep 30, 2024 | 217.15 Mn |
| Jun 30, 2024 | 144.06 Mn |
| Mar 31, 2024 | 77.98 Mn |
| Dec 31, 2023 | 181.51 Mn |
| Sep 30, 2023 | 117.76 Mn |
| Jun 30, 2023 | -29.11 Mn |
| Mar 31, 2023 | 27.00 Mn |
| Dec 31, 2022 | 77.51 Bn |
| Sep 30, 2022 | -5.59 Mn |
| Jun 30, 2022 | -2.61 Mn |
| Mar 31, 2022 | -1.90 Mn |
| Dec 31, 2021 | -7.51 Mn |
| Sep 30, 2021 | -30.02 Mn |
Credicorp Non Operating Investment Income 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-investment-income&ticker=BAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "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-investment-income&ticker=BAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();