Santander UK plc (SNTUF) Tax Rate (2011 - 2013)
Santander UK's (SNTUF) quarterly Tax Rate came in at 20.21% in Q1 2013, up 403.0% year-over-year from 4.02% in Q1 2012, and down 1301.42% quarter-over-quarter from 1.44% in Q4 2012.
Santander UK plc (SNTUF) Tax Rate (2011 - 2013) Analysis & Trends
Santander UK has disclosed Tax Rate across 3 years of filings, most recently posting 20.21% for Q1 2013.
- In Q1 2013, Tax Rate rose 403.0% year-over-year to 20.21%; the TTM figure through Mar 2013 stood at 11.85% (down 16812.0% YoY), while the FY2025 annual figure was 26.72%, down 130.0% from the prior year.
- Tax Rate came in at 20.21% for Q1 2013 at Santander UK, down from 1.44% in the prior quarter.
- In the past five years, Tax Rate ranged from a high of 3.91% in Q4 2011 to a low of 28.57% in Q3 2011.
- Average Tax Rate over 3 years is 17.12%, with a median of 23.85% recorded in 2012.
- Year-over-year, Tax Rate slumped 536 bps in 2012 and soared 403 bps in 2013.
- Over 3 years, Tax Rate stood at 3.91% in 2011, then sank by 137 bps to 1.44% in 2012, then tumbled by 1301 bps to 20.21% in 2013.
- Per Business Quant data, the three most recent Tax Rate figures were 20.21% in Q1 2013, 1.44% in Q4 2012, and 25.43% in Q3 2012.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2013 | -20.21% |
| Dec 31, 2012 | -1.44% |
| Sep 30, 2012 | -25.43% |
| Jun 30, 2012 | -23.85% |
| Mar 31, 2012 | -24.24% |
| Dec 31, 2011 | 3.91% |
| Sep 30, 2011 | -28.57% |
Santander UK plc Tax Rate 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=tax-rate&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();