Santander UK plc (SNTUF) Receivables - Net (2011 - 2021)
Santander UK's (SNTUF) quarterly Receivables - Net came in at $8.1 million in Q4 2021, down 12.5% year-over-year from $9.2 million in Q4 2020, and down 12.5% quarter-over-quarter from $9.2 million in Q4 2020.
Santander UK plc (SNTUF) Receivables - Net (2011 - 2021) Analysis & Trends
Santander UK has disclosed Receivables - Net across 10 years of filings, most recently posting $8.1 million for Q4 2021.
- In Q4 2021, Receivables - Net fell 12.5% year-over-year to $8.1 million; the TTM figure through Dec 2021 stood at $8.1 million (down 12.5% YoY), while the FY2021 annual figure was $8.3 million, down 8.16% from the prior year.
- Receivables - Net came in at $8.1 million for Q4 2021 at Santander UK, down from $9.2 million in the prior quarter.
- In the past five years, Receivables - Net ranged from a high of $21.9 million in Q4 2018 to a low of $8.1 million in Q4 2021.
- Average Receivables - Net over 5 years is $12.0 million, with a median of $10.3 million recorded in 2019.
- Year-over-year, Receivables - Net soared 105.95% in 2018 and plunged 52.98% in 2019.
- Over 5 years, Receivables - Net stood at $10.6 million in 2017, then soared by 105.95% to $21.9 million in 2018, then sank by 52.98% to $10.3 million in 2019, then declined by 10.14% to $9.2 million in 2020, then retreated by 12.5% to $8.1 million in 2021.
- Per Business Quant data, the three most recent Receivables - Net figures were $8.1 million in Q4 2021, $9.2 million in Q4 2020, and $10.3 million in Q4 2019.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 8.09 Mn |
| Dec 31, 2020 | 9.24 Mn |
| Dec 31, 2019 | 10.29 Mn |
| Dec 31, 2018 | 21.88 Mn |
| Dec 31, 2017 | 10.62 Mn |
| Mar 31, 2015 | 294.54 Mn |
| Dec 31, 2014 | 302.15 Bn |
| Sep 30, 2014 | 318.27 Bn |
| Jun 30, 2014 | 317.01 Bn |
| Mar 31, 2014 | 315.57 Mn |
| Dec 31, 2013 | 302.93 Bn |
| Jun 30, 2013 | 293.34 Bn |
| Dec 31, 2012 | 314.59 Bn |
| Sep 30, 2012 | 315.20 Mn |
| Jun 30, 2012 | 321.30 Bn |
| Dec 31, 2011 | 324.21 Bn |
| Sep 30, 2011 | 328.36 Mn |
| Jun 30, 2011 | 329.53 Bn |
Santander UK plc Receivables - Net 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=receivables-net&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-net", "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=receivables-net&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();