Santander UK plc (SNTUF) EBT (2011 - 2014)
Santander UK's (SNTUF) quarterly EBT 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) EBT (2011 - 2014) Analysis & Trends
Santander UK has disclosed EBT across 4 years of filings, most recently posting $614.7 million for Q4 2014.
- In Q4 2014, EBT rose 24.08% year-over-year to $614.7 million; the TTM figure through Dec 2014 stood at $2.3 billion (up 32.22% YoY), while the FY2025 annual figure was $2.0 billion, up 13.85% from the prior year.
- EBT 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, EBT ranged from a high of $1.7 billion in Q4 2012 to a low of -$3.1 billion in Q4 2011.
- Average EBT over 4 years is $365.7 million, with a median of $541.4 million recorded in 2012.
- Year-over-year, EBT surged 154.72% in 2012 and tumbled 70.34% in 2013.
- Over 4 years, EBT stood at -$3.1 billion in 2011, then surged by 154.72% to $1.7 billion in 2012, then plunged by 70.34% 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 EBT 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 | 438.41 Mn |
| Dec 31, 2012 | 1.67 Bn |
| Sep 30, 2012 | 552.70 Mn |
| Jun 30, 2012 | 517.82 Mn |
| Mar 31, 2012 | 570.31 Mn |
| Dec 31, 2011 | -3.05 Bn |
| Sep 30, 2011 | 822.91 Mn |
Santander UK plc EBT 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=ebt&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();