Santander UK plc (SNTUF) Net Income (2011 - 2014)
Santander UK's (SNTUF) quarterly Net Income came in at $614.7 million in Q4 2014, up 22.48% year-over-year from $501.9 million in Q4 2013, and down 21.08% quarter-over-quarter from $779.0 million in Q3 2014.
Santander UK plc (SNTUF) Net Income (2011 - 2014) Analysis & Trends
Santander UK has disclosed Net Income across 4 years of filings, most recently posting $614.7 million for Q4 2014.
- In Q4 2014, Net Income rose 22.48% year-over-year to $614.7 million; the TTM figure through Dec 2014 stood at $2.3 billion (up 6.18% YoY), while the FY2025 annual figure was $1.4 billion, up 15.91% from the prior year.
- Net Income 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, Net Income ranged from a high of $1.8 billion in Q4 2012 to a low of -$2.9 billion in Q4 2011.
- Average Net Income over 4 years is $461.5 million, with a median of $674.4 million recorded in 2014.
- Year-over-year, Net Income surged 160.07% in 2012 and slumped 71.51% in 2013.
- Over 4 years, Net Income stood at -$2.9 billion in 2011, then soared by 160.07% to $1.8 billion in 2012, then tumbled by 71.51% to $501.9 million in 2013, then increased by 22.48% to $614.7 million in 2014.
- Per Business Quant data, the three most recent Net Income 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 | 501.91 Mn |
| Sep 30, 2013 | 530.09 Mn |
| Jun 30, 2013 | 256.48 Mn |
| Mar 31, 2013 | 876.82 Mn |
| Dec 31, 2012 | 1.76 Bn |
| Sep 30, 2012 | 718.51 Mn |
| Jun 30, 2012 | 660.34 Mn |
| Mar 31, 2012 | 730.56 Mn |
| Dec 31, 2011 | -2.93 Bn |
| Sep 30, 2011 | 1.06 Bn |
Santander UK plc Net Income 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=net-income&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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=net-income&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();