Barclays (BCS) Beginning Cash Balance (2019 - 2021)
Barclays (BCS) posted Beginning Cash Balance of $293.7 billion for Q2 2021, up 33.51% on a QoQ basis from $220.0 billion in Q4 2020.
Barclays (BCS) Beginning Cash Balance (2019 - 2021) Analysis & Trends
Barclays has reported Beginning Cash Balance for 3 years, with the latest figure at $293.7 billion in Q2 2021.
- On a quarterly basis, Beginning Cash Balance changed N/A year-over-year to $293.7 billion in Q2 2021; TTM through Jun 2021 was $293.7 billion, a N/A change from a year earlier, with the FY2020 full-year figure at $214.0 billion, down 13.51% from the prior year.
- Beginning Cash Balance was $293.7 billion for Q2 2021 at Barclays, up from $220.0 billion in the prior quarter.
- The five-year high for Beginning Cash Balance was $293.7 billion in Q2 2021, with the low at $220.0 billion in Q4 2020.
- Average Beginning Cash Balance over 3 years is $254.3 billion, with a median of $249.1 billion recorded in 2019.
- The largest YoY upside for Beginning Cash Balance was 11.68% in 2020 against a maximum downside of 11.68% in 2020.
- Over 3 years, Beginning Cash Balance stood at $249.1 billion in 2019, then retreated by 11.68% to $220.0 billion in 2020, then surged by 33.51% to $293.7 billion in 2021.
- The last three Beginning Cash Balance figures came in at $293.7 billion (Q2 2021), $220.0 billion (Q4 2020), and $249.1 billion (Q4 2019), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Asml Holding | 659.57 Bn | 643.59 Bn | 5.90 Bn |
| 2 | Hsbc Holdings | 354.33 Bn | 354.38 Bn | - |
| 3 | General Electric | 331.23 Bn | 322.11 Bn | 6.95 Bn |
| 4 | Astrazeneca | 260.48 Bn | 255.27 Bn | 12.86 Bn |
| 5 | Citigroup | 226.55 Bn | -2,073.32 Bn | 24.75 Bn |
| 6 | Bhp | 218.78 Bn | 200.24 Bn | - |
| 7 | Diageo | 211.16 Bn | 211.21 Bn | - |
| 8 | Rio Tinto | 188.09 Bn | 183.71 Bn | - |
| 9 | Ferrari | 154.46 Bn | 152.71 Bn | 1.18 Bn |
| 10 | Barclays | 87.74 Bn | 88.35 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2021 | 293.72 Bn |
| Dec 31, 2020 | 220.00 Bn |
| Dec 31, 2019 | 249.09 Bn |
Barclays Beginning Cash Balance 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=beginning-cash-balance&ticker=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "beginning-cash-balance", "ticker": "BCS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=beginning-cash-balance&ticker=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();