Barclays (BCS) Income from Non-Controlling Interests (2011 - 2026)
Barclays (BCS) posted Income from Non-Controlling Interests of -$301.9 million for Q2 2026, down 191.77% on a QoQ basis from $329.0 million in Q1 2026, and down 977.56% year-over-year from $34.4 million in Q2 2025.
Barclays (BCS) Income from Non-Controlling Interests (2011 - 2026) Analysis & Trends
Barclays has reported Income from Non-Controlling Interests for 16 years, with the latest figure at -$301.9 million in Q2 2026.
- On a quarterly basis, Income from Non-Controlling Interests fell 977.56% year-over-year to -$301.9 million in Q2 2026; TTM through Jun 2026 was $3.1 million, a 105.69% increase from a year earlier, with the FY2025 full-year figure at $54.5 million, down 13.28% from the prior year.
- Income from Non-Controlling Interests was -$301.9 million for Q2 2026 at Barclays, down from $329.0 million in the prior quarter.
- The five-year high for Income from Non-Controlling Interests was $329.0 million in Q1 2026, with the low at -$301.9 million in Q2 2026.
- Average Income from Non-Controlling Interests over 5 years is -$11.3 million, with a median of -$23.9 million recorded in 2025.
- The largest YoY upside for Income from Non-Controlling Interests was 12958.97% in 2026 against a maximum downside of 977.56% in 2026.
- Over 5 years, Income from Non-Controlling Interests stood at -$25.8 million in 2022, then declined by 20.25% to -$31.0 million in 2023, then gained by 17.27% to -$25.7 million in 2024, then grew by 6.73% to -$23.9 million in 2025, then sank by 1160.82% to -$301.9 million in 2026.
- The last three Income from Non-Controlling Interests figures came in at -$301.9 million (Q2 2026), $329.0 million (Q1 2026), and -$23.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 659.57 Bn | 643.59 Bn | 5.90 Bn | - |
| 2 | Hsbc Holdings | 354.33 Bn | 354.38 Bn | - | - |
| 3 | General Electric | 331.23 Bn | 322.11 Bn | 6.95 Bn | -13.00 Mn |
| 4 | Astrazeneca | 260.48 Bn | 255.27 Bn | 12.86 Bn | 1.00 Mn |
| 5 | Citigroup | 226.55 Bn | -2,073.32 Bn | 24.75 Bn | 193.00 Mn |
| 6 | Bhp | 218.78 Bn | 200.24 Bn | - | - |
| 7 | Diageo | 211.16 Bn | 211.21 Bn | - | - |
| 8 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | - |
| 9 | Ferrari | 154.46 Bn | 152.71 Bn | 1.18 Bn | 627,675.40 |
| 10 | Barclays | 87.74 Bn | 88.35 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -301.88 Mn |
| Mar 31, 2026 | 328.96 Mn |
| Dec 31, 2025 | -23.94 Mn |
| Jun 30, 2025 | -28.01 Mn |
| Mar 31, 2025 | 2.52 Mn |
| Dec 31, 2024 | -25.67 Mn |
| Sep 30, 2024 | -3.90 Mn |
| Jun 30, 2024 | -29.03 Mn |
| Mar 31, 2024 | 3.81 Mn |
| Dec 31, 2023 | -31.03 Mn |
| Sep 30, 2023 | -11.40 Mn |
| Jun 30, 2023 | -27.53 Mn |
| Mar 31, 2023 | 9.72 Mn |
| Dec 31, 2022 | -25.80 Mn |
| Sep 30, 2022 | -2.36 Mn |
| Jun 30, 2022 | -25.19 Mn |
| Mar 31, 2022 | -1.34 Mn |
| Dec 31, 2021 | -36.40 Mn |
| Sep 30, 2021 | -1.38 Mn |
| Jun 30, 2021 | -20.97 Mn |
Barclays 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=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "BCS", "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=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();