Banco Santander Chile (BSAC) Price to FCF (2010 - 2024)
Banco Santander Chile's (BSAC) quarterly Price to FCF came in at 0.72 in Q3 2025, down 34.17% year-over-year from 1.1 in Q3 2024, and down 34.17% quarter-over-quarter from 1.1 in Q3 2024.
Banco Santander Chile (BSAC) Price to FCF (2010 - 2024) Analysis & Trends
Banco Santander Chile (BSAC) has reported Price to FCF for 14 consecutive years, with 0.72 the latest figure, recorded in Q3 2025.
- On a quarterly basis, Price to FCF fell 34.17% year-over-year to 0.72 in Q3 2025; TTM through Sep 2025 was 0.16, a 215.34% decrease from a year earlier, with the FY2025 full-year figure at 2.79, up 542.48% from the prior year.
- Price to FCF was 0.72 for Q3 2025 at Banco Santander Chile, down from 1.1 in the prior quarter.
- Over five years, Price to FCF peaked at 1.1 in Q3 2024 and troughed at 0.69 in Q4 2021.
- A 3-year average of 0.33 and a median of 0.41 in 2021 frame the typical range for Price to FCF.
- Across the five-year window, Price to FCF soared 167.26% in 2021 and slumped 34.17% in 2025, its largest moves.
- Over 3 years, Price to FCF stood at 0.69 in 2021, then soared by 259.41% to 1.1 in 2024, then tumbled by 34.17% to 0.72 in 2025.
- The last three Price to FCF figures came in at 0.72 (Q3 2025), 1.1 (Q3 2024), and 0.69 (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 | 0.14 |
| Dec 31, 2021 | 0.17 |
| Sep 30, 2021 | 0.23 |
| Jun 30, 2021 | 0.13 |
| Jun 30, 2020 | 0.68 |
| Mar 31, 2020 | 0.37 |
| Dec 31, 2019 | 0.43 |
| Sep 30, 2019 | 3.48 |
| Jun 30, 2019 | 0.80 |
| Dec 31, 2018 | 3.68 |
| Mar 31, 2017 | 0.55 |
| Dec 31, 2016 | 0.86 |
| Sep 30, 2016 | 1.31 |
| Jun 30, 2016 | 0.62 |
| Mar 31, 2016 | 16.72 |
| Dec 31, 2015 | 0.56 |
| Sep 30, 2015 | 1.77 |
| Dec 31, 2014 | 1.81 |
| Sep 30, 2014 | 0.96 |
| Jun 30, 2014 | 1.24 |
Banco Santander Chile Price 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=price-to-fcf&ticker=BSAC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-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=price-to-fcf&ticker=BSAC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();