Barclays (BCS) Gross Profit (2012 - 2025)
Barclays (BCS) posted Gross Profit of $3.6 billion for Q4 2025, down 8.7% on a QoQ basis from $3.9 billion in Q3 2025, and up 2.8% year-over-year from $3.5 billion in Q4 2024.
Barclays (BCS) Gross Profit (2012 - 2025) Analysis & Trends
Barclays has reported Gross Profit for 13 years, with the latest figure at $3.6 billion in Q4 2025.
- On a quarterly basis, Gross Profit rose 2.8% year-over-year to $3.6 billion in Q4 2025; TTM through Dec 2025 was $15.9 billion, a 17.54% increase from a year earlier, with the FY2025 full-year figure at $16.1 billion, up 18.38% from the prior year.
- Gross Profit was $3.6 billion for Q4 2025 at Barclays, down from $3.9 billion in the prior quarter.
- The five-year high for Gross Profit was $4.3 billion in Q1 2025, with the low at $1.1 billion in Q4 2023.
- Average Gross Profit over 5 years is $3.2 billion, with a median of $3.3 billion recorded in 2021.
- The sharpest annual moves came in 2023 and 2024: Gross Profit slumped 55.52% in 2023, then jumped 225.93% in 2024.
- Over 5 years, Gross Profit stood at $2.2 billion in 2021, then gained by 8.53% to $2.4 billion in 2022, then plunged by 55.52% to $1.1 billion in 2023, then surged by 225.93% to $3.5 billion in 2024, then grew by 2.8% to $3.6 billion in 2025.
- The last three Gross Profit figures came in at $3.6 billion (Q4 2025), $3.9 billion (Q3 2025), and $4.1 billion (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 |
| 10 | Barclays | 87.74 Bn | 88.35 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 3.59 Bn |
| Sep 30, 2025 | 3.93 Bn |
| Jun 30, 2025 | 4.05 Bn |
| Mar 31, 2025 | 4.35 Bn |
| Dec 31, 2024 | 3.49 Bn |
| Sep 30, 2024 | 3.37 Bn |
| Jun 30, 2024 | 2.93 Bn |
| Mar 31, 2024 | 3.75 Bn |
| Dec 31, 2023 | 1.07 Bn |
| Sep 30, 2023 | 2.92 Bn |
| Jun 30, 2023 | 2.96 Bn |
| Mar 31, 2023 | 3.80 Bn |
| Dec 31, 2022 | 2.41 Bn |
| Sep 30, 2022 | 2.37 Bn |
| Jun 30, 2022 | 3.81 Bn |
| Mar 31, 2022 | 3.90 Bn |
| Dec 31, 2021 | 2.22 Bn |
| Sep 30, 2021 | 2.78 Bn |
| Jun 30, 2021 | 2.56 Bn |
| Mar 31, 2021 | 3.25 Bn |
Barclays Gross Profit 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=gross-profit&ticker=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-profit", "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=gross-profit&ticker=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();