Barclays Bank (ATMP) Income from Continuing Operations (2009 - 2022)
Barclays Bank (ATMP) posted Income from Continuing Operations of $662.4 million for Q2 2022, down 82.67% on a QoQ basis from $3.8 billion in Q1 2022, and down 50.43% year-over-year from $1.3 billion in Q2 2021.
Barclays Bank (ATMP) Income from Continuing Operations (2009 - 2022) Analysis & Trends
Barclays Bank has reported Income from Continuing Operations for 12 years, with the latest figure at $662.4 million in Q2 2022.
- On a quarterly basis, Income from Continuing Operations fell 50.43% year-over-year to $662.4 million in Q2 2022; TTM through Jun 2022 was $9.8 billion, a 44.71% increase from a year earlier, with the FY2025 full-year figure at $12.1 billion, up 28.0% from the prior year.
- Income from Continuing Operations was $662.4 million for Q2 2022 at Barclays Bank, down from $3.8 billion in the prior quarter.
- The five-year high for Income from Continuing Operations was $4.0 billion in Q1 2021, with the low at -$65.4 million in Q1 2018.
- Average Income from Continuing Operations over 3 years is $1.9 billion, with a median of $1.4 billion recorded in 2018.
- The largest YoY upside for Income from Continuing Operations was 17.9% in 2018 against a maximum downside of 102.45% in 2018.
- Over 3 years, Income from Continuing Operations stood at $1.5 billion in 2018, then fell by 7.99% to $1.3 billion in 2021, then slumped by 50.43% to $662.4 million in 2022.
- The last three Income from Continuing Operations figures came in at $662.4 million (Q2 2022), $3.8 billion (Q1 2022), and $1.3 billion (Q2 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (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 | 5.31 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 | 5.73 Bn |
| 9 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - | -3.17 Bn |
| 10 | Barclays Bank | 40.38 Bn | 40.38 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 662.40 Mn |
| Mar 31, 2022 | 3.82 Bn |
| Jun 30, 2021 | 1.34 Bn |
| Mar 31, 2021 | 3.99 Bn |
| Jun 30, 2018 | 1.45 Bn |
| Mar 31, 2018 | -65.38 Mn |
| Dec 31, 2017 | 282.79 Mn |
| Sep 30, 2017 | 1.87 Bn |
| Jun 30, 2017 | 1.23 Bn |
| Mar 31, 2017 | 2.67 Bn |
| Dec 31, 2016 | 348.10 Mn |
| Sep 30, 2016 | 1.53 Bn |
| Jun 30, 2016 | 2.49 Bn |
| Mar 31, 2016 | 1.49 Bn |
| Dec 31, 2015 | -2.90 Bn |
| Sep 30, 2015 | 1.17 Bn |
| Jun 30, 2015 | 2.86 Bn |
| Mar 31, 2015 | 2.40 Bn |
| Dec 31, 2014 | -2.88 Bn |
| Sep 30, 2014 | 2.45 Bn |
Barclays Bank Income from Continuing Operations 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=income-from-continuing-operations&ticker=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();