Credicorp (BAP) Deferred Taxes (2019 - 2020)
Credicorp (BAP) posted Deferred Taxes of -$212.8 million for Q1 2020, down 601.42% on a QoQ basis from $42.4 million in Q1 2019, and down 601.42% year-over-year from $42.4 million in Q2 2019.
Credicorp (BAP) Deferred Taxes (2019 - 2020) Analysis & Trends
Credicorp has reported Deferred Taxes for 2 years, with the latest figure at -$212.8 million in Q1 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 405.01 Bn | -183.49 Bn | 30.39 Bn | 511.00 Mn |
| 2 | Morgan Stanley | 318.33 Bn | 158.20 Bn | - | - |
| 3 | Royal Bank Of Canada | 284.62 Bn | 57.78 Bn | - | 22.95 Mn |
| 4 | Goldman Sachs | 274.43 Bn | -701.92 Bn | - | -441.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 | - | 865.00 Mn |
| 7 | American Express | 210.32 Bn | 161.00 Bn | 17.99 Bn | -74.00 Mn |
| 8 | Banco Santander | 210.20 Bn | 217.82 Bn | 28.01 Bn | - |
| 9 | Toronto Dominion Bank | 206.68 Bn | 45.35 Bn | - | -324.89 Mn |
| 10 | Credicorp | 36.07 Bn | 36.75 Bn | - | - |
Credicorp Deferred 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=deferred-taxes&ticker=BAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-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=deferred-taxes&ticker=BAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();