Barclays Bank (ATMP) Non-Current Debt (2009 - 2018)
Barclays Bank (ATMP) posted Non-Current Debt of $15.4 billion for Q4 2018, down 88.03% on a QoQ basis from $128.5 billion in Q2 2017.
Analysis
Barclays Bank (ATMP) Non-Current Debt (2009 - 2018) Analysis & Trends
Barclays Bank has reported Non-Current Debt for 8 years, with the latest figure at $15.4 billion in Q4 2018.
- On a quarterly basis, Non-Current Debt changed N/A year-over-year to $15.4 billion in Q4 2018; TTM through Dec 2018 was $15.4 billion, a N/A change from a year earlier, with the FY2018 full-year figure at $16.0 billion, changed N/A from the prior year.
- Non-Current Debt was $15.4 billion for Q4 2018 at Barclays Bank, down from $128.5 billion in the prior quarter.
- The five-year high for Non-Current Debt was $137.5 billion in Q4 2015, with the low at $145697.4 in Q2 2015.
- Average Non-Current Debt over 4 years is $56.3 billion, with a median of $15.4 billion recorded in 2018.
- The sharpest annual moves came in 2014 and 2015: Non-Current Debt tumbled 99.91% in 2014, then dropped 16.04% in 2015.
- Over 4 years, Non-Current Debt stood at $173534.6 in 2014, then jumped by 79240822.45% to $137.5 billion in 2015, then slipped by 6.57% to $128.5 billion in 2017, then tumbled by 88.03% to $15.4 billion in 2018.
- The last three Non-Current Debt figures came in at $15.4 billion (Q4 2018), $128.5 billion (Q2 2017), and $137.5 billion (Q4 2015), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 394.48 Bn | -194.01 Bn | 30.39 Bn | 339.86 Bn |
| 2 | Hsbc Holdings | 348.97 Bn | 349.02 Bn | - | 35.26 Bn |
| 3 | Morgan Stanley | 314.73 Bn | 154.60 Bn | - | 102.20 Bn |
| 4 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - | 9.74 Bn |
| 5 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - | 347.96 Bn |
| 6 | Mitsubishi Ufj Financial | 274.03 Bn | -110.29 Bn | 10.89 Bn | 107.79 Bn |
| 7 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - | 182.14 Bn |
| 8 | Banco Santander | 212.85 Bn | 220.46 Bn | 28.01 Bn | - |
| 9 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - | 164.19 Bn |
| 10 | Barclays Bank | 40.38 Bn | 40.38 Bn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2018 | 15.38 Bn |
| Jun 30, 2017 | 128.47 Bn |
| Dec 31, 2015 | 137.51 Bn |
| Jun 30, 2015 | 145,697.43 |
| Jun 30, 2014 | 173,534.63 |
| Jun 30, 2013 | 192.88 Mn |
| Dec 31, 2011 | 316.20 Bn |
| Jun 30, 2011 | 279.89 Bn |
| Dec 31, 2010 | 3,177.13 |
| Jun 30, 2010 | 265.18 Mn |
| Dec 31, 2009 | 264.16 Mn |
| Jun 30, 2009 | 259.42 Mn |
API Access
Barclays Bank Non-Current Debt 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=non-current-debt&ticker=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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=non-current-debt&ticker=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();