Barclays (BCS) Treasury Shares (2009 - 2017)
Barclays (BCS) posted Treasury Shares of -$228.7 million for Q4 2009.
Analysis
Barclays (BCS) Treasury Shares (2009 - 2017) Analysis & Trends
Barclays has reported Treasury Shares for 1 years, with the latest figure at -$228.7 million in Q4 2009.
- On a quarterly basis, Treasury Shares changed N/A year-over-year to -$844.4 million in Q4 2017; TTM through Dec 2017 was -$844.4 million, a N/A change from a year earlier, with the FY2017 full-year figure at -$819.3 million, changed N/A from the prior year.
- Treasury Shares was -$844.4 million for Q4 2017 at Barclays, down from $1.5 billion in the prior quarter.
- The five-year high for Treasury Shares was $1.6 billion in Q4 2013, with the low at -$844.4 million in Q4 2017.
- Average Treasury Shares over 3 years is $751.2 million, with a median of $1.5 billion recorded in 2014.
- The largest YoY upside for Treasury Shares was 199.9% in 2013 against a maximum downside of 199.9% in 2013.
- Over 3 years, Treasury Shares stood at $1.6 billion in 2013, then fell by 2.75% to $1.5 billion in 2014, then sank by 155.28% to -$844.4 million in 2017.
- The last three Treasury Shares figures came in at -$844.4 million (Q4 2017), $1.5 billion (Q1 2014), and $1.6 billion (Q4 2013), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 659.57 Bn | 643.59 Bn | 5.90 Bn | 3.18 Mn |
| 2 | Hsbc Holdings | 354.33 Bn | 354.38 Bn | - | - |
| 3 | General Electric | 331.23 Bn | 322.11 Bn | 6.95 Bn | 91.45 Bn |
| 4 | Astrazeneca | 260.48 Bn | 255.27 Bn | 12.86 Bn | - |
| 5 | Citigroup | 226.55 Bn | -2,073.32 Bn | 24.75 Bn | 1.42 Bn |
| 6 | Bhp | 218.78 Bn | 200.24 Bn | - | 1,228.61 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
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | -844.39 Mn |
| Dec 31, 2017 | -844.39 Mn |
| Mar 31, 2014 | 1.53 Bn |
| Mar 31, 2014 | 1.53 Bn |
| Dec 31, 2013 | 1.57 Bn |
| Dec 31, 2013 | 1.57 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 |
| Dec 31, 2009 | 53.90 Mn |
| Dec 31, 2009 | 53.90 Mn |
| Dec 31, 2009 | -228.69 Mn |
| Dec 31, 2009 | -228.69 Mn |
API Access
Barclays 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=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();