Barclays (BCS) Selling, General & Administrative (2011 - 2015)
Analysis
Barclays (BCS) Selling, General & Administrative (2011 - 2015) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 659.57 Bn | 643.59 Bn | 5.90 Bn | - |
| 2 | Hsbc Holdings | 354.33 Bn | 354.38 Bn | - | - |
| 3 | General Electric | 331.23 Bn | 322.11 Bn | 6.95 Bn | 1.13 Bn |
| 4 | Astrazeneca | 260.48 Bn | 255.27 Bn | 12.86 Bn | -5.65 Bn |
| 5 | Citigroup | 226.55 Bn | -2,073.32 Bn | 24.75 Bn | - |
| 6 | Bhp | 218.78 Bn | 200.24 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 | 218.61 Mn |
| 10 | Barclays | 87.74 Bn | 88.35 Bn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | 15.21 Bn |
| Sep 30, 2015 | -5.93 Bn |
| Jun 30, 2015 | -1.19 Bn |
| Mar 31, 2015 | -3.69 Bn |
| Dec 31, 2014 | 14.72 Bn |
| Sep 30, 2014 | -6.25 Bn |
| Jun 30, 2014 | -1.66 Bn |
| Mar 31, 2014 | -2.47 Bn |
| Dec 31, 2013 | -7.23 Bn |
| Sep 30, 2013 | -5.56 Bn |
| Jun 30, 2013 | -2.45 Bn |
| Mar 31, 2013 | -2.73 Bn |
| Dec 31, 2012 | -10.67 Bn |
| Dec 31, 2011 | -9.99 Bn |
API Access
Barclays Selling, General & Administrative 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=selling-general-and-administrative&ticker=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();