Barclays Bank (ATMP) Net Shares Issued and Repurchased (2015 - 2017)
Barclays Bank (ATMP) posted Net Shares Issued and Repurchased of -$808.7 million for Q3 2017, down 52.27% on a QoQ basis from -$531.1 million in Q3 2016, and down 52.27% year-over-year from -$1.7 billion in Q3 2016.
Barclays Bank (ATMP) Net Shares Issued and Repurchased (2015 - 2017) Analysis & Trends
Barclays Bank has reported Net Shares Issued and Repurchased for 3 years, with the latest figure at -$808.7 million in Q3 2017.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Shares Issued (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 |
|---|---|
| Sep 30, 2017 | -808.68 Mn |
| Sep 30, 2016 | -531.09 Mn |
| Jun 30, 2015 | -1.08 Bn |
Barclays Bank Net Shares Issued and Repurchased 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=net-shares-issued-and-repurchased&ticker=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-shares-issued-and-repurchased", "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=net-shares-issued-and-repurchased&ticker=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();