Isabella Bank (ISBA) Total Liabilities (2010 - 2026)
Isabella Bank (ISBA) posted Total Liabilities of $2.0 billion for Q2 2026, down 2.33% on a QoQ basis from $2.0 billion in Q1 2026, and up 1.82% year-over-year from $1.9 billion in Q2 2025.
Isabella Bank (ISBA) Total Liabilities (2010 - 2026) Analysis & Trends
Isabella Bank has reported Total Liabilities for 17 years, with the latest figure at $2.0 billion in Q2 2026.
- On a quarterly basis, Total Liabilities rose 1.82% year-over-year to $2.0 billion in Q2 2026; TTM through Jun 2026 was $2.0 billion, a 1.82% increase from a year earlier, with the FY2025 full-year figure at $2.0 billion, up 5.44% from the prior year.
- Total Liabilities was $2.0 billion for Q2 2026 at Isabella Bank, down from $2.0 billion in the prior quarter.
- The five-year high for Total Liabilities was $2.0 billion in Q3 2025, with the low at $1.8 billion in Q4 2022.
- Average Total Liabilities over 5 years is $1.9 billion, with a median of $1.9 billion recorded in 2022.
- The sharpest annual moves came in 2024 and 2025: Total Liabilities decreased 2.04% in 2024, then grew 7.3% in 2025.
- Over 5 years, Total Liabilities stood at $1.8 billion in 2022, then grew by 0.68% to $1.9 billion in 2023, then grew by 1.04% to $1.9 billion in 2024, then climbed by 5.44% to $2.0 billion in 2025, then dropped by 0.36% to $2.0 billion in 2026.
- The last three Total Liabilities figures came in at $2.0 billion (Q2 2026), $2.0 billion (Q1 2026), and $2.0 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | 62,410.98 Bn |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 491.93 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | 265.70 Bn |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 191.32 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 251.32 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 207.65 Bn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | 142.39 Bn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 171.52 Bn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 214.94 Bn |
| 10 | Isabella Bank | 291.42 Mn | 249.65 Mn | - | 1.97 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.97 Bn |
| Mar 31, 2026 | 2.02 Bn |
| Dec 31, 2025 | 1.98 Bn |
| Sep 30, 2025 | 2.03 Bn |
| Jun 30, 2025 | 1.94 Bn |
| Mar 31, 2025 | 1.89 Bn |
| Dec 31, 2024 | 1.88 Bn |
| Sep 30, 2024 | 1.89 Bn |
| Jun 30, 2024 | 1.86 Bn |
| Mar 31, 2024 | 1.86 Bn |
| Dec 31, 2023 | 1.86 Bn |
| Sep 30, 2023 | 1.93 Bn |
| Jun 30, 2023 | 1.85 Bn |
| Mar 31, 2023 | 1.89 Bn |
| Dec 31, 2022 | 1.84 Bn |
| Sep 30, 2022 | 1.89 Bn |
| Jun 30, 2022 | 1.86 Bn |
| Mar 31, 2022 | 1.87 Bn |
| Dec 31, 2021 | 1.82 Bn |
| Sep 30, 2021 | 1.86 Bn |
Isabella Bank Total Liabilities 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=total-liabilities&ticker=ISBA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-liabilities", "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=total-liabilities&ticker=ISBA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();