Barclays (BCS) EBT (2010 - 2026)
Barclays (BCS) posted EBT of $4.4 billion for Q2 2026, up 15.01% on a QoQ basis from $3.8 billion in Q1 2026, and up 31.67% year-over-year from $3.3 billion in Q2 2025.
Barclays (BCS) EBT (2010 - 2026) Analysis & Trends
Barclays has reported EBT for 17 years, with the latest figure at $4.4 billion in Q2 2026.
- On a quarterly basis, EBT rose 31.67% year-over-year to $4.4 billion in Q2 2026; TTM through Jun 2026 was $13.4 billion, a 14.12% increase from a year earlier, with the FY2025 full-year figure at $12.2 billion, up 16.81% from the prior year.
- EBT was $4.4 billion for Q2 2026 at Barclays, up from $3.8 billion in the prior quarter.
- The five-year high for EBT was $4.4 billion in Q2 2026, with the low at $136.5 million in Q4 2023.
- Average EBT over 5 years is $2.6 billion, with a median of $2.6 billion recorded in 2025.
- The sharpest annual moves came in 2023 and 2024: EBT plunged 91.11% in 2023, then jumped 1461.52% in 2024.
- Over 5 years, EBT stood at $1.5 billion in 2022, then tumbled by 91.11% to $136.5 million in 2023, then surged by 1461.52% to $2.1 billion in 2024, then rose by 15.99% to $2.5 billion in 2025, then jumped by 76.45% to $4.4 billion in 2026.
- The last three EBT figures came in at $4.4 billion (Q2 2026), $3.8 billion (Q1 2026), and $2.5 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (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 | 2.80 Bn |
| 4 | Astrazeneca | 260.48 Bn | 255.27 Bn | 12.86 Bn | 2.80 Bn |
| 5 | Citigroup | 226.55 Bn | -2,073.32 Bn | 24.75 Bn | 8.03 Bn |
| 6 | Bhp | 218.78 Bn | 200.24 Bn | - | -1.07 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 | 698.60 Mn |
| 10 | Barclays | 87.74 Bn | 88.35 Bn | - | 4.36 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.36 Bn |
| Mar 31, 2026 | 3.79 Bn |
| Dec 31, 2025 | 2.47 Bn |
| Sep 30, 2025 | 2.80 Bn |
| Jun 30, 2025 | 3.31 Bn |
| Mar 31, 2025 | 3.42 Bn |
| Dec 31, 2024 | 2.13 Bn |
| Sep 30, 2024 | 2.90 Bn |
| Jun 30, 2024 | 2.45 Bn |
| Mar 31, 2024 | 2.89 Bn |
| Dec 31, 2023 | 136.53 Mn |
| Sep 30, 2023 | 2.39 Bn |
| Jun 30, 2023 | 2.46 Bn |
| Mar 31, 2023 | 3.16 Bn |
| Dec 31, 2022 | 1.54 Bn |
| Sep 30, 2022 | 2.32 Bn |
| Jun 30, 2022 | 1.89 Bn |
| Mar 31, 2022 | 3.00 Bn |
| Dec 31, 2021 | 1.92 Bn |
| Sep 30, 2021 | 2.57 Bn |
Barclays EBT 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=ebt&ticker=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();