Barclays (BCS) Interest & Investment Income (2012 - 2022)
Barclays (BCS) posted Interest & Investment Income of $7.1 billion for Q2 2022, up 253.66% on a QoQ basis from $2.0 billion in Q1 2022, and up 269.08% year-over-year from $1.9 billion in Q2 2021.
Barclays (BCS) Interest & Investment Income (2012 - 2022) Analysis & Trends
Barclays has reported Interest & Investment Income for 11 years, with the latest figure at $7.1 billion in Q2 2022.
- On a quarterly basis, Interest & Investment Income rose 269.08% year-over-year to $7.1 billion in Q2 2022; TTM through Jun 2022 was $20.6 billion, a 176.28% increase from a year earlier, with the FY2025 full-year figure at $48.1 billion, down 2.14% from the prior year.
- Interest & Investment Income was $7.1 billion for Q2 2022 at Barclays, up from $2.0 billion in the prior quarter.
- The five-year high for Interest & Investment Income was $9.5 billion in Q4 2021, with the low at $1.0 billion in Q4 2018.
- Average Interest & Investment Income over 5 years is $2.3 billion, with a median of $1.8 billion recorded in 2020.
- The sharpest annual moves came in 2018 and 2021: Interest & Investment Income declined 28.32% in 2018, then surged 435.05% in 2021.
- Over 5 years, Interest & Investment Income stood at $1.0 billion in 2018, then jumped by 44.12% to $1.5 billion in 2019, then gained by 21.55% to $1.8 billion in 2020, then soared by 435.05% to $9.5 billion in 2021, then slipped by 25.53% to $7.1 billion in 2022.
- The last three Interest & Investment Income figures came in at $7.1 billion (Q2 2022), $2.0 billion (Q1 2022), and $9.5 billion (Q4 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (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 | 80.00 Mn |
| 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 | 19.97 Mn |
| 10 | Barclays | 87.74 Bn | 88.35 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 7.10 Bn |
| Mar 31, 2022 | 2.01 Bn |
| Dec 31, 2021 | 9.53 Bn |
| Sep 30, 2021 | 1.94 Bn |
| Jun 30, 2021 | 1.92 Bn |
| Mar 31, 2021 | 1.91 Bn |
| Dec 31, 2020 | 1.78 Bn |
| Sep 30, 2020 | 1.83 Bn |
| Jun 30, 2020 | 1.72 Bn |
| Mar 31, 2020 | 1.85 Bn |
| Dec 31, 2019 | 1.47 Bn |
| Sep 30, 2019 | 1.59 Bn |
| Jun 30, 2019 | 1.59 Bn |
| Mar 31, 2019 | 1.09 Bn |
| Dec 31, 2018 | 1.02 Bn |
| Sep 30, 2018 | 1.08 Bn |
| Jun 30, 2018 | 1.11 Bn |
| Mar 31, 2018 | 1.11 Bn |
| Dec 31, 2017 | 1.05 Bn |
| Sep 30, 2017 | 1.50 Bn |
Barclays Interest & Investment Income 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-and-investment-income&ticker=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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-and-investment-income&ticker=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();