Credicorp (BAP) Equity Income (2009 - 2022)
Credicorp (BAP) posted Equity Income of $5.2 million for Q4 2022, up 37.46% on a QoQ basis from $3.8 million in Q4 2021, and up 37.46% year-over-year from $3.8 million in Q4 2021.
Credicorp (BAP) Equity Income (2009 - 2022) Analysis & Trends
Credicorp has reported Equity Income for 9 years, with the latest figure at $5.2 million in Q4 2022.
- On a quarterly basis, Equity Income rose 37.46% year-over-year to $5.2 million in Q4 2022; TTM through Dec 2022 was $3.6 billion, a 30.83% decrease from a year earlier, with the FY2017 full-year figure at $22.3 billion, up 10.62% from the prior year.
- Equity Income was $5.2 million for Q4 2022 at Credicorp, up from $3.8 million in the prior quarter.
- The five-year high for Equity Income was $5.2 million in Q4 2022, with the low at $3.8 million in Q4 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity 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 | - | 19.36 Mn |
| 4 | Goldman Sachs | 274.43 Bn | -701.92 Bn | - | - |
| 5 | Mitsubishi Ufj Financial | 274.26 Bn | -110.06 Bn | 10.89 Bn | 1.64 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 | - | - |
| 10 | Credicorp | 36.07 Bn | 36.75 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 5.16 Mn |
| Dec 31, 2021 | 3.75 Mn |
| Mar 31, 2015 | 1.88 Bn |
| Dec 31, 2014 | 1.72 Bn |
| Sep 30, 2014 | 1.61 Bn |
| Jun 30, 2014 | 1.59 Bn |
| Mar 31, 2014 | 1.45 Bn |
| Dec 31, 2013 | 1.39 Bn |
| Sep 30, 2013 | 1.40 Bn |
| Jun 30, 2013 | 1.26 Bn |
| Mar 31, 2013 | 1.66 Bn |
| Dec 31, 2012 | 632.03 Mn |
| Sep 30, 2012 | 585.18 Mn |
| Jun 30, 2012 | 523.18 Mn |
| Mar 31, 2012 | 471.52 Mn |
| Dec 31, 2011 | 458.18 Mn |
| Sep 30, 2011 | 414.82 Mn |
| Jun 30, 2011 | 377.00 Mn |
| Mar 31, 2011 | 309.79 Mn |
| Dec 31, 2010 | 330.70 Mn |
Credicorp Equity 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=equity-income&ticker=BAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-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=equity-income&ticker=BAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();