Santander UK plc (SNTUF) Cash from Investing Activities (2015 - 2016)
Santander UK's (SNTUF) quarterly Cash from Investing Activities came in at -$9.1 billion in Q4 2016, down 1060.88% year-over-year from $949.7 million in Q1 2016, and down 1060.88% quarter-over-quarter from -$786.1 million in Q4 2015.
Santander UK plc (SNTUF) Cash from Investing Activities (2015 - 2016) Analysis & Trends
Santander UK has disclosed Cash from Investing Activities across 2 years of filings, most recently posting -$9.1 billion for Q4 2016.
- In Q4 2016, Cash from Investing Activities fell 1060.88% year-over-year to -$9.1 billion; the TTM figure through Dec 2016 stood at -$9.6 billion (changed N/A YoY), while the FY2025 annual figure was $3.9 billion, up 167.5% from the prior year.
- Cash from Investing Activities came in at -$9.1 billion for Q4 2016 at Santander UK, down from -$786.1 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of -$786.1 million in Q4 2015 to a low of -$9.1 billion in Q4 2016.
Peer Comparison
Santander UK plc Cash from Investing 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-investing-activities&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-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-investing-activities&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();