Barclays Bank (ATMP) EPS (Basic) (2014 - 2022)
Barclays Bank (ATMP) posted EPS (Basic) of $0.44 for Q2 2022, down 73.46% on a QoQ basis from $1.65 in Q1 2022, and down 45.47% year-over-year from $0.8 in Q2 2021.
Barclays Bank (ATMP) EPS (Basic) (2014 - 2022) Analysis & Trends
Barclays Bank has reported EPS (Basic) for 7 years, with the latest figure at $0.44 in Q2 2022.
- On a quarterly basis, EPS (Basic) fell 45.47% year-over-year to $0.44 in Q2 2022; TTM through Jun 2022 was $4.96, a 46.57% increase from a year earlier, with the FY2025 full-year figure at $5.44, up 28.8% from the prior year.
- EPS (Basic) was $0.44 for Q2 2022 at Barclays Bank, down from $1.65 in the prior quarter.
- The five-year high for EPS (Basic) was $2.06 in Q1 2021, with the low at -$0.05 in Q1 2018.
- Average EPS (Basic) over 3 years is $0.89, with a median of $0.62 recorded in 2018.
- The largest YoY upside for EPS (Basic) was 694.6% in 2018 against a maximum downside of 189.5% in 2018.
- Over 3 years, EPS (Basic) stood at $0.44 in 2018, then surged by 81.55% to $0.8 in 2021, then slumped by 45.47% to $0.44 in 2022.
- The last three EPS (Basic) figures came in at $0.44 (Q2 2022), $1.65 (Q1 2022), and $0.8 (Q2 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 394.48 Bn | -194.01 Bn | 30.39 Bn | 1.22 |
| 2 | Hsbc Holdings | 348.97 Bn | 349.02 Bn | - | - |
| 3 | Morgan Stanley | 314.73 Bn | 154.60 Bn | - | 3.50 |
| 4 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - | 3.07 |
| 5 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - | 21.32 |
| 6 | Mitsubishi Ufj Financial | 274.03 Bn | -110.29 Bn | 10.89 Bn | 0.45 |
| 7 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - | 2.02 |
| 8 | Banco Santander | 212.85 Bn | 220.46 Bn | 28.01 Bn | 0.27 |
| 9 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - | 1.88 |
| 10 | Barclays Bank | 40.38 Bn | 40.38 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 0.44 |
| Mar 31, 2022 | 1.65 |
| Jun 30, 2021 | 0.80 |
| Mar 31, 2021 | 2.06 |
| Jun 30, 2018 | 0.44 |
| Mar 31, 2018 | -0.05 |
| Dec 31, 2017 | -1.59 |
| Sep 30, 2017 | 0.56 |
| Jun 30, 2017 | 0.06 |
| Mar 31, 2017 | 0.06 |
| Dec 31, 2016 | 0.05 |
| Sep 30, 2016 | 0.06 |
| Jun 30, 2016 | 0.06 |
| Mar 31, 2016 | 0.06 |
| Dec 31, 2015 | 0.07 |
| Sep 30, 2015 | 0.07 |
| Jun 30, 2015 | 0.07 |
| Mar 31, 2015 | 0.55 |
| Dec 31, 2014 | -2.09 |
Barclays Bank EPS (Basic) 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-basic&ticker=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();