Santander UK plc (SNTUF) Net Margin (2011 - 2014)
Santander UK's (SNTUF) quarterly Net Margin came in at 71.19% in Q4 2014, up 1112.0% year-over-year from 5.87% in Q4 2013, and down 60.74% quarter-over-quarter from 181.32% in Q3 2014.
Santander UK plc (SNTUF) Net Margin (2011 - 2014) Analysis & Trends
Santander UK has disclosed Net Margin across 4 years of filings, most recently posting 71.19% for Q4 2014.
- In Q4 2014, Net Margin rose 1112.0% year-over-year to 71.19%; the TTM figure through Dec 2014 stood at 266.26% (up 708.0% YoY), while the FY2021 annual figure was 30.34%, changed N/A from the prior year.
- Net Margin came in at 71.19% for Q4 2014 at Santander UK, down from 181.32% in the prior quarter.
- In the past five years, Net Margin ranged from a high of 590.91% in Q3 2012 to a low of 270.78% in Q2 2012.
- Average Net Margin over 4 years is 45.08%, with a median of 63.49% recorded in 2013.
- Year-over-year, Net Margin surged 52400 bps in 2012 and sank 69091 bps in 2013.
- Over 4 years, Net Margin stood at 234.13% in 2011, then sank by 59 bps to 95.06% in 2012, then tumbled by 37 bps to 60.08% in 2013, then increased by 19 bps to 71.19% in 2014.
- Per Business Quant data, the three most recent Net Margin figures were 71.19% in Q4 2014, 181.32% in Q3 2014, and 141.76% in Q2 2014.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 71.19% |
| Sep 30, 2014 | 181.32% |
| Jun 30, 2014 | -141.76% |
| Mar 31, 2014 | -130.82% |
| Dec 31, 2013 | 60.08% |
| Sep 30, 2013 | -100.00% |
| Jun 30, 2013 | -81.86% |
| Mar 31, 2013 | -103.11% |
| Dec 31, 2012 | 95.06% |
| Sep 30, 2012 | 590.91% |
| Jun 30, 2012 | -270.78% |
| Mar 31, 2012 | 159.79% |
| Dec 31, 2011 | 234.13% |
| Sep 30, 2011 | 66.90% |
Santander UK plc Net Margin 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-margin&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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-margin&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();