Credicorp (BAP) Change in Cash (2009 - 2020)
Credicorp (BAP) posted Change in Cash of $26.3 million for Q1 2020, up 18.73% on a QoQ basis from $22.2 million in Q1 2019, and up 18.73% year-over-year from $22.2 million in Q2 2019.
Credicorp (BAP) Change in Cash (2009 - 2020) Analysis & Trends
Credicorp has reported Change in Cash for 6 years, with the latest figure at $26.3 million in Q1 2020.
- On a quarterly basis, Change in Cash rose 18.73% year-over-year to $26.3 million in Q1 2020; TTM through Mar 2020 was $22044.9 billion, a 0.01% change from a year earlier, with the FY2025 full-year figure at $49.0 billion, up 2.95% from the prior year.
- Change in Cash was $26.3 million for Q1 2020 at Credicorp, up from $22.2 million in the prior quarter.
- The five-year high for Change in Cash was $22044.9 billion in Q4 2016, with the low at $22.2 million in Q1 2019.
- Average Change in Cash over 3 years is $7348.3 billion, with a median of $26.3 million recorded in 2020.
- The largest YoY upside for Change in Cash was 18.73% in 2020 against a maximum downside of 18.73% in 2020.
- Over 3 years, Change in Cash stood at $22044.9 billion in 2016, then tumbled by 100.0% to $22.2 million in 2019, then grew by 18.73% to $26.3 million in 2020.
- The last three Change in Cash figures came in at $26.3 million (Q1 2020), $22.2 million (Q1 2019), and $22044.9 billion (Q4 2016), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 405.01 Bn | -183.49 Bn | 30.39 Bn | -12.73 Bn |
| 2 | Morgan Stanley | 318.33 Bn | 158.20 Bn | - | 26.61 Bn |
| 3 | Royal Bank Of Canada | 284.62 Bn | 57.78 Bn | - | 3.44 Bn |
| 4 | Goldman Sachs | 274.43 Bn | -701.92 Bn | - | 7.74 Bn |
| 5 | Mitsubishi Ufj Financial | 274.26 Bn | -110.06 Bn | 10.89 Bn | - |
| 6 | Wells Fargo & Company | 260.84 Bn | 59.01 Bn | - | 28.19 Bn |
| 7 | American Express | 210.32 Bn | 161.00 Bn | 17.99 Bn | -8.51 Bn |
| 8 | Banco Santander | 210.20 Bn | 217.82 Bn | 28.01 Bn | -6.03 Bn |
| 9 | Toronto Dominion Bank | 206.68 Bn | 45.35 Bn | - | 684.21 Mn |
| 10 | Credicorp | 36.07 Bn | 36.75 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2020 | 26.31 Mn |
| Mar 31, 2019 | 22.16 Mn |
| Dec 31, 2016 | 22,044.87 Bn |
| Dec 31, 2014 | 15.79 Mn |
| Dec 31, 2011 | -3.09 Bn |
| Dec 31, 2009 | -20.49 Mn |
Credicorp Change in Cash 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-cash&ticker=BAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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-cash&ticker=BAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();