Santander UK plc (SNTUF) Revenue (2009 - 2021)
Santander UK's (SNTUF) quarterly Revenue came in at $250.7 million in Q4 2021, up 213.53% quarter-over-quarter from -$220.8 million in Q2 2021.
Santander UK plc (SNTUF) Revenue (2009 - 2021) Analysis & Trends
Santander UK has disclosed Revenue across 8 years of filings, most recently posting $250.7 million for Q4 2021.
- In Q4 2021, Revenue changed N/A year-over-year to $250.7 million; the TTM figure through Dec 2021 stood at $250.7 million (changed N/A YoY), while the FY2021 annual figure was $6.2 billion, changed N/A from the prior year.
- Revenue came in at $250.7 million for Q4 2021 at Santander UK, up from -$220.8 million in the prior quarter.
- In the past five years, Revenue ranged from a high of $250.7 million in Q4 2021 to a low of -$220.8 million in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 250.73 Mn |
| Jun 30, 2021 | -220.84 Mn |
| Jun 30, 2015 | 59.69 Mn |
| Dec 31, 2014 | 863.50 Mn |
| Sep 30, 2014 | 429.60 Mn |
| Jun 30, 2014 | -153.12 Mn |
| Mar 31, 2014 | -526.23 Mn |
| Dec 31, 2013 | 835.44 Mn |
| Sep 30, 2013 | -530.09 Mn |
| Jun 30, 2013 | -313.30 Mn |
| Mar 31, 2013 | -850.39 Mn |
| Dec 31, 2012 | 1.85 Bn |
| Sep 30, 2012 | 121.59 Mn |
| Jun 30, 2012 | -243.87 Mn |
| Mar 31, 2012 | 457.19 Mn |
| Dec 31, 2011 | -1.25 Bn |
| Sep 30, 2011 | 1.58 Bn |
| Jun 30, 2011 | -471.22 Mn |
| Dec 31, 2010 | 1.64 Bn |
| Jun 30, 2010 | 937.39 Mn |
Santander UK plc Revenue 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=revenue&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();