Credicorp (BAP) Change in Taxes (2009 - 2023)
Credicorp (BAP) posted Change in Taxes of -$2.1 billion for Q4 2023, down 93.31% on a QoQ basis from -$1.1 billion in Q4 2022, and down 93.31% year-over-year from -$32.0 billion in Q4 2022.
Credicorp (BAP) Change in Taxes (2009 - 2023) Analysis & Trends
Credicorp has reported Change in Taxes for 7 years, with the latest figure at -$2.1 billion in Q4 2023.
- On a quarterly basis, Change in Taxes fell 93.31% year-over-year to -$2.1 billion in Q4 2023; TTM through Dec 2023 was -$5.5 billion, a 46.06% decrease from a year earlier, with the FY2025 full-year figure at $11.3 billion, down 30.56% from the prior year.
- Change in Taxes was -$2.1 billion for Q4 2023 at Credicorp, down from -$1.1 billion in the prior quarter.
- The five-year high for Change in Taxes was -$392.4 million in Q1 2020, with the low at -$2.1 billion in Q4 2023.
- Average Change in Taxes over 5 years is -$1.1 billion, with a median of -$1.1 billion recorded in 2021.
- The sharpest annual moves came in 2021 and 2023: Change in Taxes climbed 2.79% in 2021, then tumbled 93.31% in 2023.
- Over 5 years, Change in Taxes stood at -$1.2 billion in 2019, then rose by 0.45% to -$1.2 billion in 2020, then increased by 2.79% to -$1.1 billion in 2021, then increased by 2.11% to -$1.1 billion in 2022, then slumped by 93.31% to -$2.1 billion in 2023.
- The last three Change in Taxes figures came in at -$2.1 billion (Q4 2023), -$1.1 billion (Q4 2022), and -$1.1 billion (Q4 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Taxes (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 | - | 174.28 Mn |
| 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 | - | 22.95 Mn |
| 10 | Credicorp | 36.07 Bn | 36.75 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | -2.14 Bn |
| Dec 31, 2022 | -1.11 Bn |
| Dec 31, 2021 | -1.13 Bn |
| Dec 31, 2020 | -1.16 Bn |
| Mar 31, 2020 | -392.40 Mn |
| Dec 31, 2019 | -1.17 Bn |
| Mar 31, 2019 | -393.58 Mn |
| Dec 31, 2018 | -1.11 Bn |
| Dec 31, 2009 | 142.52 Mn |
Credicorp Change in Taxes 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=change-in-taxes&ticker=BAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=BAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();