Barclays Bank (ATMP) Non-cash Items (2010 - 2013)
Barclays Bank (ATMP) posted Non-cash Items of $10.1 billion for Q4 2013, up 14.66% on a QoQ basis from $8.8 billion in Q4 2012, and up 14.66% year-over-year from $8.8 billion in Q4 2012.
Barclays Bank (ATMP) Non-cash Items (2010 - 2013) Analysis & Trends
Barclays Bank has reported Non-cash Items for 4 years, with the latest figure at $10.1 billion in Q4 2013.
- On a quarterly basis, Non-cash Items rose 14.66% year-over-year to $10.1 billion in Q4 2013; TTM through Dec 2013 was $29.9 billion, a 35.17% increase from a year earlier, with the FY2017 full-year figure at $7.5 billion, up 133.64% from the prior year.
- Non-cash Items was $10.1 billion for Q4 2013 at Barclays Bank, up from $8.8 billion in the prior quarter.
- The five-year high for Non-cash Items was $10.1 billion in Q4 2013, with the low at $3.1 billion in Q4 2010.
- Average Non-cash Items over 4 years is $7.5 billion, with a median of $8.4 billion recorded in 2012.
- The sharpest annual moves came in 2011 and 2012: Non-cash Items surged 162.16% in 2011, then advanced 9.99% in 2012.
- Over 4 years, Non-cash Items stood at $3.1 billion in 2010, then soared by 162.16% to $8.0 billion in 2011, then gained by 9.99% to $8.8 billion in 2012, then grew by 14.66% to $10.1 billion in 2013.
- The last three Non-cash Items figures came in at $10.1 billion (Q4 2013), $8.8 billion (Q4 2012), and $8.0 billion (Q4 2011), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Bank Of America | 394.48 Bn | -194.01 Bn | 30.39 Bn |
| 2 | Hsbc Holdings | 348.97 Bn | 349.02 Bn | - |
| 3 | Morgan Stanley | 314.73 Bn | 154.60 Bn | - |
| 4 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - |
| 5 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - |
| 6 | Mitsubishi Ufj Financial | 274.03 Bn | -110.29 Bn | 10.89 Bn |
| 7 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - |
| 8 | Banco Santander | 212.85 Bn | 220.46 Bn | 28.01 Bn |
| 9 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - |
| 10 | Barclays Bank | 40.38 Bn | 40.38 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2013 | 10.09 Bn |
| Dec 31, 2012 | 8.80 Bn |
| Dec 31, 2011 | 8.00 Bn |
| Dec 31, 2010 | 3.05 Bn |
Barclays Bank Non-cash Items 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=non-cash-items&ticker=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-cash-items", "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=non-cash-items&ticker=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();