Isabella Bank (ISBA) Other financing activities (2010 - 2026)
Isabella Bank (ISBA) posted Other financing activities of -$49.9 million for Q2 2026, down 224.24% on a QoQ basis from $40.2 million in Q1 2026, and down 197.02% year-over-year from $51.5 million in Q2 2025.
Isabella Bank (ISBA) Other financing activities (2010 - 2026) Analysis & Trends
Isabella Bank has reported Other financing activities for 17 years, with the latest figure at -$49.9 million in Q2 2026.
- On a quarterly basis, Other financing activities fell 197.02% year-over-year to -$49.9 million in Q2 2026; TTM through Jun 2026 was -$39.5 million, a 131.05% decrease from a year earlier, with the FY2025 full-year figure at $72.6 million, up 210.7% from the prior year.
- Other financing activities was -$49.9 million for Q2 2026 at Isabella Bank, down from $40.2 million in the prior quarter.
- The five-year high for Other financing activities was $76.2 million in Q3 2025, with the low at -$105.9 million in Q4 2025.
- Average Other financing activities over 5 years is $5.5 million, with a median of $35.7 million recorded in 2022.
- The sharpest annual moves came in 2023 and 2025: Other financing activities sank 2195.23% in 2023, then surged 211.87% in 2025.
- Over 5 years, Other financing activities stood at -$46.8 million in 2022, then grew by 2.09% to -$45.8 million in 2023, then climbed by 24.04% to -$34.8 million in 2024, then tumbled by 204.69% to -$105.9 million in 2025, then surged by 52.87% to -$49.9 million in 2026.
- The last three Other financing activities figures came in at -$49.9 million (Q2 2026), $40.2 million (Q1 2026), and -$105.9 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 | -49.93 Mn |
| Mar 31, 2026 | 40.19 Mn |
| Dec 31, 2025 | -105.95 Mn |
| Sep 30, 2025 | 76.23 Mn |
| Jun 30, 2025 | 51.47 Mn |
| Mar 31, 2025 | 50.85 Mn |
| Dec 31, 2024 | -34.77 Mn |
| Sep 30, 2024 | 59.53 Mn |
| Jun 30, 2024 | -46.01 Mn |
| Mar 31, 2024 | 44.61 Mn |
| Dec 31, 2023 | -45.78 Mn |
| Sep 30, 2023 | 54.53 Mn |
| Jun 30, 2023 | -98.58 Mn |
| Mar 31, 2023 | 69.25 Mn |
| Dec 31, 2022 | -46.76 Mn |
| Sep 30, 2022 | 31.17 Mn |
| Jun 30, 2022 | -4.30 Mn |
| Mar 31, 2022 | 53.82 Mn |
| Dec 31, 2021 | 18.02 Mn |
| Sep 30, 2021 | 55.81 Mn |
Isabella Bank Other 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=other-financing-activities&ticker=ISBA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-financing-activities&ticker=ISBA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();