Barclays Bank (ATMP) Change in Cash (2012 - 2018)
Barclays Bank (ATMP) posted Change in Cash of -$70.1 billion for Q2 2018, down 13.83% on a QoQ basis from -$61.6 billion in Q4 2013.
Analysis
Barclays Bank (ATMP) Change in Cash (2012 - 2018) Analysis & Trends
Barclays Bank has reported Change in Cash for 3 years, with the latest figure at -$70.1 billion in Q2 2018.
- On a quarterly basis, Change in Cash changed N/A year-over-year to -$70.1 billion in Q2 2018; TTM through Jun 2018 was -$176.4 billion, a N/A change from a year earlier, with the FY2025 full-year figure at $43.1 billion, up 856.41% from the prior year.
- Change in Cash was -$70.1 billion for Q2 2018 at Barclays Bank, down from -$61.6 billion in the prior quarter.
- The five-year high for Change in Cash was -$70.1 billion in Q2 2018, with the low at -$70.1 billion in Q2 2018.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 394.48 Bn | -194.01 Bn | 30.39 Bn | -12.73 Bn |
| 2 | Hsbc Holdings | 348.97 Bn | 349.02 Bn | - | - |
| 3 | Morgan Stanley | 314.73 Bn | 154.60 Bn | - | 26.61 Bn |
| 4 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - | 3.44 Bn |
| 5 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - | 7.74 Bn |
| 6 | Mitsubishi Ufj Financial | 274.03 Bn | -110.29 Bn | 10.89 Bn | - |
| 7 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - | 28.19 Bn |
| 8 | Banco Santander | 212.85 Bn | 220.46 Bn | 28.01 Bn | -6.03 Bn |
| 9 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - | 684.21 Mn |
| 10 | Barclays Bank | 40.38 Bn | 40.38 Bn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2018 | -70.14 Bn |
| Dec 31, 2013 | -61.63 Bn |
| Dec 31, 2012 | -44.61 Bn |
API Access
Barclays Bank 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=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "ticker": "ATMP", "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=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();