Santander UK plc (SNTUF) Depreciation & Amortization (CF) (2011 - 2014)
Santander UK's (SNTUF) quarterly Depreciation & Amortization (CF) came in at -$110.9 million in Q4 2014, down 0.74% year-over-year from -$111.7 million in Q4 2013, and down 2.07% quarter-over-quarter from -$108.7 million in Q3 2014.
Santander UK plc (SNTUF) Depreciation & Amortization (CF) (2011 - 2014) Analysis & Trends
Santander UK has disclosed Depreciation & Amortization (CF) across 4 years of filings, most recently posting -$110.9 million for Q4 2014.
- In Q4 2014, Depreciation & Amortization (CF) fell 0.74% year-over-year to -$110.9 million; the TTM figure through Sep 2015 stood at -$110.9 million (up 86.15% YoY), while the FY2025 annual figure was $428.3 million, up 11.24% from the prior year.
- Depreciation & Amortization (CF) came in at -$110.9 million for Q4 2014 at Santander UK, down from -$108.7 million in the prior quarter.
- In the past five years, Depreciation & Amortization (CF) ranged from a high of $95.0 million in Q2 2012 to a low of -$555.6 million in Q3 2011.
- Average Depreciation & Amortization (CF) over 4 years is -$164.0 million, with a median of -$109.4 million recorded in 2014.
- Year-over-year, Depreciation & Amortization (CF) soared 117.05% in 2012 and slumped 392.12% in 2014.
- Over 4 years, Depreciation & Amortization (CF) stood at -$363.0 million in 2011, then advanced by 21.26% to -$285.8 million in 2012, then jumped by 61.48% to -$110.1 million in 2013, then dropped by 0.74% to -$110.9 million in 2014.
- Per Business Quant data, the three most recent Depreciation & Amortization (CF) figures were -$110.9 million in Q4 2014, -$108.7 million in Q3 2014, and -$461.0 million in Q2 2014.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | -110.91 Mn |
| Sep 30, 2014 | -108.65 Mn |
| Jun 30, 2014 | -461.04 Mn |
| Mar 31, 2014 | -120.80 Mn |
| Dec 31, 2013 | -110.10 Mn |
| Sep 30, 2013 | -91.45 Mn |
| Jun 30, 2013 | -93.68 Mn |
| Mar 31, 2013 | -93.28 Mn |
| Dec 31, 2012 | -285.84 Mn |
| Sep 30, 2012 | 94.75 Mn |
| Jun 30, 2012 | 95.01 Mn |
| Mar 31, 2012 | -91.12 Mn |
| Dec 31, 2011 | -363.03 Mn |
| Sep 30, 2011 | -555.59 Mn |
Santander UK plc Depreciation & Amortization (CF) 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=depreciation-and-amortization-cf&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-cf", "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=depreciation-and-amortization-cf&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();