Santander UK plc (SNTUF) Asset Utilization Ratio (2009 - 2021)
Santander UK's (SNTUF) quarterly Asset Utilization Ratio came in at 0.0 in Q4 2021, up 213.39% quarter-over-quarter from 0.0 in Q2 2021.
Santander UK plc (SNTUF) Asset Utilization Ratio (2009 - 2021) Analysis & Trends
Santander UK has disclosed Asset Utilization Ratio across 8 years of filings, most recently posting 0.0 for Q4 2021.
- In Q4 2021, Asset Utilization Ratio changed N/A year-over-year to 0.0; the TTM figure through Dec 2021 stood at 0.0 (changed N/A YoY), while the FY2021 annual figure was 0.02, changed N/A from the prior year.
- Asset Utilization Ratio came in at 0.0 for Q4 2021 at Santander UK, up from 0.0 in the prior quarter.
- In the past five years, Asset Utilization Ratio ranged from a high of 0.0 in Q4 2021 to a low of 0.0 in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 0.00 |
| Jun 30, 2021 | 0.00 |
| Jun 30, 2015 | 0.00 |
| Dec 31, 2014 | 0.00 |
| Sep 30, 2014 | 0.01 |
| Jun 30, 2014 | 0.00 |
| Mar 31, 2014 | 0.00 |
| Dec 31, 2013 | 0.00 |
| Sep 30, 2013 | 0.00 |
| Jun 30, 2013 | 0.00 |
| Mar 31, 2013 | 0.00 |
| Dec 31, 2012 | 0.00 |
| Sep 30, 2012 | 0.00 |
| Jun 30, 2012 | 0.00 |
| Mar 31, 2012 | 0.02 |
| Dec 31, 2011 | -0.01 |
| Sep 30, 2011 | 17.10 |
| Jun 30, 2011 | 0.00 |
| Dec 31, 2010 | -0.01 |
| Jun 30, 2010 | -0.01 |
Santander UK plc Asset Utilization Ratio 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=asset-utilization-ratio&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();