Barclays (BCS) Construction in Progress (2022 - 2025)
Barclays (BCS) posted Construction in Progress of $3.2 billion for Q4 2025, down 11.16% on a QoQ basis from $3.6 billion in Q4 2024, and down 11.16% year-over-year from $3.6 billion in Q4 2024.
Barclays (BCS) Construction in Progress (2022 - 2025) Analysis & Trends
Barclays has reported Construction in Progress for 4 years, with the latest figure at $3.2 billion in Q4 2025.
- On a quarterly basis, Construction in Progress fell 11.16% year-over-year to $3.2 billion in Q4 2025; TTM through Dec 2025 was $3.2 billion, a 11.16% decrease from a year earlier, with the FY2025 full-year figure at $3.2 billion, down 11.16% from the prior year.
- Construction in Progress was $3.2 billion for Q4 2025 at Barclays, down from $3.6 billion in the prior quarter.
- The five-year high for Construction in Progress was $3.6 billion in Q4 2024, with the low at $2.6 billion in Q4 2022.
- Average Construction in Progress over 4 years is $3.2 billion, with a median of $3.2 billion recorded in 2023.
- The sharpest annual moves came in 2023 and 2025: Construction in Progress gained 22.97% in 2023, then decreased 11.16% in 2025.
- Over 4 years, Construction in Progress stood at $2.6 billion in 2022, then grew by 22.97% to $3.3 billion in 2023, then grew by 11.02% to $3.6 billion in 2024, then fell by 11.16% to $3.2 billion in 2025.
- The last three Construction in Progress figures came in at $3.2 billion (Q4 2025), $3.6 billion (Q4 2024), and $3.3 billion (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Construction in Progress (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 659.57 Bn | 643.59 Bn | 5.90 Bn | 2.06 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, 2025 | 3.21 Bn |
| Dec 31, 2024 | 3.61 Bn |
| Dec 31, 2023 | 3.26 Bn |
| Dec 31, 2022 | 2.65 Bn |
Barclays Construction in Progress 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=construction-in-progress&ticker=BCS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "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=construction-in-progress&ticker=BCS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();