Barclays Bank (ATMP) Other Non Operating Income (2011 - 2017)
Barclays Bank (ATMP) posted Other Non Operating Income of -$1.3 million for Q3 2017, down 100.43% on a QoQ basis from $306.7 million in Q2 2017.
Barclays Bank (ATMP) Other Non Operating Income (2011 - 2017) Analysis & Trends
Barclays Bank has reported Other Non Operating Income for 7 years, with the latest figure at -$1.3 million in Q3 2017.
- On a quarterly basis, Other Non Operating Income changed N/A year-over-year to -$1.3 million in Q3 2017; TTM through Sep 2017 was $340.2 million, a N/A change from a year earlier, with the FY2013 full-year figure at $40.7 million, up 1183.5% from the prior year.
- Other Non Operating Income was -$1.3 million for Q3 2017 at Barclays Bank, down from $306.7 million in the prior quarter.
- The five-year high for Other Non Operating Income was $306.7 million in Q2 2017, with the low at -$834.2 million in Q2 2015.
- Average Other Non Operating Income over 5 years is -$51.2 million, with a median of $28.7 million recorded in 2016.
- The sharpest annual moves came in 2015 and 2016: Other Non Operating Income plunged 977.74% in 2015, then soared 118.71% in 2016.
- Over 5 years, Other Non Operating Income stood at $30.8 million in 2013, then surged by 63.02% to $50.1 million in 2014, then tumbled by 1763.43% to -$834.2 million in 2015, then soared by 103.44% to $28.7 million in 2016, then plunged by 104.56% to -$1.3 million in 2017.
- The last three Other Non Operating Income figures came in at -$1.3 million (Q3 2017), $306.7 million (Q2 2017), and $6.2 million (Q1 2017), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | -1.31 Mn |
| Jun 30, 2017 | 306.67 Mn |
| Mar 31, 2017 | 6.19 Mn |
| Mar 31, 2016 | 28.67 Mn |
| Jun 30, 2015 | -834.18 Mn |
| Mar 31, 2015 | -153.19 Mn |
| Sep 30, 2014 | 50.15 Mn |
| Jun 30, 2014 | -77.40 Mn |
| Mar 31, 2014 | 43.02 Mn |
| Dec 31, 2013 | 30.76 Mn |
| Sep 30, 2013 | 38.75 Mn |
| Jun 30, 2013 | -187.37 Mn |
| Mar 31, 2013 | 83.95 Mn |
| Dec 31, 2012 | 69.05 Mn |
| Sep 30, 2012 | 33.16 Mn |
| Jun 30, 2012 | 64.93 Mn |
| Mar 31, 2012 | 56.56 Mn |
| Dec 31, 2011 | -42.43 Mn |
| Sep 30, 2011 | 33.82 Mn |
| Jun 30, 2011 | -78.27 Mn |
Barclays Bank Other Non Operating Income 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=other-non-operating-income&ticker=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();