Credicorp (BAP) Cash from Operations (2014 - 2022)
Credicorp (BAP) posted Cash from Operations of -$1.2 billion for Q4 2022, down 135.42% on a QoQ basis from $3.3 billion in Q1 2020.
Analysis
Credicorp (BAP) Cash from Operations (2014 - 2022) Analysis & Trends
Credicorp has reported Cash from Operations for 5 years, with the latest figure at -$1.2 billion in Q4 2022.
- On a quarterly basis, Cash from Operations changed N/A year-over-year to -$1.2 billion in Q4 2022; TTM through Dec 2022 was $2.9 billion, a N/A change from a year earlier, with the FY2025 full-year figure at $8.6 billion, down 40.74% from the prior year.
- Cash from Operations was -$1.2 billion for Q4 2022 at Credicorp, down from $3.3 billion in the prior quarter.
- The five-year high for Cash from Operations was $3.3 billion in Q1 2020, with the low at -$1.2 billion in Q4 2022.
- Average Cash from Operations over 4 years is $722.7 million, with a median of $395.5 million recorded in 2018.
- The largest YoY upside for Cash from Operations was 211.79% in 2020 against a maximum downside of 211.79% in 2020.
- Over 4 years, Cash from Operations stood at -$251.6 million in 2018, then jumped by 514.46% to $1.0 billion in 2019, then surged by 211.79% to $3.3 billion in 2020, then tumbled by 135.42% to -$1.2 billion in 2022.
- The last three Cash from Operations figures came in at -$1.2 billion (Q4 2022), $3.3 billion (Q1 2020), and $1.0 billion (Q1 2019), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Operations (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 405.01 Bn | -183.49 Bn | 30.39 Bn | 29.04 Bn |
| 2 | Morgan Stanley | 318.33 Bn | 158.20 Bn | - | -2.75 Bn |
| 3 | Royal Bank Of Canada | 284.62 Bn | 57.78 Bn | - | 25.17 Bn |
| 4 | Goldman Sachs | 274.43 Bn | -701.92 Bn | - | 6.11 Bn |
| 5 | Mitsubishi Ufj Financial | 274.26 Bn | -110.06 Bn | 10.89 Bn | - |
| 6 | Wells Fargo & Company | 260.84 Bn | 59.01 Bn | - | 6.78 Bn |
| 7 | American Express | 210.32 Bn | 161.00 Bn | 17.99 Bn | 5.37 Bn |
| 8 | Banco Santander | 210.20 Bn | 217.82 Bn | 28.01 Bn | 31.76 Bn |
| 9 | Toronto Dominion Bank | 206.68 Bn | 45.35 Bn | - | -4.20 Bn |
| 10 | Credicorp | 36.07 Bn | 36.75 Bn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | -1.15 Bn |
| Mar 31, 2020 | 3.25 Bn |
| Mar 31, 2019 | 1.04 Bn |
| Dec 31, 2018 | -251.57 Mn |
| Dec 31, 2014 | -265,000.00 |
API Access
Credicorp Cash from Operations 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=cash-from-operations&ticker=BAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=BAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();