Barclays Bank (ATMP) Profit After Tax (2009 - 2025)
Barclays Bank (ATMP) posted Profit After Tax of $2.1 billion for Q4 2025, up 3.96% on a QoQ basis from $2.0 billion in Q4 2024, and up 3.96% year-over-year from $2.0 billion in Q4 2024.
Barclays Bank (ATMP) Profit After Tax (2009 - 2025) Analysis & Trends
Barclays Bank has reported Profit After Tax for 16 years, with the latest figure at $2.1 billion in Q4 2025.
- On a quarterly basis, Profit After Tax rose 3.96% year-over-year to $2.1 billion in Q4 2025; TTM through Dec 2025 was $8.0 billion, a 22.77% increase from a year earlier, with the FY2025 full-year figure at $6.2 billion, up 28.8% from the prior year.
- Profit After Tax was $2.1 billion for Q4 2025 at Barclays Bank, up from $2.0 billion in the prior quarter.
- The five-year high for Profit After Tax was $2.6 billion in Q4 2022, with the low at $641.0 million in Q2 2022.
- Average Profit After Tax over 5 years is $1.8 billion, with a median of $2.1 billion recorded in 2025.
- The sharpest annual moves came in 2023 and 2024: Profit After Tax plunged 55.19% in 2023, then surged 72.46% in 2024.
- Over 5 years, Profit After Tax stood at $1.1 billion in 2021, then jumped by 148.77% to $2.6 billion in 2022, then slumped by 55.19% to $1.2 billion in 2023, then soared by 72.46% to $2.0 billion in 2024, then increased by 3.96% to $2.1 billion in 2025.
- The last three Profit After Tax figures came in at $2.1 billion (Q4 2025), $2.0 billion (Q4 2024), and $1.2 billion (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 394.48 Bn | -194.01 Bn | 30.39 Bn | 9.07 Bn |
| 2 | Hsbc Holdings | 348.97 Bn | 349.02 Bn | - | - |
| 3 | Morgan Stanley | 314.73 Bn | 154.60 Bn | - | 5.65 Bn |
| 4 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - | 4.32 Bn |
| 5 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - | 6.63 Bn |
| 6 | Mitsubishi Ufj Financial | 274.03 Bn | -110.29 Bn | 10.89 Bn | 24.52 Bn |
| 7 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - | 6.65 Bn |
| 8 | Banco Santander | 212.85 Bn | 220.46 Bn | 28.01 Bn | -2.84 Bn |
| 9 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - | 3.31 Bn |
| 10 | Barclays Bank | 40.38 Bn | 40.38 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.12 Bn |
| Dec 31, 2024 | 2.04 Bn |
| Dec 31, 2023 | 1.18 Bn |
| Dec 31, 2022 | 2.64 Bn |
| Jun 30, 2022 | 640.99 Mn |
| Mar 31, 2022 | 2.17 Bn |
| Jun 30, 2021 | 1.06 Bn |
| Mar 31, 2021 | 2.62 Bn |
| Dec 31, 2019 | 1.69 Bn |
| Dec 31, 2018 | 805.52 Mn |
| Jun 30, 2018 | 587.17 Mn |
| Mar 31, 2018 | -65.38 Mn |
| Dec 31, 2017 | -1.87 Bn |
| Sep 30, 2017 | 1.02 Bn |
| Jun 30, 2017 | 452.34 Mn |
| Mar 31, 2017 | 1.50 Bn |
| Dec 31, 2016 | 472.42 Mn |
| Sep 30, 2016 | 669.12 Mn |
| Jun 30, 2016 | 1.15 Bn |
| Mar 31, 2016 | 781.14 Mn |
Barclays Bank 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=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "ticker": "ATMP", "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=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();