Santander UK plc (SNTUF) Other Operating Expenses (2013 - 2014)
Santander UK's (SNTUF) quarterly Other Operating Expenses came in at -$110.9 million in Q4 2014, down 0.74% year-over-year from -$111.7 million in Q4 2013, and down 2.07% quarter-over-quarter from -$108.7 million in Q3 2014.
Santander UK plc (SNTUF) Other Operating Expenses (2013 - 2014) Analysis & Trends
Santander UK has disclosed Other Operating Expenses across 2 years of filings, most recently posting -$110.9 million for Q4 2014.
- In Q4 2014, Other Operating Expenses fell 0.74% year-over-year to -$110.9 million; the TTM figure through Dec 2014 stood at -$801.4 million (down 171.45% YoY), while the FY2025 annual figure was $21.3 million, down 82.17% from the prior year.
- Other Operating Expenses came in at -$110.9 million for Q4 2014 at Santander UK, down from -$108.7 million in the prior quarter.
- In the past five years, Other Operating Expenses ranged from a high of -$91.4 million in Q3 2013 to a low of -$461.0 million in Q2 2014.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | -110.91 Mn |
| Sep 30, 2014 | -108.65 Mn |
| Jun 30, 2014 | -461.04 Mn |
| Mar 31, 2014 | -120.80 Mn |
| Dec 31, 2013 | -110.10 Mn |
| Sep 30, 2013 | -91.45 Mn |
| Jun 30, 2013 | -93.68 Mn |
Santander UK plc Other Operating Expenses 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=other-operating-expenses&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();