Santander UK plc (SNTUF) Income from Continuing Operations (2011 - 2014)
Santander UK's (SNTUF) quarterly Income from Continuing Operations came in at $614.7 million in Q4 2014, up 24.08% year-over-year from $495.4 million in Q4 2013, and down 21.08% quarter-over-quarter from $779.0 million in Q3 2014.
Santander UK plc (SNTUF) Income from Continuing Operations (2011 - 2014) Analysis & Trends
Santander UK has disclosed Income from Continuing Operations across 4 years of filings, most recently posting $614.7 million for Q4 2014.
- In Q4 2014, Income from Continuing Operations rose 24.08% year-over-year to $614.7 million; the TTM figure through Dec 2014 stood at $2.3 billion (up 25.81% YoY), while the FY2025 annual figure was $1.4 billion, up 15.91% from the prior year.
- Income from Continuing Operations came in at $614.7 million for Q4 2014 at Santander UK, down from $779.0 million in the prior quarter.
- In the past five years, Income from Continuing Operations ranged from a high of $1.7 billion in Q4 2012 to a low of -$2.9 billion in Q4 2011.
- Average Income from Continuing Operations over 4 years is $427.8 million, with a median of $628.0 million recorded in 2014.
- Year-over-year, Income from Continuing Operations soared 157.77% in 2012 and tumbled 70.76% in 2013.
- Over 4 years, Income from Continuing Operations stood at -$2.9 billion in 2011, then soared by 157.77% to $1.7 billion in 2012, then plunged by 70.76% to $495.4 million in 2013, then climbed by 24.08% to $614.7 million in 2014.
- Per Business Quant data, the three most recent Income from Continuing Operations figures were $614.7 million in Q4 2014, $779.0 million in Q3 2014, and $217.1 million in Q2 2014.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 614.75 Mn |
| Sep 30, 2014 | 778.97 Mn |
| Jun 30, 2014 | 217.06 Mn |
| Mar 31, 2014 | 688.40 Mn |
| Dec 31, 2013 | 495.44 Mn |
| Sep 30, 2013 | 530.09 Mn |
| Jun 30, 2013 | 274.91 Mn |
| Mar 31, 2013 | 527.03 Mn |
| Dec 31, 2012 | 1.69 Bn |
| Sep 30, 2012 | 693.24 Mn |
| Jun 30, 2012 | 641.34 Mn |
| Mar 31, 2012 | 708.57 Mn |
| Dec 31, 2011 | -2.93 Bn |
| Sep 30, 2011 | 1.06 Bn |
Santander UK plc Income from Continuing 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-continuing-operations&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-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-continuing-operations&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();