Isabella Bank (ISBA) Cash from Financing Activities (2010 - 2026)
Isabella Bank (ISBA) posted Cash from Financing Activities of -$37.6 million for Q2 2026, down 197.27% on a QoQ basis from $38.7 million in Q1 2026, and down 185.21% year-over-year from $44.2 million in Q2 2025.
Isabella Bank (ISBA) Cash from Financing Activities (2010 - 2026) Analysis & Trends
Isabella Bank has reported Cash from Financing Activities for 17 years, with the latest figure at -$37.6 million in Q2 2026.
- On a quarterly basis, Cash from Financing Activities fell 185.21% year-over-year to -$37.6 million in Q2 2026; TTM through Jun 2026 was $35.6 million, a 48.74% decrease from a year earlier, with the FY2025 full-year figure at $90.6 million, up 895.32% from the prior year.
- Cash from Financing Activities was -$37.6 million for Q2 2026 at Isabella Bank, down from $38.7 million in the prior quarter.
- The five-year high for Cash from Financing Activities was $92.7 million in Q3 2025, with the low at -$78.8 million in Q4 2023.
- Average Cash from Financing Activities over 5 years is $6.1 million, with a median of $4.9 million recorded in 2024.
- The sharpest annual moves came in 2023 and 2025: Cash from Financing Activities slumped 300.78% in 2023, then soared 1977.52% in 2025.
- Over 5 years, Cash from Financing Activities stood at -$44.0 million in 2022, then plunged by 78.91% to -$78.8 million in 2023, then soared by 72.9% to -$21.3 million in 2024, then plunged by 172.4% to -$58.1 million in 2025, then surged by 35.24% to -$37.6 million in 2026.
- The last three Cash from Financing Activities figures came in at -$37.6 million (Q2 2026), $38.7 million (Q1 2026), and -$58.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 4.92 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | - |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 3.65 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | -3.06 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 5.17 Bn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | -206.00 Mn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 2.33 Bn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 148.00 Mn |
| 10 | Isabella Bank | 291.42 Mn | 249.65 Mn | - | -37.65 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -37.65 Mn |
| Mar 31, 2026 | 38.70 Mn |
| Dec 31, 2025 | -58.13 Mn |
| Sep 30, 2025 | 92.69 Mn |
| Jun 30, 2025 | 44.18 Mn |
| Mar 31, 2025 | 11.83 Mn |
| Dec 31, 2024 | -21.34 Mn |
| Sep 30, 2024 | 34.79 Mn |
| Jun 30, 2024 | -2.35 Mn |
| Mar 31, 2024 | -2.00 Mn |
| Dec 31, 2023 | -78.75 Mn |
| Sep 30, 2023 | 77.21 Mn |
| Jun 30, 2023 | -42.07 Mn |
| Mar 31, 2023 | 40.43 Mn |
| Dec 31, 2022 | -44.02 Mn |
| Sep 30, 2022 | 24.34 Mn |
| Jun 30, 2022 | -10.50 Mn |
| Mar 31, 2022 | 43.09 Mn |
| Dec 31, 2021 | -52.31 Mn |
| Sep 30, 2021 | 48.23 Mn |
Isabella Bank Cash from Financing Activities 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=cash-from-financing-activities&ticker=ISBA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=ISBA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();