Santander UK plc (SNTUF) Operating Margin (2011 - 2014)
Santander UK's (SNTUF) quarterly Operating Margin came in at 211.01% in Q4 2014, up 345.0% year-over-year from 47.42% in Q4 2013, and down 51.92% quarter-over-quarter from 438.91% in Q3 2014.
Santander UK plc (SNTUF) Operating Margin (2011 - 2014) Analysis & Trends
Santander UK has disclosed Operating Margin across 4 years of filings, most recently posting 211.01% for Q4 2014.
- In Q4 2014, Operating Margin rose 345.0% year-over-year to 211.01%; the TTM figure through Dec 2014 stood at 852.98% (up 9777.0% YoY), while the FY2021 annual figure was 100.0%, changed N/A from the prior year.
- Operating Margin came in at 211.01% for Q4 2014 at Santander UK, down from 438.91% in the prior quarter.
- In the past five years, Operating Margin ranged from a high of 2132.47% in Q3 2012 to a low of 1206.59% in Q2 2014.
- Average Operating Margin over 4 years is 35.62%, with a median of 3.35% recorded in 2011.
- Year-over-year, Operating Margin soared 200793 bps in 2012 and sank 242399 bps in 2013.
- Over 4 years, Operating Margin stood at 131.24% in 2011, then jumped by 348 bps to 325.91% in 2012, then slumped by 36 bps to 207.56% in 2013, then advanced by 2 bps to 211.01% in 2014.
- Per Business Quant data, the three most recent Operating Margin figures were 211.01% in Q4 2014, 438.91% in Q3 2014, and 1206.59% in Q2 2014.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 211.01% |
| Sep 30, 2014 | 438.91% |
| Jun 30, 2014 | -1,206.59% |
| Mar 31, 2014 | -344.03% |
| Dec 31, 2013 | 207.56% |
| Sep 30, 2013 | -291.52% |
| Jun 30, 2013 | -485.29% |
| Mar 31, 2013 | -177.51% |
| Dec 31, 2012 | 325.91% |
| Sep 30, 2012 | 2,132.47% |
| Jun 30, 2012 | -675.97% |
| Mar 31, 2012 | 370.45% |
| Dec 31, 2011 | -131.24% |
| Sep 30, 2011 | 124.54% |
Santander UK plc Operating 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=operating-margin&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-margin&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();