Isabella Bank (ISBA) Net Cash Flow (2010 - 2026)
Isabella Bank (ISBA) posted Net Cash Flow of -$8.3 million for Q2 2026, down 134.62% on a QoQ basis from $24.1 million in Q1 2026, and down 121.16% year-over-year from $39.4 million in Q2 2025.
Isabella Bank (ISBA) Net Cash Flow (2010 - 2026) Analysis & Trends
Isabella Bank has reported Net Cash Flow for 17 years, with the latest figure at -$8.3 million in Q2 2026.
- On a quarterly basis, Net Cash Flow fell 121.16% year-over-year to -$8.3 million in Q2 2026; TTM through Jun 2026 was -$66.8 million, a 178.57% decrease from a year earlier, with the FY2025 full-year figure at $1.5 million, up 116.42% from the prior year.
- Net Cash Flow was -$8.3 million for Q2 2026 at Isabella Bank, down from $24.1 million in the prior quarter.
- The five-year high for Net Cash Flow was $86.0 million in Q3 2023, with the low at -$135.3 million in Q4 2025.
- Average Net Cash Flow over 5 years is -$3.5 million, with a median of $1.1 million recorded in 2024.
- The largest YoY upside for Net Cash Flow was 2473.42% in 2025 against a maximum downside of 4669.39% in 2025.
- Over 5 years, Net Cash Flow stood at -$60.0 million in 2022, then plunged by 37.04% to -$82.2 million in 2023, then jumped by 96.55% to -$2.8 million in 2024, then slumped by 4669.39% to -$135.3 million in 2025, then jumped by 93.84% to -$8.3 million in 2026.
- The last three Net Cash Flow figures came in at -$8.3 million (Q2 2026), $24.1 million (Q1 2026), and -$135.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 3.09 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | - |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 1.09 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | -3.59 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 430.00 Mn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | -1.22 Bn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 581.00 Mn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 439.00 Mn |
| 10 | Isabella Bank | 291.42 Mn | 249.65 Mn | - | -8.33 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.33 Mn |
| Mar 31, 2026 | 24.06 Mn |
| Dec 31, 2025 | -135.26 Mn |
| Sep 30, 2025 | 52.75 Mn |
| Jun 30, 2025 | 39.38 Mn |
| Mar 31, 2025 | 44.64 Mn |
| Dec 31, 2024 | -2.84 Mn |
| Sep 30, 2024 | 3.82 Mn |
| Jun 30, 2024 | -1.66 Mn |
| Mar 31, 2024 | -8.45 Mn |
| Dec 31, 2023 | -82.21 Mn |
| Sep 30, 2023 | 86.00 Mn |
| Jun 30, 2023 | -68.84 Mn |
| Mar 31, 2023 | 59.80 Mn |
| Dec 31, 2022 | -59.99 Mn |
| Sep 30, 2022 | 16.90 Mn |
| Jun 30, 2022 | -79.17 Mn |
| Mar 31, 2022 | 55.86 Mn |
| Dec 31, 2021 | -101.15 Mn |
| Sep 30, 2021 | -41.71 Mn |
Isabella Bank Net Cash Flow 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=net-cash-flow&ticker=ISBA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=ISBA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();