Barclays (BCS) Debt Ratio (2012 - 2025)
Barclays (BCS) posted Debt Ratio of 0.0 for Q4 2025, down 74.72% on a QoQ basis from 0.01 in Q4 2024, and down 74.72% year-over-year from 0.01 in Q4 2024.
Barclays (BCS) Debt Ratio (2012 - 2025) Analysis & Trends
Barclays has reported Debt Ratio for 13 years, with the latest figure at 0.0 in Q4 2025.
- On a quarterly basis, Debt Ratio fell 74.72% year-over-year to 0.0 in Q4 2025; TTM through Dec 2025 was 0.0, a 74.72% decrease from a year earlier, with the FY2025 full-year figure at 0.0, down 74.72% from the prior year.
- Debt Ratio was 0.0 for Q4 2025 at Barclays, down from 0.01 in the prior quarter.
- The five-year high for Debt Ratio was 0.09 in Q2 2024, with the low at 0.0 in Q4 2025.
- Average Debt Ratio over 5 years is 0.03, with a median of 0.01 recorded in 2021.
- The sharpest annual moves came in 2022 and 2023: Debt Ratio jumped 60.74% in 2022, then tumbled 78.9% in 2023.
- Over 5 years, Debt Ratio stood at 0.02 in 2021, then soared by 60.74% to 0.03 in 2022, then sank by 78.9% to 0.01 in 2023, then soared by 36.46% to 0.01 in 2024, then tumbled by 74.72% to 0.0 in 2025.
- The last three Debt Ratio figures came in at 0.0 (Q4 2025), 0.01 (Q4 2024), and 0.09 (Q2 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Debt Ratio (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 659.57 Bn | 643.59 Bn | 5.90 Bn | 0.09 |
| 2 | Hsbc Holdings | 354.33 Bn | 354.38 Bn | - | 0.15 |
| 3 | General Electric | 331.23 Bn | 322.11 Bn | 6.95 Bn | 0.15 |
| 4 | Astrazeneca | 260.48 Bn | 255.27 Bn | 12.86 Bn | - |
| 5 | Citigroup | 226.55 Bn | -2,073.32 Bn | 24.75 Bn | 0.18 |
| 6 | Bhp | 218.78 Bn | 200.24 Bn | - | 0.84 |
| 7 | Diageo | 211.16 Bn | 211.21 Bn | - | -0.02 |
| 8 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | 0.00 |
| 9 | Ferrari | 154.46 Bn | 152.71 Bn | 1.18 Bn | 0.31 |
| 10 | Barclays | 87.74 Bn | 88.35 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 0.00 |
| Dec 31, 2024 | 0.01 |
| Jun 30, 2024 | 0.09 |
| Dec 31, 2023 | 0.01 |
| Dec 31, 2022 | 0.03 |
| Dec 31, 2021 | 0.02 |
| Dec 31, 2020 | 0.01 |
| Dec 31, 2019 | -0.18 |
| Dec 31, 2018 | -0.18 |
| Dec 31, 2017 | 0.04 |
| Mar 31, 2017 | 0.00 |
| Dec 31, 2016 | 0.00 |
| Jun 30, 2015 | 0.00 |
| Dec 31, 2014 | 0.00 |
| Jun 30, 2014 | -0.25 |
| Dec 31, 2012 | 0.00 |
Barclays Debt Ratio 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=debt-ratio&ticker=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();