Santander UK plc (SNTUF) Income from Discontinued Operations (2012 - 2013)
Santander UK's (SNTUF) quarterly Income from Discontinued Operations came in at $6.5 million in Q4 2013, down 90.4% year-over-year from $67.4 million in Q4 2012, and up 135.14% quarter-over-quarter from -$18.4 million in Q2 2013.
Santander UK plc (SNTUF) Income from Discontinued Operations (2012 - 2013) Analysis & Trends
Santander UK has disclosed Income from Discontinued Operations across 2 years of filings, most recently posting $6.5 million for Q4 2013.
- In Q4 2013, Income from Discontinued Operations fell 90.4% year-over-year to $6.5 million; the TTM figure through Dec 2013 stood at $337.8 million (up 152.67% YoY), while the FY2021 annual figure was $42.7 million, up 3.8% from the prior year.
- Income from Discontinued Operations came in at $6.5 million for Q4 2013 at Santander UK, up from -$18.4 million in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $349.8 million in Q1 2013 to a low of -$18.4 million in Q2 2013.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2013 | 6.48 Mn |
| Jun 30, 2013 | -18.43 Mn |
| Mar 31, 2013 | 349.80 Mn |
| Dec 31, 2012 | 67.45 Mn |
| Sep 30, 2012 | 25.27 Mn |
| Jun 30, 2012 | 19.00 Mn |
| Mar 31, 2012 | 22.00 Mn |
Santander UK plc Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();