Santander UK plc (SNTUF) Tax Provisions (2009 - 2013)
Santander UK's (SNTUF) quarterly Tax Provisions came in at -$88.6 million in Q1 2013, up 35.91% year-over-year from -$65.2 million in Q1 2012, and down 267.88% quarter-over-quarter from -$24.1 million in Q4 2012.
Santander UK plc (SNTUF) Tax Provisions (2009 - 2013) Analysis & Trends
Santander UK has disclosed Tax Provisions across 5 years of filings, most recently posting -$88.6 million for Q1 2013.
- In Q1 2013, Tax Provisions rose 35.91% year-over-year to -$88.6 million; the TTM figure through Mar 2013 stood at -$376.8 million (up 72.07% YoY), while the FY2025 annual figure was $526.7 million, up 8.57% from the prior year.
- Tax Provisions came in at -$88.6 million for Q1 2013 at Santander UK, down from -$24.1 million in the prior quarter.
- In the past five years, Tax Provisions ranged from a high of -$24.1 million in Q4 2012 to a low of -$856.3 million in Q4 2010.
- Average Tax Provisions over 5 years is -$272.5 million, with a median of -$138.3 million recorded in 2012.
- Year-over-year, Tax Provisions declined 17.8% in 2010 and jumped 86.05% in 2011.
- Over 5 years, Tax Provisions stood at -$726.9 million in 2009, then slipped by 17.8% to -$856.3 million in 2010, then jumped by 86.05% to -$119.4 million in 2011, then jumped by 79.83% to -$24.1 million in 2012, then sank by 267.88% to -$88.6 million in 2013.
- Per Business Quant data, the three most recent Tax Provisions figures were -$88.6 million in Q1 2013, -$24.1 million in Q4 2012, and -$140.5 million in Q3 2012.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2013 | -88.62 Mn |
| Dec 31, 2012 | -24.09 Mn |
| Sep 30, 2012 | -140.54 Mn |
| Jun 30, 2012 | -123.52 Mn |
| Mar 31, 2012 | -138.26 Mn |
| Dec 31, 2011 | -119.44 Mn |
| Sep 30, 2011 | -235.12 Mn |
| Dec 31, 2010 | -856.29 Mn |
| Dec 31, 2009 | -726.90 Mn |
Santander UK plc Tax Provisions 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-provisions&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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-provisions&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();