Barclays Bank (ATMP) Treasury Shares (2009 - 2013)
Barclays Bank (ATMP) posted Treasury Shares of $10.6 billion for Q4 2013, up 774.86% on a QoQ basis from -$1.6 billion in Q4 2012, and up 774.86% year-over-year from $1.2 billion in Q4 2012.
Barclays Bank (ATMP) Treasury Shares (2009 - 2013) Analysis & Trends
Barclays Bank has reported Treasury Shares for 5 years, with the latest figure at $10.6 billion in Q4 2013.
- On a quarterly basis, Treasury Shares fell 561.94% year-over-year to -$1.1 billion in Q2 2010; TTM through Jun 2010 was -$1.1 billion, a 561.94% decrease from a year earlier, with the FY2009 full-year figure at -$219.3 million, changed N/A from the prior year.
- Treasury Shares was -$1.1 billion for Q2 2010 at Barclays Bank, down from -$228.7 million in the prior quarter.
- The five-year high for Treasury Shares was $238.5 million in Q2 2009, with the low at -$1.1 billion in Q2 2010.
- Average Treasury Shares over 5 years is $1.4 billion, with a median of -$369.3 million recorded in 2011.
- The sharpest annual moves came in 2010 and 2013: Treasury Shares sank 2998.62% in 2010, then surged 774.86% in 2013.
- Over 2 years, Treasury Shares stood at -$228.7 million in 2009, then tumbled by 381.7% to -$1.1 billion in 2010.
- The last three Treasury Shares figures came in at -$1.1 billion (Q2 2010), -$228.7 million (Q4 2009), and $238.5 million (Q2 2009), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (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 | - | 466.96 Mn |
| 4 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - | - |
| 5 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - | 644.90 Mn |
| 6 | Mitsubishi Ufj Financial | 274.03 Bn | -110.29 Bn | 10.89 Bn | -6.49 Bn |
| 7 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - | 2.45 Bn |
| 8 | Banco Santander | 212.85 Bn | 220.46 Bn | 28.01 Bn | 4.43 Bn |
| 9 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - | -32.99 Mn |
| 10 | Barclays Bank | 40.38 Bn | 40.38 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2013 | 10.61 Bn |
| Dec 31, 2013 | 10.61 Bn |
| Dec 31, 2012 | -1.57 Bn |
| Dec 31, 2012 | -1.57 Bn |
| Dec 31, 2011 | -369.32 Mn |
| Dec 31, 2011 | -369.32 Mn |
| Dec 31, 2010 | -1.56 Bn |
| Dec 31, 2010 | -1.56 Bn |
| Jun 30, 2010 | -1.10 Bn |
| Jun 30, 2010 | -1.10 Bn |
| Dec 31, 2009 | 53.90 Mn |
| Dec 31, 2009 | 53.90 Mn |
| Dec 31, 2009 | -228.69 Mn |
| Dec 31, 2009 | -228.69 Mn |
| Jun 30, 2009 | 238.47 Mn |
| Jun 30, 2009 | 238.47 Mn |
Barclays Bank Treasury Shares 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=treasury-shares&ticker=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();