Barclays Bank (ATMP) Income from Discontinued Operations (2009 - 2017)
Barclays Bank (ATMP) posted Income from Discontinued Operations of $1.1 billion for Q4 2017, up 597.47% on a QoQ basis from -$215.9 million in Q3 2017, and up 1116.83% year-over-year from $88.3 million in Q4 2016.
Barclays Bank (ATMP) Income from Discontinued Operations (2009 - 2017) Analysis & Trends
Barclays Bank has reported Income from Discontinued Operations for 5 years, with the latest figure at $1.1 billion in Q4 2017.
- On a quarterly basis, Income from Discontinued Operations rose 1116.83% year-over-year to $1.1 billion in Q4 2017; TTM through Dec 2017 was -$1.9 billion, a 257.2% decrease from a year earlier, with the FY2018 full-year figure at -$62.8 million, up 96.48% from the prior year.
- Income from Discontinued Operations was $1.1 billion for Q4 2017 at Barclays Bank, up from -$215.9 million in the prior quarter.
- The five-year high for Income from Discontinued Operations was $1.1 billion in Q4 2017, with the low at -$2.0 billion in Q2 2017.
- Average Income from Discontinued Operations over 4 years is $83.4 million, with a median of $246.0 million recorded in 2014.
- The largest YoY upside for Income from Discontinued Operations was 1116.83% in 2017 against a maximum downside of 1043.1% in 2017.
- Over 4 years, Income from Discontinued Operations stood at $266.2 million in 2014, then slumped by 42.42% to $153.3 million in 2015, then sank by 42.41% to $88.3 million in 2016, then surged by 1116.83% to $1.1 billion in 2017.
- The last three Income from Discontinued Operations figures came in at $1.1 billion (Q4 2017), -$215.9 million (Q3 2017), and -$2.0 billion (Q2 2017), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 |
|---|---|
| Dec 31, 2017 | 1.07 Bn |
| Sep 30, 2017 | -215.91 Mn |
| Jun 30, 2017 | -1.96 Bn |
| Mar 31, 2017 | -815.10 Mn |
| Dec 31, 2016 | 88.27 Mn |
| Sep 30, 2016 | 687.53 Mn |
| Jun 30, 2016 | 208.25 Mn |
| Mar 31, 2016 | 237.93 Mn |
| Dec 31, 2015 | 153.27 Mn |
| Sep 30, 2015 | 258.93 Mn |
| Jun 30, 2015 | 247.96 Mn |
| Mar 31, 2015 | 297.27 Mn |
| Dec 31, 2014 | 266.18 Mn |
| Sep 30, 2014 | 285.85 Mn |
| Jun 30, 2014 | 243.98 Mn |
| Mar 31, 2014 | 279.66 Mn |
| Jun 30, 2009 | 55.75 Mn |
| Mar 31, 2009 | 127.89 Mn |
Barclays Bank Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();