Credicorp (BAP) Exchange Rate Effect (2009 - 2025)
Credicorp (BAP) posted Exchange Rate Effect of -$3.8 billion for Q4 2025, down 395.88% on a QoQ basis from -$760.7 million in Q4 2023.
Credicorp (BAP) Exchange Rate Effect (2009 - 2025) Analysis & Trends
Credicorp has reported Exchange Rate Effect for 9 years, with the latest figure at -$3.8 billion in Q4 2025.
- On a quarterly basis, Exchange Rate Effect changed N/A year-over-year to -$3.8 billion in Q4 2025; TTM through Dec 2025 was -$5.9 billion, a N/A change from a year earlier, with the FY2025 full-year figure at -$3.8 billion, down 1019.4% from the prior year.
- Exchange Rate Effect was -$3.8 billion for Q4 2025 at Credicorp, down from -$760.7 million in the prior quarter.
- The five-year high for Exchange Rate Effect was -$760.7 million in Q4 2023, with the low at -$3.8 billion in Q4 2025.
- Average Exchange Rate Effect over 3 years is -$2.0 billion, with a median of -$1.3 billion recorded in 2022.
- The largest YoY upside for Exchange Rate Effect was 42.61% in 2023 against a maximum downside of 42.61% in 2023.
- Over 3 years, Exchange Rate Effect stood at -$1.3 billion in 2022, then surged by 42.61% to -$760.7 million in 2023, then tumbled by 395.88% to -$3.8 billion in 2025.
- The last three Exchange Rate Effect figures came in at -$3.8 billion (Q4 2025), -$760.7 million (Q4 2023), and -$1.3 billion (Q4 2022), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Exchange Rate Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 405.01 Bn | -183.49 Bn | 30.39 Bn | -289.00 Mn |
| 2 | Morgan Stanley | 318.33 Bn | 158.20 Bn | - | -503.00 Mn |
| 3 | Royal Bank Of Canada | 284.62 Bn | 57.78 Bn | - | 723.66 Mn |
| 4 | Goldman Sachs | 274.43 Bn | -701.92 Bn | - | -713.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 | -6.00 Mn |
| 8 | Banco Santander | 210.20 Bn | 217.82 Bn | 28.01 Bn | 1.21 Bn |
| 9 | Toronto Dominion Bank | 206.68 Bn | 45.35 Bn | - | 134.12 Mn |
| 10 | Credicorp | 36.07 Bn | 36.75 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -3.77 Bn |
| Dec 31, 2023 | -760.65 Mn |
| Dec 31, 2022 | -1.33 Bn |
| Mar 31, 2020 | 697,368.00 |
| Dec 31, 2019 | -294.87 Mn |
| Mar 31, 2019 | -257,967.00 |
| Dec 31, 2017 | -784.69 Mn |
| Dec 31, 2016 | -454.12 Bn |
| Dec 31, 2010 | -52.24 Mn |
| Dec 31, 2009 | 90.97 Mn |
Credicorp Exchange Rate Effect 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=exchange-rate-effect&ticker=BAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=BAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();