Santander UK plc (SNTUF) Cash from Financing Activities (2015 - 2017)
Santander UK's (SNTUF) quarterly Cash from Financing Activities came in at -$10.1 billion in Q4 2017, down 27.67% year-over-year from -$14.0 billion in Q4 2016, and down 27.67% quarter-over-quarter from -$7.9 billion in Q4 2016.
Santander UK plc (SNTUF) Cash from Financing Activities (2015 - 2017) Analysis & Trends
Santander UK has disclosed Cash from Financing Activities across 3 years of filings, most recently posting -$10.1 billion for Q4 2017.
- In Q4 2017, Cash from Financing Activities fell 27.67% year-over-year to -$10.1 billion; the TTM figure through Dec 2017 stood at -$58.6 billion (down 18.45% YoY), while the FY2025 annual figure was $7.2 billion, up 1867.26% from the prior year.
- Cash from Financing Activities came in at -$10.1 billion for Q4 2017 at Santander UK, down from -$7.9 billion in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of -$4.4 billion in Q4 2015 to a low of -$10.1 billion in Q4 2017.
- Average Cash from Financing Activities over 3 years is -$7.5 billion, with a median of -$7.9 billion recorded in 2016.
- Year-over-year, Cash from Financing Activities tumbled 79.6% in 2016 and slipped 27.67% in 2017.
- Over 3 years, Cash from Financing Activities stood at -$4.4 billion in 2015, then plunged by 79.6% to -$7.9 billion in 2016, then dropped by 27.67% to -$10.1 billion in 2017.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were -$10.1 billion in Q4 2017, -$7.9 billion in Q4 2016, and -$4.4 billion in Q4 2015.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | -10.14 Bn |
| Dec 31, 2016 | -7.94 Bn |
| Dec 31, 2015 | -4.42 Bn |
Santander UK plc Cash from Financing Activities 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=cash-from-financing-activities&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();