Barclays Bank (ATMP) Minority Interest (2009 - 2022)
Barclays Bank (ATMP) posted Minority Interest of $1.3 billion for Q1 2022, down 2.47% on a QoQ basis from $1.3 billion in Q4 2021.
Analysis
Barclays Bank (ATMP) Minority Interest (2009 - 2022) Analysis & Trends
Barclays Bank has reported Minority Interest for 12 years, with the latest figure at $1.3 billion in Q1 2022.
- On a quarterly basis, Minority Interest changed N/A year-over-year to $1.3 billion in Q1 2022; TTM through Mar 2022 was $1.3 billion, a N/A change from a year earlier, with the FY2021 full-year figure at $1.4 billion, changed N/A from the prior year.
- Minority Interest was $1.3 billion for Q1 2022 at Barclays Bank, down from $1.3 billion in the prior quarter.
- The five-year high for Minority Interest was $1.3 billion in Q4 2021, with the low at $2.6 million in Q4 2018.
- Average Minority Interest over 3 years is $659.7 million, with a median of $651.5 million recorded in 2018.
- The largest YoY upside for Minority Interest was 93.84% in 2018 against a maximum downside of 99.91% in 2018.
- Over 3 years, Minority Interest stood at $2.6 million in 2018, then soared by 51703.56% to $1.3 billion in 2021, then decreased by 2.47% to $1.3 billion in 2022.
- The last three Minority Interest figures came in at $1.3 billion (Q1 2022), $1.3 billion (Q4 2021), and $2.6 million (Q4 2018), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | - |
| 4 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - |
| 5 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - |
| 6 | Mitsubishi Ufj Financial | 274.03 Bn | -110.29 Bn | 10.89 Bn |
| 7 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - |
| 8 | Banco Santander | 212.85 Bn | 220.46 Bn | 28.01 Bn |
| 9 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - |
| 10 | Barclays Bank | 40.38 Bn | 40.38 Bn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2022 | 1.30 Bn |
| Dec 31, 2021 | 1.33 Bn |
| Dec 31, 2018 | 2.57 Mn |
| Jun 30, 2018 | 2.72 Mn |
| Dec 31, 2017 | 1.33 Mn |
| Sep 30, 2017 | 3.14 Bn |
| Jun 30, 2017 | 3.06 Bn |
| Mar 31, 2017 | 7.22 Bn |
| Dec 31, 2016 | 8.07 Bn |
| Sep 30, 2016 | 8.14 Bn |
| Jun 30, 2016 | 9.43 Bn |
| Mar 31, 2016 | 8.89 Bn |
| Dec 31, 2015 | 2.90 Bn |
| Sep 30, 2015 | 9.50 Bn |
| Jun 30, 2015 | 9.63 Bn |
| Mar 31, 2015 | 9.70 Bn |
| Dec 31, 2014 | 10.13 Bn |
| Sep 30, 2014 | 11.63 Bn |
| Jun 30, 2014 | 11.71 Bn |
| Mar 31, 2014 | 14.05 Bn |
API Access
Barclays Bank Minority Interest 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=minority-interest&ticker=ATMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=ATMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();