Credicorp (BAP) Amortizatization of Intangibles (2019 - 2020)
Credicorp (BAP) posted Amortizatization of Intangibles of -$46.6 million for Q1 2020, down 81.44% on a QoQ basis from -$25.7 million in Q1 2019, and down 81.44% year-over-year from -$251.1 million in Q2 2019.
Credicorp (BAP) Amortizatization of Intangibles (2019 - 2020) Analysis & Trends
Credicorp has reported Amortizatization of Intangibles for 2 years, with the latest figure at -$46.6 million in Q1 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Amortizatization of Intangibles (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 405.01 Bn | -183.49 Bn | 30.39 Bn | 105.00 Mn |
| 2 | Morgan Stanley | 318.33 Bn | 158.20 Bn | - | - |
| 3 | Royal Bank Of Canada | 284.62 Bn | 57.78 Bn | - | 287.60 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 | - | 167.83 Mn |
| 10 | Credicorp | 36.07 Bn | 36.75 Bn | - | - |
Credicorp Amortizatization of Intangibles 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=amortizatization-of-intangibles&ticker=BAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortizatization-of-intangibles", "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=amortizatization-of-intangibles&ticker=BAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();