Barclays (BCS) Depreciation & Amortization (CF) (2011 - 2013)
Barclays (BCS) posted Depreciation & Amortization (CF) of $398.3 million for Q4 2013, up 157.02% on a QoQ basis from -$698.6 million in Q4 2012, and up 157.02% year-over-year from $155.0 million in Q4 2012.
Barclays (BCS) Depreciation & Amortization (CF) (2011 - 2013) Analysis & Trends
Barclays has reported Depreciation & Amortization (CF) for 3 years, with the latest figure at $398.3 million in Q4 2013.
- On a quarterly basis, Depreciation & Amortization (CF) rose 157.02% year-over-year to $398.3 million in Q4 2013; TTM through Sep 2014 was $398.3 million, a 157.02% increase from a year earlier, with the FY2025 full-year figure at $2.4 billion, up 6.15% from the prior year.
- Depreciation & Amortization (CF) was $398.3 million for Q4 2013 at Barclays, up from -$698.6 million in the prior quarter.
- The five-year high for Depreciation & Amortization (CF) was $398.3 million in Q4 2013, with the low at -$698.6 million in Q4 2012.
- Average Depreciation & Amortization (CF) over 3 years is -$319.6 million, with a median of -$658.5 million recorded in 2011.
- The sharpest annual moves came in 2012 and 2013: Depreciation & Amortization (CF) declined 6.08% in 2012, then jumped 157.02% in 2013.
- Over 3 years, Depreciation & Amortization (CF) stood at -$658.5 million in 2011, then decreased by 6.08% to -$698.6 million in 2012, then jumped by 157.02% to $398.3 million in 2013.
- The last three Depreciation & Amortization (CF) figures came in at $398.3 million (Q4 2013), -$698.6 million (Q4 2012), and -$658.5 million (Q4 2011), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Dep. & Amort. (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 | - |
| 4 | Astrazeneca | 260.48 Bn | 255.27 Bn | 12.86 Bn | 1.93 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 | 175.04 Mn |
| 10 | Barclays | 87.74 Bn | 88.35 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2013 | 398.29 Mn |
| Dec 31, 2012 | -698.55 Mn |
| Dec 31, 2011 | -658.49 Mn |
Barclays 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=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-cf", "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=depreciation-and-amortization-cf&ticker=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();