Santander UK plc (SNTUF) Operating Income (2011 - 2014)
Santander UK's (SNTUF) quarterly Operating Income came in at $1.8 billion in Q4 2014, up 5.08% year-over-year from $1.7 billion in Q4 2013, and down 3.37% quarter-over-quarter from $1.9 billion in Q3 2014.
Santander UK plc (SNTUF) Operating Income (2011 - 2014) Analysis & Trends
Santander UK has disclosed Operating Income across 4 years of filings, most recently posting $1.8 billion for Q4 2014.
- In Q4 2014, Operating Income rose 5.08% year-over-year to $1.8 billion; the TTM figure through Dec 2014 stood at $7.4 billion (up 16.74% YoY), while the FY2025 annual figure was $6.3 billion, up 5.24% from the prior year.
- Operating Income came in at $1.8 billion for Q4 2014 at Santander UK, down from $1.9 billion in the prior quarter.
- In the past five years, Operating Income ranged from a high of $6.0 billion in Q4 2012 to a low of $1.5 billion in Q1 2013.
- Average Operating Income over 4 years is $2.1 billion, with a median of $1.8 billion recorded in 2014.
- Year-over-year, Operating Income surged 267.41% in 2012 and plunged 71.29% in 2013.
- Over 4 years, Operating Income stood at $1.6 billion in 2011, then surged by 267.41% to $6.0 billion in 2012, then sank by 71.29% to $1.7 billion in 2013, then grew by 5.08% to $1.8 billion in 2014.
- Per Business Quant data, the three most recent Operating Income figures were $1.8 billion in Q4 2014, $1.9 billion in Q3 2014, and $1.8 billion in Q2 2014.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 1.82 Bn |
| Sep 30, 2014 | 1.89 Bn |
| Jun 30, 2014 | 1.85 Bn |
| Mar 31, 2014 | 1.81 Bn |
| Dec 31, 2013 | 1.73 Bn |
| Sep 30, 2013 | 1.55 Bn |
| Jun 30, 2013 | 1.52 Bn |
| Mar 31, 2013 | 1.51 Bn |
| Dec 31, 2012 | 6.04 Bn |
| Sep 30, 2012 | 2.59 Bn |
| Jun 30, 2012 | 1.65 Bn |
| Mar 31, 2012 | 1.69 Bn |
| Dec 31, 2011 | 1.64 Bn |
| Sep 30, 2011 | 1.97 Bn |
Santander UK plc Operating 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=operating-income&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-income&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();