Santander UK plc (SNTUF) Free Cash Flow (2015)
Santander UK's (SNTUF) quarterly Free Cash Flow came in at -$5.9 billion in Q4 2015.
Analysis
Santander UK plc (SNTUF) Free Cash Flow (2015) Analysis & Trends
Santander UK has disclosed Free Cash Flow across 1 years of filings, most recently posting -$5.9 billion for Q4 2015.
- In Q4 2015, Free Cash Flow changed N/A year-over-year to -$5.9 billion; the TTM figure through Dec 2015 stood at -$21.5 billion (changed N/A YoY), while the FY2025 annual figure was -$11.2 billion, down 210.24% from the prior year.
- Free Cash Flow came in at -$5.9 billion for Q4 2015 at Santander UK.
- In the past five years, Free Cash Flow ranged from a high of -$5.9 billion in Q4 2015 to a low of -$5.9 billion in Q4 2015.
Peer Set
Peer Comparison
API Access
Santander UK plc Free 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=free-cash-flow&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-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=free-cash-flow&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();