Santander UK plc (SNTUF) Net Cash Flow (2015 - 2017)
Santander UK's (SNTUF) quarterly Net Cash Flow came in at -$10.1 billion in Q4 2017, up 40.59% year-over-year from -$7.2 billion in Q4 2016, and up 40.59% quarter-over-quarter from -$17.1 billion in Q4 2016.
Santander UK plc (SNTUF) Net Cash Flow (2015 - 2017) Analysis & Trends
Santander UK has disclosed Net Cash Flow across 3 years of filings, most recently posting -$10.1 billion for Q4 2017.
- In Q4 2017, Net Cash Flow rose 40.59% year-over-year to -$10.1 billion; the TTM figure through Dec 2017 stood at -$69.1 billion (down 1.48% YoY), while the FY2025 annual figure was -$573.3 million, up 94.11% from the prior year.
- Net Cash Flow came in at -$10.1 billion for Q4 2017 at Santander UK, up from -$17.1 billion in the prior quarter.
- In the past five years, Net Cash Flow ranged from a high of -$10.1 billion in Q4 2017 to a low of -$17.1 billion in Q4 2016.
- Average Net Cash Flow over 3 years is -$12.8 billion, with a median of -$11.1 billion recorded in 2015.
- Year-over-year, Net Cash Flow tumbled 53.46% in 2016 and surged 40.59% in 2017.
- Over 3 years, Net Cash Flow stood at -$11.1 billion in 2015, then plunged by 53.46% to -$17.1 billion in 2016, then jumped by 40.59% to -$10.1 billion in 2017.
- Per Business Quant data, the three most recent Net Cash Flow figures were -$10.1 billion in Q4 2017, -$17.1 billion in Q4 2016, and -$11.1 billion in Q4 2015.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | -10.14 Bn |
| Dec 31, 2016 | -17.07 Bn |
| Dec 31, 2015 | -11.12 Bn |
Santander UK plc Net Cash Flow 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=net-cash-flow&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();