Barclays Bank (ATMP) Income from Non-Controlling Interests (2009 - 2022)
Barclays Bank (ATMP) posted Income from Non-Controlling Interests of -$1.3 million for Q1 2022, up 75.67% on a QoQ basis from -$5.5 million in Q1 2021, and up 75.67% year-over-year from -$763828.6 in Q1 2021.
Barclays Bank (ATMP) Income from Non-Controlling Interests (2009 - 2022) Analysis & Trends
Barclays Bank has reported Income from Non-Controlling Interests for 12 years, with the latest figure at -$1.3 million in Q1 2022.
- On a quarterly basis, Income from Non-Controlling Interests rose 75.67% year-over-year to -$1.3 million in Q1 2022; TTM through Mar 2022 was -$8.2 million, a 98.08% increase from a year earlier, with the FY2017 full-year figure at $180.4 million, down 67.17% from the prior year.
- Income from Non-Controlling Interests was -$1.3 million for Q1 2022 at Barclays Bank, up from -$5.5 million in the prior quarter.
- The five-year high for Income from Non-Controlling Interests was -$1.3 million in Q1 2022, with the low at -$5.5 million in Q1 2021.
- Average Income from Non-Controlling Interests over 3 years is -$2.7 million, with a median of -$1.4 million recorded in 2018.
- The sharpest annual moves came in 2018 and 2022: Income from Non-Controlling Interests tumbled 101.9% in 2018, then soared 75.67% in 2022.
- Over 3 years, Income from Non-Controlling Interests stood at -$1.4 million in 2018, then tumbled by 304.86% to -$5.5 million in 2021, then jumped by 75.67% to -$1.3 million in 2022.
- The last three Income from Non-Controlling Interests figures came in at -$1.3 million (Q1 2022), -$5.5 million (Q1 2021), and -$1.4 million (Q2 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 394.48 Bn | -194.01 Bn | 30.39 Bn | - |
| 2 | Hsbc Holdings | 348.97 Bn | 349.02 Bn | - | - |
| 3 | Morgan Stanley | 314.73 Bn | 154.60 Bn | - | 72.00 Mn |
| 4 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - | 1.43 Mn |
| 5 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - | - |
| 6 | Mitsubishi Ufj Financial | 274.03 Bn | -110.29 Bn | 10.89 Bn | 233.25 Mn |
| 7 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - | 238.00 Mn |
| 8 | Banco Santander | 212.85 Bn | 220.46 Bn | 28.01 Bn | -258.04 Mn |
| 9 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - | - |
| 10 | Barclays Bank | 40.38 Bn | 40.38 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2022 | -1.34 Mn |
| Mar 31, 2021 | -5.52 Mn |
| Jun 30, 2018 | -1.36 Mn |
| Dec 31, 2017 | -422.20 Mn |
| Sep 30, 2017 | 56.27 Mn |
| Jun 30, 2017 | 71.56 Mn |
| Mar 31, 2017 | 275.00 Mn |
| Dec 31, 2016 | 264.81 Mn |
| Sep 30, 2016 | 255.03 Mn |
| Jun 30, 2016 | 239.84 Mn |
| Mar 31, 2016 | 249.39 Mn |
| Dec 31, 2015 | 268.60 Mn |
| Sep 30, 2015 | 243.42 Mn |
| Jun 30, 2015 | 241.84 Mn |
| Mar 31, 2015 | 273.00 Mn |
| Dec 31, 2014 | 345.40 Mn |
| Sep 30, 2014 | 269.13 Mn |
| Jun 30, 2014 | 318.02 Mn |
| Mar 31, 2014 | 332.62 Mn |
| Dec 31, 2013 | 558.58 Mn |
Barclays Bank Income from Non-Controlling Interests 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-non-controlling-interests&ticker=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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-non-controlling-interests&ticker=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();