Barclays (BCS) Other Non Operating Income (2011 - 2026)
Barclays (BCS) posted Other Non Operating Income of -$2.0 billion for Q1 2026, up 7.23% on a QoQ basis from -$2.2 billion in Q4 2025, and down 8907.07% year-over-year from $22.7 million in Q1 2025.
Barclays (BCS) Other Non Operating Income (2011 - 2026) Analysis & Trends
Barclays has reported Other Non Operating Income for 16 years, with the latest figure at -$2.0 billion in Q1 2026.
- On a quarterly basis, Other Non Operating Income fell 8907.07% year-over-year to -$2.0 billion in Q1 2026; TTM through Mar 2026 was -$4.1 billion, a 657.02% decrease from a year earlier, with the FY2025 full-year figure at $3.0 billion, up 322.0% from the prior year.
- Other Non Operating Income was -$2.0 billion for Q1 2026 at Barclays, up from -$2.2 billion in the prior quarter.
- The five-year high for Other Non Operating Income was $666.1 million in Q4 2024, with the low at -$2.2 billion in Q4 2025.
- Average Other Non Operating Income over 5 years is -$335.0 million, with a median of $13.5 million recorded in 2022.
- The sharpest annual moves came in 2024 and 2026: Other Non Operating Income soared 7767.27% in 2024, then sank 8907.07% in 2026.
- Over 5 years, Other Non Operating Income stood at $11.7 million in 2022, then plunged by 174.07% to -$8.7 million in 2023, then jumped by 7767.27% to $666.1 million in 2024, then sank by 423.09% to -$2.2 billion in 2025, then advanced by 7.23% to -$2.0 billion in 2026.
- The last three Other Non Operating Income figures came in at -$2.0 billion (Q1 2026), -$2.2 billion (Q4 2025), and $52.6 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 4 | Astrazeneca | 260.48 Bn | 255.27 Bn | 12.86 Bn |
| 5 | Citigroup | 226.55 Bn | -2,073.32 Bn | 24.75 Bn |
| 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 |
| 10 | Barclays | 87.74 Bn | 88.35 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -2.00 Bn |
| Dec 31, 2025 | -2.15 Bn |
| Sep 30, 2025 | 52.63 Mn |
| Mar 31, 2025 | 22.67 Mn |
| Dec 31, 2024 | 666.14 Mn |
| Sep 30, 2024 | 27.29 Mn |
| Mar 31, 2024 | 15.22 Mn |
| Dec 31, 2023 | -8.69 Mn |
| Sep 30, 2023 | 11.40 Mn |
| Dec 31, 2022 | 11.73 Mn |
| Dec 31, 2021 | 17.52 Mn |
| Mar 31, 2021 | 182.02 Mn |
| Dec 31, 2020 | 14.52 Mn |
| Sep 30, 2020 | 1.29 Mn |
| Jun 30, 2020 | 3.73 Mn |
| Mar 31, 2020 | 10.25 Mn |
| Dec 31, 2019 | 1.29 Mn |
| Sep 30, 2019 | 14.80 Mn |
| Jun 30, 2019 | 3.86 Mn |
| Mar 31, 2019 | 15.62 Mn |
Barclays Other Non Operating Income 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=other-non-operating-income&ticker=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();