Isabella Bank (ISBA) Enterprise Value (2010 - 2026)
Isabella Bank (ISBA) posted Enterprise Value of $259.6 million for Q2 2026, down 8.86% on a QoQ basis from $284.8 million in Q1 2026, and up 128.89% year-over-year from $113.4 million in Q2 2025.
Isabella Bank (ISBA) Enterprise Value (2010 - 2026) Analysis & Trends
Isabella Bank has reported Enterprise Value for 17 years, with the latest figure at $259.6 million in Q2 2026.
- On a quarterly basis, Enterprise Value rose 128.89% year-over-year to $259.6 million in Q2 2026; TTM through Jun 2026 was $259.6 million, a 128.89% increase from a year earlier, with the FY2025 full-year figure at $340.1 million, up 101.9% from the prior year.
- Enterprise Value was $259.6 million for Q2 2026 at Isabella Bank, down from $284.8 million in the prior quarter.
- The five-year high for Enterprise Value was $340.1 million in Q4 2025, with the low at $33.8 million in Q1 2022.
- Average Enterprise Value over 5 years is $136.3 million, with a median of $116.6 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Enterprise Value surged 970.46% in 2022, then tumbled 33.57% in 2023.
- Over 5 years, Enterprise Value stood at $138.8 million in 2022, then dropped by 8.28% to $127.3 million in 2023, then jumped by 32.34% to $168.4 million in 2024, then jumped by 101.9% to $340.1 million in 2025, then declined by 23.67% to $259.6 million in 2026.
- The last three Enterprise Value figures came in at $259.6 million (Q2 2026), $284.8 million (Q1 2026), and $340.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn |
| 10 | Isabella Bank | 291.42 Mn | 249.65 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 259.56 Mn |
| Mar 31, 2026 | 284.81 Mn |
| Dec 31, 2025 | 340.07 Mn |
| Sep 30, 2025 | 97.81 Mn |
| Jun 30, 2025 | 113.40 Mn |
| Mar 31, 2025 | 105.58 Mn |
| Dec 31, 2024 | 168.43 Mn |
| Sep 30, 2024 | 130.40 Mn |
| Jun 30, 2024 | 112.47 Mn |
| Mar 31, 2024 | 119.79 Mn |
| Dec 31, 2023 | 127.27 Mn |
| Sep 30, 2023 | 41.86 Mn |
| Jun 30, 2023 | 123.81 Mn |
| Mar 31, 2023 | 87.37 Mn |
| Dec 31, 2022 | 138.77 Mn |
| Sep 30, 2022 | 63.02 Mn |
| Jun 30, 2022 | 105.32 Mn |
| Mar 31, 2022 | 33.83 Mn |
| Dec 31, 2021 | 86.79 Mn |
| Sep 30, 2021 | -7.24 Mn |
Isabella Bank Enterprise Value 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=enterprise-value&ticker=ISBA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "ticker": "ISBA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=enterprise-value&ticker=ISBA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();