Santander UK plc (SNTUF) Construction in Progress (2019 - 2023)
Santander UK's (SNTUF) quarterly Construction in Progress came in at $324.1 million in Q2 2023, up 26.16% year-over-year from $256.9 million in Q2 2022, and up 26.16% quarter-over-quarter from $256.9 million in Q2 2022.
Santander UK plc (SNTUF) Construction in Progress (2019 - 2023) Analysis & Trends
Santander UK has disclosed Construction in Progress across 5 years of filings, most recently posting $324.1 million for Q2 2023.
- In Q2 2023, Construction in Progress rose 26.16% year-over-year to $324.1 million; the TTM figure through Jun 2023 stood at $324.1 million (up 26.16% YoY), while the FY2021 annual figure was $145.8 million, up 106.49% from the prior year.
- Construction in Progress came in at $324.1 million for Q2 2023 at Santander UK, up from $256.9 million in the prior quarter.
- In the past five years, Construction in Progress ranged from a high of $324.1 million in Q2 2023 to a low of $20.6 million in Q4 2019.
- Average Construction in Progress over 5 years is $153.0 million, with a median of $121.8 million recorded in 2021.
- Year-over-year, Construction in Progress jumped 253.03% in 2020 and increased 26.16% in 2023.
- Over 5 years, Construction in Progress stood at $20.6 million in 2019, then jumped by 253.03% to $72.6 million in 2020, then surged by 96.75% to $142.9 million in 2021, then jumped by 79.79% to $256.9 million in 2022, then advanced by 26.16% to $324.1 million in 2023.
- Per Business Quant data, the three most recent Construction in Progress figures were $324.1 million in Q2 2023, $256.9 million in Q2 2022, and $142.9 million in Q4 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | 324.10 Mn |
| Jun 30, 2022 | 256.90 Mn |
| Dec 31, 2021 | 142.89 Mn |
| Jun 30, 2021 | 100.64 Mn |
| Dec 31, 2020 | 72.62 Mn |
| Dec 31, 2019 | 20.57 Mn |
Santander UK plc 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=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "ticker": "SNTUF", "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=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();