Isabella Bank (ISBA) Cash from Investing Activities (2010 - 2026)
Isabella Bank (ISBA) posted Cash from Investing Activities of $21.6 million for Q2 2026, up 217.36% on a QoQ basis from -$18.4 million in Q1 2026, and up 271.76% year-over-year from $5.8 million in Q2 2025.
Isabella Bank (ISBA) Cash from Investing Activities (2010 - 2026) Analysis & Trends
Isabella Bank has reported Cash from Investing Activities for 17 years, with the latest figure at $21.6 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 271.76% year-over-year to $21.6 million in Q2 2026; TTM through Jun 2026 was -$128.3 million, a 1595.02% decrease from a year earlier, with the FY2025 full-year figure at -$115.9 million, down 206.03% from the prior year.
- Cash from Investing Activities was $21.6 million for Q2 2026 at Isabella Bank, up from -$18.4 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $28.2 million in Q1 2025, with the low at -$88.7 million in Q4 2025.
- Average Cash from Investing Activities over 5 years is -$15.7 million, with a median of -$11.2 million recorded in 2024.
- The largest YoY upside for Cash from Investing Activities was 384.68% in 2025 against a maximum downside of 878.9% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$22.4 million in 2022, then surged by 60.5% to -$8.9 million in 2023, then surged by 228.48% to $11.4 million in 2024, then slumped by 878.9% to -$88.7 million in 2025, then soared by 124.38% to $21.6 million in 2026.
- The last three Cash from Investing Activities figures came in at $21.6 million (Q2 2026), -$18.4 million (Q1 2026), and -$88.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | -2.87 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | - |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | -3.83 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | -1.66 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | -5.46 Bn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | -1.38 Bn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | -2.01 Bn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | -752.00 Mn |
| 10 | Isabella Bank | 291.42 Mn | 249.65 Mn | - | 21.61 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 21.61 Mn |
| Mar 31, 2026 | -18.42 Mn |
| Dec 31, 2025 | -88.65 Mn |
| Sep 30, 2025 | -42.80 Mn |
| Jun 30, 2025 | -12.58 Mn |
| Mar 31, 2025 | 28.16 Mn |
| Dec 31, 2024 | 11.38 Mn |
| Sep 30, 2024 | -34.53 Mn |
| Jun 30, 2024 | -4.83 Mn |
| Mar 31, 2024 | -9.89 Mn |
| Dec 31, 2023 | -8.86 Mn |
| Sep 30, 2023 | 4.96 Mn |
| Jun 30, 2023 | -34.15 Mn |
| Mar 31, 2023 | 11.80 Mn |
| Dec 31, 2022 | -22.43 Mn |
| Sep 30, 2022 | -13.10 Mn |
| Jun 30, 2022 | -77.82 Mn |
| Mar 31, 2022 | 7.14 Mn |
| Dec 31, 2021 | -53.18 Mn |
| Sep 30, 2021 | -95.24 Mn |
Isabella Bank Cash from Investing 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-investing-activities&ticker=ISBA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-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-investing-activities&ticker=ISBA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();