Barclays (BCS) Long-Term Investments (2009 - 2026)
Barclays (BCS) posted Long-Term Investments of $982.1 million for Q2 2026, down 4.15% on a QoQ basis from $1.0 billion in Q1 2026, and down 19.37% year-over-year from $1.2 billion in Q2 2025.
Barclays (BCS) Long-Term Investments (2009 - 2026) Analysis & Trends
Barclays has reported Long-Term Investments for 18 years, with the latest figure at $982.1 million in Q2 2026.
- On a quarterly basis, Long-Term Investments fell 19.37% year-over-year to $982.1 million in Q2 2026; TTM through Jun 2026 was $982.1 million, a 19.37% decrease from a year earlier, with the FY2025 full-year figure at $983.0 million, down 14.04% from the prior year.
- Long-Term Investments was $982.1 million for Q2 2026 at Barclays, down from $1.0 billion in the prior quarter.
- The five-year high for Long-Term Investments was $1.3 billion in Q1 2022, with the low at $982.1 million in Q2 2026.
- Average Long-Term Investments over 5 years is $1.1 billion, with a median of $1.1 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2025: Long-Term Investments slipped 21.3% in 2022, then rose 10.15% in 2025.
- Over 5 years, Long-Term Investments stood at $1.1 billion in 2022, then grew by 0.88% to $1.1 billion in 2023, then climbed by 4.82% to $1.1 billion in 2024, then decreased by 14.04% to $983.0 million in 2025, then declined by 0.09% to $982.1 million in 2026.
- The last three Long-Term Investments figures came in at $982.1 million (Q2 2026), $1.0 billion (Q1 2026), and $983.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Investments (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 659.57 Bn | 643.59 Bn | 5.90 Bn | 1.54 Bn |
| 2 | Hsbc Holdings | 354.33 Bn | 354.38 Bn | - | 4.00 Bn |
| 3 | General Electric | 331.23 Bn | 322.11 Bn | 6.95 Bn | 37.91 Bn |
| 4 | Astrazeneca | 260.48 Bn | 255.27 Bn | 12.86 Bn | 297.00 Mn |
| 5 | Citigroup | 226.55 Bn | -2,073.32 Bn | 24.75 Bn | - |
| 6 | Bhp | 218.78 Bn | 200.24 Bn | - | 14.00 Mn |
| 7 | Diageo | 211.16 Bn | 211.21 Bn | - | 5.28 Bn |
| 8 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | 6.27 Bn |
| 9 | Ferrari | 154.46 Bn | 152.71 Bn | 1.18 Bn | 120.58 Mn |
| 10 | Barclays | 87.74 Bn | 88.35 Bn | - | 982.11 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 982.11 Mn |
| Mar 31, 2026 | 1.02 Bn |
| Dec 31, 2025 | 982.99 Mn |
| Sep 30, 2025 | 999.88 Mn |
| Jun 30, 2025 | 1.22 Bn |
| Mar 31, 2025 | 1.16 Bn |
| Dec 31, 2024 | 1.14 Bn |
| Sep 30, 2024 | 1.16 Bn |
| Jun 30, 2024 | 1.11 Bn |
| Mar 31, 2024 | 1.11 Bn |
| Dec 31, 2023 | 1.09 Bn |
| Sep 30, 2023 | 1.15 Bn |
| Jun 30, 2023 | 1.13 Bn |
| Mar 31, 2023 | 1.11 Bn |
| Dec 31, 2022 | 1.08 Bn |
| Sep 30, 2022 | 1.08 Bn |
| Jun 30, 2022 | 1.15 Bn |
| Mar 31, 2022 | 1.33 Bn |
| Dec 31, 2021 | 1.35 Bn |
| Sep 30, 2021 | 1.37 Bn |
Barclays Long-Term Investments 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=long-term-investments&ticker=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();