Barclays Bank (ATMP) Selling, General & Administrative (2009 - 2018)
Analysis
Barclays Bank (ATMP) Selling, General & Administrative (2009 - 2018) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (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 | 5.65 Bn |
| 7 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - | - |
| 8 | Banco Santander | 212.85 Bn | 220.46 Bn | 28.01 Bn | -12.63 Bn |
| 9 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - | - |
| 10 | Barclays Bank | 40.38 Bn | 40.38 Bn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2018 | 5.38 Bn |
| Mar 31, 2018 | 1,578.83 |
| Dec 31, 2015 | 15.21 Bn |
| Sep 30, 2015 | -4.25 Bn |
| Jun 30, 2015 | -2.86 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 |
| Dec 31, 2010 | 10.40 Bn |
| Dec 31, 2009 | 4.79 Bn |
API Access
Barclays Bank 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=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();