Barclays (BCS) Real Estate - Net (2014 - 2021)
Barclays (BCS) posted Real Estate - Net of $9.4 million for Q4 2021, down 28.54% on a QoQ basis from $13.2 million in Q4 2020, and down 28.54% year-over-year from $13.2 million in Q4 2020.
Barclays (BCS) Real Estate - Net (2014 - 2021) Analysis & Trends
Barclays has reported Real Estate - Net for 5 years, with the latest figure at $9.4 million in Q4 2021.
- On a quarterly basis, Real Estate - Net fell 28.54% year-over-year to $9.4 million in Q4 2021; TTM through Dec 2021 was $9.4 million, a 28.54% decrease from a year earlier, with the FY2021 full-year figure at $9.6 million, down 25.0% from the prior year.
- Real Estate - Net was $9.4 million for Q4 2021 at Barclays, down from $13.2 million in the prior quarter.
- The five-year high for Real Estate - Net was $16.7 million in Q4 2019, with the low at $9.4 million in Q4 2021.
- Average Real Estate - Net over 4 years is $12.7 million, with a median of $12.4 million recorded in 2020.
- The sharpest annual moves came in 2019 and 2021: Real Estate - Net jumped 44.33% in 2019, then dropped 28.54% in 2021.
- Over 4 years, Real Estate - Net stood at $11.6 million in 2018, then surged by 44.33% to $16.7 million in 2019, then fell by 21.0% to $13.2 million in 2020, then decreased by 28.54% to $9.4 million in 2021.
- The last three Real Estate - Net figures came in at $9.4 million (Q4 2021), $13.2 million (Q4 2020), and $16.7 million (Q4 2019), 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 |
|---|---|
| Dec 31, 2021 | 9.44 Mn |
| Dec 31, 2020 | 13.20 Mn |
| Dec 31, 2019 | 16.71 Mn |
| Dec 31, 2018 | 11.58 Mn |
| Jun 30, 2014 | 609.11 Mn |
Barclays Real Estate - Net 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=real-estate-net&ticker=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "real-estate-net", "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=real-estate-net&ticker=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();