Banco Santander Chile (BSAC) EV to CFO (2011 - 2024)
Banco Santander Chile's (BSAC) quarterly EV to CFO came in at 0.79 in Q3 2025, up 100.38% year-over-year from 0.39 in Q3 2024, and up 100.38% quarter-over-quarter from 210.46 in Q3 2024.
Banco Santander Chile (BSAC) EV to CFO (2011 - 2024) Analysis & Trends
Banco Santander Chile (BSAC) has reported EV to CFO for 12 consecutive years, with 0.79 the latest figure, recorded in Q3 2025.
- On a quarterly basis, EV to CFO rose 100.38% year-over-year to 0.79 in Q3 2025; TTM through Sep 2025 was 63.31, a 183.51% increase from a year earlier, with the FY2025 full-year figure at 9.22, up 1202.82% from the prior year.
- EV to CFO was 0.79 for Q3 2025 at Banco Santander Chile, up from 210.46 in the prior quarter.
- Over five years, EV to CFO peaked at 0.9 in Q1 2021 and troughed at 210.46 in Q3 2024.
- A 3-year average of 34.95 and a median of 0.06 in 2021 frame the typical range for EV to CFO.
- The widest YoY moves for EV to CFO: up 11905.56% in 2021, down 67.63% in 2021.
- Over 3 years, EV to CFO stood at 0.81 in 2021, then plunged by 25749.07% to 210.46 in 2024, then surged by 100.38% to 0.79 in 2025.
- The last three EV to CFO figures came in at 0.79 (Q3 2025), 210.46 (Q3 2024), and 0.81 (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.66 |
| Dec 31, 2021 | -2.42 |
| Sep 30, 2021 | 0.25 |
| Jun 30, 2021 | 0.15 |
| Jun 30, 2020 | 0.41 |
| Mar 31, 2020 | 0.00 |
| Dec 31, 2019 | 0.18 |
| Jun 30, 2019 | 2.91 |
| Mar 31, 2017 | -8.70 |
| Dec 31, 2016 | 0.43 |
| Sep 30, 2016 | -28.67 |
| Jun 30, 2016 | 0.28 |
| Dec 31, 2015 | 0.30 |
| Sep 30, 2015 | -45.32 |
| Dec 31, 2014 | -0.43 |
| Sep 30, 2014 | -13.92 |
| Jun 30, 2014 | -13.05 |
| Mar 31, 2014 | -14.41 |
| Jun 30, 2011 | -3.81 Mn |
Banco Santander Chile EV to CFO 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-cfo&ticker=BSAC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-cfo", "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-cfo&ticker=BSAC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();