Banco Santander Chile (BSAC) Price to Book (2010 - 2025)
Banco Santander Chile's (BSAC) quarterly Price to Book came in at 0.07 in Q4 2025, up 54.1% year-over-year from 0.04 in Q4 2024, and up 54.1% quarter-over-quarter from 0.04 in Q4 2024.
Banco Santander Chile (BSAC) Price to Book (2010 - 2025) Analysis & Trends
Banco Santander Chile (BSAC) has reported Price to Book for 15 consecutive years, with 0.07 the latest figure, recorded in Q4 2025.
- On a quarterly basis, Price to Book rose 54.1% year-over-year to 0.07 in Q4 2025; TTM through Dec 2025 was 0.07, a 54.1% increase from a year earlier, with the FY2025 full-year figure at 0.07, up 54.1% from the prior year.
- Price to Book was 0.07 for Q4 2025 at Banco Santander Chile, up from 0.04 in the prior quarter.
- Over five years, Price to Book peaked at 0.16 in Q1 2021 and troughed at 0.04 in Q4 2024.
- A 5-year average of 0.09 and a median of 0.08 in 2022 frame the typical range for Price to Book.
- Across the five-year window, Price to Book slumped 39.03% in 2023 and surged 54.1% in 2025, its largest moves.
- Over 5 years, Price to Book stood at 0.09 in 2021, then declined by 13.27% to 0.08 in 2022, then tumbled by 39.03% to 0.05 in 2023, then fell by 3.53% to 0.04 in 2024, then surged by 54.1% to 0.07 in 2025.
- The last three Price to Book figures came in at 0.07 (Q4 2025), 0.04 (Q4 2024), and 0.06 (Q3 2024), 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 |
|---|---|
| Dec 31, 2025 | 0.07 |
| Dec 31, 2024 | 0.04 |
| Sep 30, 2024 | 0.06 |
| Dec 31, 2023 | 0.05 |
| Dec 31, 2022 | 0.08 |
| Dec 31, 2021 | 0.09 |
| Sep 30, 2021 | 0.14 |
| Jun 30, 2021 | 0.14 |
| Mar 31, 2021 | 0.16 |
| Dec 31, 2020 | 0.12 |
| Sep 30, 2020 | 0.12 |
| Jun 30, 2020 | 0.14 |
| Mar 31, 2020 | 0.14 |
| Dec 31, 2019 | 0.21 |
| Sep 30, 2019 | 0.26 |
| Sep 30, 2017 | 0.31 |
| Jun 30, 2017 | 0.27 |
| Mar 31, 2017 | 0.27 |
| Dec 31, 2016 | 0.24 |
| Sep 30, 2016 | 0.24 |
Banco Santander Chile Price to Book 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-book&ticker=BSAC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-book", "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-book&ticker=BSAC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();