Santander UK plc (SNTUF) Preferred Shares (2013 - 2019)
Santander UK's (SNTUF) quarterly Preferred Shares came in at $18.0 million in Q4 2019, up 111.98% quarter-over-quarter from -$150.2 million in Q4 2015.
Santander UK plc (SNTUF) Preferred Shares (2013 - 2019) Analysis & Trends
Santander UK has disclosed Preferred Shares across 4 years of filings, most recently posting $18.0 million for Q4 2019.
- In Q4 2019, Preferred Shares changed N/A year-over-year to $18.0 million; the TTM figure through Dec 2019 stood at $18.0 million (changed N/A YoY), while the FY2019 annual figure was $18.0 million, changed N/A from the prior year.
- Preferred Shares came in at $18.0 million for Q4 2019 at Santander UK, up from -$150.2 million in the prior quarter.
- In the past five years, Preferred Shares ranged from a high of $18.0 million in Q4 2019 to a low of -$150.2 million in Q4 2015.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | 18.00 Mn |
| Dec 31, 2015 | -150.23 Mn |
| Dec 31, 2014 | -434.13 Mn |
| Dec 31, 2013 | -445.25 Mn |
Santander UK plc Preferred Shares 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=preferred-shares&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-shares", "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=preferred-shares&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();