Barclays (BCS) Profit After Tax (2010 - 2026)
Barclays (BCS) posted Profit After Tax of $3.4 billion for Q2 2026, up 15.3% on a QoQ basis from $2.9 billion in Q1 2026, and up 31.23% year-over-year from $2.6 billion in Q2 2025.
Barclays (BCS) Profit After Tax (2010 - 2026) Analysis & Trends
Barclays has reported Profit After Tax for 17 years, with the latest figure at $3.4 billion in Q2 2026.
- On a quarterly basis, Profit After Tax rose 31.23% year-over-year to $3.4 billion in Q2 2026; TTM through Jun 2026 was $12.9 billion, a 12.05% increase from a year earlier, with the FY2025 full-year figure at $12.2 billion, up 49.47% from the prior year.
- Profit After Tax was $3.4 billion for Q2 2026 at Barclays, up from $2.9 billion in the prior quarter.
- The five-year high for Profit After Tax was $4.2 billion in Q4 2025, with the low at $1.6 billion in Q2 2022.
- Average Profit After Tax over 5 years is $2.6 billion, with a median of $2.3 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2024: Profit After Tax tumbled 49.84% in 2022, then surged 87.25% in 2024.
- Over 5 years, Profit After Tax stood at $3.6 billion in 2022, then sank by 42.13% to $2.1 billion in 2023, then surged by 87.25% to $3.9 billion in 2024, then gained by 8.76% to $4.2 billion in 2025, then fell by 20.11% to $3.4 billion in 2026.
- The last three Profit After Tax figures came in at $3.4 billion (Q2 2026), $2.9 billion (Q1 2026), and $4.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 659.57 Bn | 643.59 Bn | 5.90 Bn | 3.31 Bn |
| 2 | Hsbc Holdings | 354.33 Bn | 354.38 Bn | - | - |
| 3 | General Electric | 331.23 Bn | 322.11 Bn | 6.95 Bn | 2.40 Bn |
| 4 | Astrazeneca | 260.48 Bn | 255.27 Bn | 12.86 Bn | 2.51 Bn |
| 5 | Citigroup | 226.55 Bn | -2,073.32 Bn | 24.75 Bn | 6.02 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 | 537.92 Mn |
| 10 | Barclays | 87.74 Bn | 88.35 Bn | - | 3.38 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.38 Bn |
| Mar 31, 2026 | 2.93 Bn |
| Dec 31, 2025 | 4.23 Bn |
| Sep 30, 2025 | 2.31 Bn |
| Jun 30, 2025 | 2.58 Bn |
| Mar 31, 2025 | 2.64 Bn |
| Dec 31, 2024 | 3.89 Bn |
| Sep 30, 2024 | 2.36 Bn |
| Jun 30, 2024 | 1.91 Bn |
| Mar 31, 2024 | 2.30 Bn |
| Dec 31, 2023 | 2.08 Bn |
| Sep 30, 2023 | 1.95 Bn |
| Jun 30, 2023 | 2.02 Bn |
| Mar 31, 2023 | 2.48 Bn |
| Dec 31, 2022 | 3.59 Bn |
| Sep 30, 2022 | 2.03 Bn |
| Jun 30, 2022 | 1.62 Bn |
| Mar 31, 2022 | 2.17 Bn |
| Dec 31, 2021 | 3.90 Bn |
| Sep 30, 2021 | 2.17 Bn |
Barclays Profit After Tax 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=profit-after-tax&ticker=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();