Barclays (BCS) Income from Discontinued Operations (2014 - 2017)
Barclays (BCS) posted Income from Discontinued Operations of -$2.0 billion for Q2 2017, down 140.95% on a QoQ basis from -$815.1 million in Q1 2017, and down 1043.1% year-over-year from $208.2 million in Q2 2016.
Barclays (BCS) Income from Discontinued Operations (2014 - 2017) Analysis & Trends
Barclays has reported Income from Discontinued Operations for 4 years, with the latest figure at -$2.0 billion in Q2 2017.
- On a quarterly basis, Income from Discontinued Operations fell 1043.1% year-over-year to -$2.0 billion in Q2 2017; TTM through Dec 2017 was -$2.8 billion, a 443.44% decrease from a year earlier, with the FY2017 full-year figure at -$2.8 billion, down 236.14% from the prior year.
- Income from Discontinued Operations was -$2.0 billion for Q2 2017 at Barclays, down from -$815.1 million in the prior quarter.
- The five-year high for Income from Discontinued Operations was $297.3 million in Q1 2015, with the low at -$2.0 billion in Q2 2017.
- Average Income from Discontinued Operations over 4 years is $4.5 million, with a median of $246.0 million recorded in 2014.
- The sharpest annual moves came in 2015 and 2017: Income from Discontinued Operations grew 6.3% in 2015, then tumbled 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 plunged by 2325.02% to -$2.0 billion in 2017.
- The last three Income from Discontinued Operations figures came in at -$2.0 billion (Q2 2017), -$815.1 million (Q1 2017), and $88.3 million (Q4 2016), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 | -38.00 Mn |
| 4 | Astrazeneca | 260.48 Bn | 255.27 Bn | 12.86 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 | - |
| 10 | Barclays | 87.74 Bn | 88.35 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2017 | -1.96 Bn |
| Mar 31, 2017 | -815.10 Mn |
| Dec 31, 2016 | 88.27 Mn |
| Sep 30, 2016 | 274.75 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 |
Barclays 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=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();