Isabella Bank (ISBA) Long-Term Debt Issuances (2010 - 2026)
Isabella Bank (ISBA) posted Long-Term Debt Issuances of -$45.0 million for Q1 2026, down 200.0% on a QoQ basis from $45.0 million in Q4 2025, and down 50.0% year-over-year from -$90.0 million in Q1 2025.
Isabella Bank (ISBA) Long-Term Debt Issuances (2010 - 2026) Analysis & Trends
Isabella Bank has reported Long-Term Debt Issuances for 17 years, with the latest figure at -$45.0 million in Q1 2026.
- On a quarterly basis, Long-Term Debt Issuances fell 50.0% year-over-year to -$45.0 million in Q1 2026; TTM through Dec 2025 was $15.0 million, a 250.0% increase from a year earlier, with the FY2025 full-year figure at $15.0 million, up 250.0% from the prior year.
- Long-Term Debt Issuances was -$45.0 million for Q1 2026 at Isabella Bank, down from $45.0 million in the prior quarter.
- The five-year high for Long-Term Debt Issuances was $55.0 million in Q2 2023, with the low at -$45.0 million in Q1 2026.
- Average Long-Term Debt Issuances over 5 years is -$1.7 million, with a median of -$10.0 million recorded in 2022.
- The sharpest annual moves came in 2023 and 2024: Long-Term Debt Issuances soared 200.0% in 2023, then slumped 400.0% in 2024.
- Over 5 years, Long-Term Debt Issuances stood at -$10.0 million in 2022, then slumped by 150.0% to -$25.0 million in 2023, then soared by 160.0% to $15.0 million in 2024, then jumped by 200.0% to $45.0 million in 2025, then slumped by 200.0% to -$45.0 million in 2026.
- The last three Long-Term Debt Issuances figures came in at -$45.0 million (Q1 2026), $45.0 million (Q4 2025), and -$30.0 million (Q1 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | LT Debt Issuance (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 27.66 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | - |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 2.70 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 1.55 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 7.00 Bn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | - |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 1.06 Bn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 747.00 Mn |
| 10 | Isabella Bank | 291.42 Mn | 249.65 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -45.00 Mn |
| Dec 31, 2025 | 45.00 Mn |
| Mar 31, 2025 | -30.00 Mn |
| Dec 31, 2024 | 15.00 Mn |
| Sep 30, 2024 | -30.00 Mn |
| Jun 30, 2024 | 45.00 Mn |
| Mar 31, 2024 | -40.00 Mn |
| Dec 31, 2023 | -25.00 Mn |
| Sep 30, 2023 | 10.00 Mn |
| Jun 30, 2023 | 55.00 Mn |
| Sep 30, 2022 | -10.00 Mn |
| Mar 31, 2022 | -10.00 Mn |
| Dec 31, 2021 | -40.00 Mn |
| Sep 30, 2021 | -59.11 Mn |
| Jun 30, 2021 | 29.11 Mn |
| Dec 31, 2020 | -162.64 Mn |
| Jun 30, 2020 | 12.83 Mn |
| Mar 31, 2020 | -12.83 Mn |
| Dec 31, 2019 | 7.91 Mn |
| Sep 30, 2019 | -43.08 Mn |
Isabella Bank Long-Term Debt Issuances 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=long-term-debt-issuances&ticker=ISBA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "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=long-term-debt-issuances&ticker=ISBA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();