Banco Santander Chile (BSAC) EV to FCF (2010 - 2024)
Banco Santander Chile's (BSAC) quarterly EV to FCF came in at 0.72 in Q3 2025, up 100.39% year-over-year from 0.36 in Q3 2024, and up 100.39% quarter-over-quarter from 184.38 in Q3 2024.
Banco Santander Chile (BSAC) EV to FCF (2010 - 2024) Analysis & Trends
Banco Santander Chile (BSAC) has reported EV to FCF for 14 consecutive years, with 0.72 the latest figure, recorded in Q3 2025.
- On a quarterly basis, EV to FCF rose 100.39% year-over-year to 0.72 in Q3 2025; TTM through Sep 2025 was 66.32, a 190.38% increase from a year earlier, with the FY2025 full-year figure at 3.65, up 482.85% from the prior year.
- EV to FCF was 0.72 for Q3 2025 at Banco Santander Chile, up from 184.38 in the prior quarter.
- Over five years, EV to FCF peaked at 0.9 in Q1 2021 and troughed at 184.38 in Q3 2024.
- A 3-year average of 30.62 and a median of 0.06 in 2021 frame the typical range for EV to FCF.
- The widest YoY moves for EV to FCF: up 11905.56% in 2021, down 77.04% in 2021.
- Over 3 years, EV to FCF stood at 0.86 in 2021, then tumbled by 21341.66% to 184.38 in 2024, then soared by 100.39% to 0.72 in 2025.
- The last three EV to FCF figures came in at 0.72 (Q3 2025), 184.38 (Q3 2024), and 0.86 (Q4 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 431.79 Bn | 551.73 Bn | - |
| 2 | Bank Of America | 397.71 Bn | -1,978.36 Bn | - |
| 3 | Hsbc Holdings | 346.67 Bn | 346.72 Bn | - |
| 4 | Morgan Stanley | 308.51 Bn | -200.59 Bn | - |
| 5 | Royal Bank Of Canada | 282.83 Bn | 133.58 Bn | - |
| 6 | Mitsubishi Ufj Financial | 278.77 Bn | -1,309.72 Bn | 10.89 Bn |
| 7 | Goldman Sachs | 272.62 Bn | -3,284.50 Bn | - |
| 8 | Wells Fargo & Company | 251.27 Bn | 253.41 Bn | - |
| 9 | Banco Santander | 210.06 Bn | 217.67 Bn | - |
| 10 | American Express | 208.41 Bn | 231.25 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2024 | -1.61 |
| Dec 31, 2021 | -2.38 |
| Sep 30, 2021 | 0.25 |
| Jun 30, 2021 | 0.15 |
| Jun 30, 2020 | 0.51 |
| Mar 31, 2020 | 0.00 |
| Dec 31, 2019 | 0.27 |
| Sep 30, 2019 | 3.22 |
| Jun 30, 2019 | 0.80 |
| Dec 31, 2018 | -5.70 |
| Mar 31, 2017 | -8.34 |
| Dec 31, 2016 | 0.40 |
| Sep 30, 2016 | -25.08 |
| Jun 30, 2016 | 0.26 |
| Mar 31, 2016 | 13.29 |
| Dec 31, 2015 | 0.26 |
| Sep 30, 2015 | -35.46 |
| Dec 31, 2014 | -0.36 |
| Sep 30, 2014 | -13.60 |
| Jun 30, 2014 | -12.54 |
Banco Santander Chile EV to FCF 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=ev-to-fcf&ticker=BSAC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-fcf", "ticker": "BSAC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ev-to-fcf&ticker=BSAC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();