Barclays (BCS) Non-Current Debt (2017 - 2024)
Barclays (BCS) posted Non-Current Debt of $137.0 billion for Q2 2024, up 331.88% on a QoQ basis from $31.7 billion in Q4 2022.
Analysis
Barclays (BCS) Non-Current Debt (2017 - 2024) Analysis & Trends
Barclays has reported Non-Current Debt for 7 years, with the latest figure at $137.0 billion in Q2 2024.
- On a quarterly basis, Non-Current Debt changed N/A year-over-year to $137.0 billion in Q2 2024; TTM through Jun 2024 was $137.0 billion, a N/A change from a year earlier, with the FY2022 full-year figure at $33.5 billion, down 14.17% from the prior year.
- Non-Current Debt was $137.0 billion for Q2 2024 at Barclays, up from $31.7 billion in the prior quarter.
- The five-year high for Non-Current Debt was $137.0 billion in Q2 2024, with the low at $18.7 billion in Q4 2020.
- Average Non-Current Debt over 4 years is $56.4 billion, with a median of $35.0 billion recorded in 2022.
- The sharpest annual moves came in 2021 and 2022: Non-Current Debt soared 104.2% in 2021, then dropped 16.98% in 2022.
- Over 4 years, Non-Current Debt stood at $18.7 billion in 2020, then soared by 104.2% to $38.2 billion in 2021, then declined by 16.98% to $31.7 billion in 2022, then jumped by 331.88% to $137.0 billion in 2024.
- The last three Non-Current Debt figures came in at $137.0 billion (Q2 2024), $31.7 billion (Q4 2022), and $38.2 billion (Q4 2021), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 659.57 Bn | 643.59 Bn | 5.90 Bn | 3.15 Bn |
| 2 | Hsbc Holdings | 354.33 Bn | 354.38 Bn | - | 35.26 Bn |
| 3 | General Electric | 331.23 Bn | 322.11 Bn | 6.95 Bn | 17.16 Bn |
| 4 | Astrazeneca | 260.48 Bn | 255.27 Bn | 12.86 Bn | -5.81 Bn |
| 5 | Citigroup | 226.55 Bn | -2,073.32 Bn | 24.75 Bn | 381.43 Bn |
| 6 | Bhp | 218.78 Bn | 200.24 Bn | - | 23.63 Bn |
| 7 | Diageo | 211.16 Bn | 211.21 Bn | - | -796.00 Mn |
| 8 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | -550.00 Mn |
| 9 | Ferrari | 154.46 Bn | 152.71 Bn | 1.18 Bn | 3.68 Bn |
| 10 | Barclays | 87.74 Bn | 88.35 Bn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2024 | 137.04 Bn |
| Dec 31, 2022 | 31.73 Bn |
| Dec 31, 2021 | 38.22 Bn |
| Dec 31, 2020 | 18.72 Bn |
| Dec 31, 2019 | 18.66 Bn |
| Dec 31, 2018 | 23.91 Bn |
| Dec 31, 2017 | 53.56 Bn |
API Access
Barclays 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=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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=non-current-debt&ticker=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();