Santander UK plc (SNTUF) Operating Expenses (2009 - 2014)
Santander UK's (SNTUF) quarterly Operating Expenses came in at -$950.6 million in Q4 2014, down 7.73% year-over-year from -$1.0 billion in Q4 2013, and up 0.92% quarter-over-quarter from -$959.5 million in Q3 2014.
Santander UK plc (SNTUF) Operating Expenses (2009 - 2014) Analysis & Trends
Santander UK has disclosed Operating Expenses across 6 years of filings, most recently posting -$950.6 million for Q4 2014.
- In Q4 2014, Operating Expenses fell 7.73% year-over-year to -$950.6 million; the TTM figure through Dec 2014 stood at -$4.0 billion (down 18.28% YoY), while the FY2023 annual figure was $254.4 million, up 167.79% from the prior year.
- Operating Expenses came in at -$950.6 million for Q4 2014 at Santander UK, up from -$959.5 million in the prior quarter.
- In the past five years, Operating Expenses ranged from a high of $763.3 million in Q2 2012 to a low of -$2.8 billion in Q4 2010.
- Average Operating Expenses over 5 years is -$872.3 million, with a median of -$860.1 million recorded in 2013.
- The largest YoY upside for Operating Expenses was 193.86% in 2012 against a maximum downside of 263.88% in 2012.
- Over 5 years, Operating Expenses stood at -$2.8 billion in 2010, then surged by 77.75% to -$630.2 million in 2011, then slumped by 263.88% to -$2.3 billion in 2012, then surged by 61.52% to -$882.4 million in 2013, then dropped by 7.73% to -$950.6 million in 2014.
- Per Business Quant data, the three most recent Operating Expenses figures were -$950.6 million in Q4 2014, -$959.5 million in Q3 2014, and -$1.1 billion in Q2 2014.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | -950.64 Mn |
| Sep 30, 2014 | -959.50 Mn |
| Jun 30, 2014 | -1.10 Bn |
| Mar 31, 2014 | -943.24 Mn |
| Dec 31, 2013 | -882.39 Mn |
| Sep 30, 2013 | -832.34 Mn |
| Jun 30, 2013 | -860.05 Mn |
| Mar 31, 2013 | -766.44 Mn |
| Dec 31, 2012 | -2.29 Bn |
| Sep 30, 2012 | 740.62 Mn |
| Jun 30, 2012 | 763.27 Mn |
| Mar 31, 2012 | -749.41 Mn |
| Dec 31, 2011 | -630.20 Mn |
| Sep 30, 2011 | -789.09 Mn |
| Dec 31, 2010 | -2.83 Bn |
| Dec 31, 2009 | -3.02 Bn |
Santander UK plc 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=operating-expenses&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=operating-expenses&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();