Barclays (BCS) EPS (Diluted) (2016 - 2026)
Analysis
Barclays (BCS) EPS (Diluted) (2016 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Diluted) (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.26 |
| 4 | Astrazeneca | 260.48 Bn | 255.27 Bn | 12.86 Bn | 1.60 |
| 5 | Citigroup | 226.55 Bn | -2,073.32 Bn | 24.75 Bn | 3.47 |
| 6 | Bhp | 218.78 Bn | 200.24 Bn | - | -0.42 |
| 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 | 3.01 |
| 10 | Barclays | 87.74 Bn | 88.35 Bn | - | 1.01 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.92 |
| Mar 31, 2026 | 0.80 |
| Dec 31, 2025 | 0.53 |
| Sep 30, 2025 | 0.61 |
| Jun 30, 2025 | 0.67 |
| Mar 31, 2025 | 0.69 |
| Dec 31, 2024 | 0.40 |
| Sep 30, 2024 | 0.59 |
| Jun 30, 2024 | 0.47 |
| Mar 31, 2024 | 0.58 |
| Dec 31, 2023 | 0.03 |
| Sep 30, 2023 | 0.02 |
| Jun 30, 2023 | 0.47 |
| Mar 31, 2023 | 0.58 |
| Dec 31, 2022 | 1.38 |
| Sep 30, 2022 | 0.02 |
| Jun 30, 2022 | 0.70 |
| Mar 31, 2022 | 0.02 |
| Dec 31, 2021 | 1.87 |
| Sep 30, 2021 | 0.02 |
API Access
Barclays EPS (Diluted) 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=eps-diluted&ticker=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-diluted", "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=eps-diluted&ticker=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();