Barclays Bank (ATMP) Gains from Sales and Divestitures (2009 - 2011)
Barclays Bank (ATMP) posted Gains from Sales and Divestitures of $50.3 million for Q4 2011, up 1140.95% on a QoQ basis from -$4.8 million in Q3 2011, and up 103.33% year-over-year from $24.7 million in Q4 2010.
Barclays Bank (ATMP) Gains from Sales and Divestitures (2009 - 2011) Analysis & Trends
Barclays Bank has reported Gains from Sales and Divestitures for 3 years, with the latest figure at $50.3 million in Q4 2011.
- On a quarterly basis, Gains from Sales and Divestitures rose 103.33% year-over-year to $50.3 million in Q4 2011; TTM through Dec 2011 was $151.5 million, a 139.62% increase from a year earlier, with the FY2025 full-year figure at -$8.0 million, up 87.05% from the prior year.
- Gains from Sales and Divestitures was $50.3 million for Q4 2011 at Barclays Bank, up from -$4.8 million in the prior quarter.
- The five-year high for Gains from Sales and Divestitures was $1.3 billion in Q4 2009, with the low at -$1.5 billion in Q4 2010.
- Average Gains from Sales and Divestitures over 3 years is -$26.1 million, with a median of -$3.2 million recorded in 2011.
- The sharpest annual moves came in 2010 and 2011: Gains from Sales and Divestitures plunged 3520.5% in 2010, then soared 103.33% in 2011.
- Over 3 years, Gains from Sales and Divestitures stood at $1.3 billion in 2009, then tumbled by 217.46% to -$1.5 billion in 2010, then surged by 103.33% to $50.3 million in 2011.
- The last three Gains from Sales and Divestitures figures came in at $50.3 million (Q4 2011), -$4.8 million (Q3 2011), and $109.2 million (Q2 2011), 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 |
|---|---|
| Dec 31, 2011 | 50.29 Mn |
| Sep 30, 2011 | -4.83 Mn |
| Jun 30, 2011 | 109.25 Mn |
| Mar 31, 2011 | -3.20 Mn |
| Dec 31, 2010 | -1.51 Bn |
| Sep 30, 2010 | -1.55 Mn |
| Mar 31, 2010 | -156.08 Mn |
| Dec 31, 2009 | 1.29 Bn |
| Mar 31, 2009 | -4.31 Mn |
Barclays Bank Gains from Sales and Divestitures 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=gains-from-sales-and-divestitures&ticker=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-sales-and-divestitures", "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=gains-from-sales-and-divestitures&ticker=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();