Barclays (BCS) Interest Coverage Ratio (2022 - 2023)
Barclays (BCS) posted Interest Coverage Ratio of 0.68 for Q2 2023, up 99.95% on a QoQ basis from 1447.2 in Q1 2023, and down 124.78% year-over-year from 2.74 in Q2 2022.
Barclays (BCS) Interest Coverage Ratio (2022 - 2023) Analysis & Trends
Barclays has reported Interest Coverage Ratio for 2 years, with the latest figure at 0.68 in Q2 2023.
- On a quarterly basis, Interest Coverage Ratio fell 124.78% year-over-year to 0.68 in Q2 2023; TTM through Jun 2023 was 0.08, a N/A change from a year earlier, with the FY2025 full-year figure at 0.0, up 94.58% from the prior year.
- Interest Coverage Ratio was 0.68 for Q2 2023 at Barclays, up from 1447.2 in the prior quarter.
- The five-year high for Interest Coverage Ratio was 2.74 in Q2 2022, with the low at 1447.2 in Q1 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (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 | -18.18 |
| 4 | Astrazeneca | 260.48 Bn | 255.27 Bn | 12.86 Bn | 7.27 |
| 5 | Citigroup | 226.55 Bn | -2,073.32 Bn | 24.75 Bn | 0.51 |
| 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 | 28.51 |
| 10 | Barclays | 87.74 Bn | 88.35 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -0.68 |
| Mar 31, 2023 | -1,447.20 |
| Jun 30, 2022 | 2.74 |
| Mar 31, 2022 | -635.50 |
Barclays Interest Coverage 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=interest-coverage-ratio&ticker=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-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=interest-coverage-ratio&ticker=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();