Santander UK plc (SNTUF) Other Accumulated Expenses (2009 - 2015)
Santander UK's (SNTUF) quarterly Other Accumulated Expenses came in at -$913.0 million in Q1 2015, up 3.2% year-over-year from -$884.7 million in Q1 2014, and up 3.2% quarter-over-quarter from -$943.2 million in Q1 2014.
Santander UK plc (SNTUF) Other Accumulated Expenses (2009 - 2015) Analysis & Trends
Santander UK has disclosed Other Accumulated Expenses across 3 years of filings, most recently posting -$913.0 million for Q1 2015.
- In Q1 2015, Other Accumulated Expenses rose 3.2% year-over-year to -$913.0 million; the TTM figure through Mar 2015 stood at -$913.0 million (up 3.2% YoY), while the FY2009 annual figure was $148.6 million, changed N/A from the prior year.
- Other Accumulated Expenses came in at -$913.0 million for Q1 2015 at Santander UK, up from -$943.2 million in the prior quarter.
- In the past five years, Other Accumulated Expenses ranged from a high of -$913.0 million in Q1 2015 to a low of -$943.2 million in Q1 2014.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | -913.04 Mn |
| Mar 31, 2014 | -943.24 Mn |
| Dec 31, 2009 | 148.65 Mn |
Santander UK plc Other Accumulated 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-accumulated-expenses&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-accumulated-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-accumulated-expenses&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();