Barclays Bank (ATMP) Depreciation & Amortization (CF) (2009 - 2011)
Barclays Bank (ATMP) posted Depreciation & Amortization (CF) of -$348.9 million for Q4 2011, down 3.68% on a QoQ basis from -$336.5 million in Q4 2010, and down 3.68% year-over-year from -$362.2 million in Q4 2010.
Barclays Bank (ATMP) Depreciation & Amortization (CF) (2009 - 2011) Analysis & Trends
Barclays Bank has reported Depreciation & Amortization (CF) for 3 years, with the latest figure at -$348.9 million in Q4 2011.
- On a quarterly basis, Depreciation & Amortization (CF) fell 3.68% year-over-year to -$348.9 million in Q4 2011; TTM through Sep 2012 was -$348.9 million, a 3.68% decrease from a year earlier, with the FY2025 full-year figure at $481.5 million, up 5.38% from the prior year.
- Depreciation & Amortization (CF) was -$348.9 million for Q4 2011 at Barclays Bank, down from -$336.5 million in the prior quarter.
- The five-year high for Depreciation & Amortization (CF) was $357.7 million in Q4 2009, with the low at -$348.9 million in Q4 2011.
- Average Depreciation & Amortization (CF) over 3 years is -$109.2 million, with a median of -$336.5 million recorded in 2010.
- The sharpest annual moves came in 2010 and 2011: Depreciation & Amortization (CF) plunged 194.07% in 2010, then decreased 3.68% in 2011.
- Over 3 years, Depreciation & Amortization (CF) stood at $357.7 million in 2009, then tumbled by 194.07% to -$336.5 million in 2010, then declined by 3.68% to -$348.9 million in 2011.
- The last three Depreciation & Amortization (CF) figures came in at -$348.9 million (Q4 2011), -$336.5 million (Q4 2010), and $357.7 million (Q4 2009), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Dep. & Amort. (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 394.48 Bn | -194.01 Bn | 30.39 Bn | 612.00 Mn |
| 2 | Hsbc Holdings | 348.97 Bn | 349.02 Bn | - | - |
| 3 | Morgan Stanley | 314.73 Bn | 154.60 Bn | - | 1.20 Bn |
| 4 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - | 243.13 Mn |
| 5 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - | 509.00 Mn |
| 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 | - | 256.04 Mn |
| 10 | Barclays Bank | 40.38 Bn | 40.38 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2011 | -348.89 Mn |
| Dec 31, 2010 | -336.51 Mn |
| Dec 31, 2009 | 357.73 Mn |
Barclays Bank Depreciation & Amortization (CF) 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=depreciation-and-amortization-cf&ticker=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-cf", "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=depreciation-and-amortization-cf&ticker=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();