Isabella Bank (ISBA) Short-Term Debt issuances (2020 - 2026)
Isabella Bank (ISBA) posted Short-Term Debt issuances of $2.5 million for Q2 2026, down 94.55% on a QoQ basis from $45.5 million in Q1 2026, and up 160.51% year-over-year from $952757.3 in Q2 2025.
Isabella Bank (ISBA) Short-Term Debt issuances (2020 - 2026) Analysis & Trends
Isabella Bank has reported Short-Term Debt issuances for 7 years, with the latest figure at $2.5 million in Q2 2026.
- On a quarterly basis, Short-Term Debt issuances rose 160.51% year-over-year to $2.5 million in Q2 2026; TTM through Jun 2026 was $72.8 million, a 7483.77% increase from a year earlier, with the FY2025 full-year figure at $14.4 million, up 113.32% from the prior year.
- Short-Term Debt issuances was $2.5 million for Q2 2026 at Isabella Bank, down from $45.5 million in the prior quarter.
- The five-year high for Short-Term Debt issuances was $45.5 million in Q1 2026, with the low at -$25.8 million in Q1 2023.
- Average Short-Term Debt issuances over 5 years is $3.7 million, with a median of $1.8 million recorded in 2024.
- The sharpest annual moves came in 2023 and 2026: Short-Term Debt issuances plunged 2264.23% in 2023, then surged 827.67% in 2026.
- Over 5 years, Short-Term Debt issuances stood at $5.3 million in 2022, then slumped by 204.48% to -$5.5 million in 2023, then jumped by 120.49% to $1.1 million in 2024, then soared by 427.63% to $6.0 million in 2025, then slumped by 58.48% to $2.5 million in 2026.
- The last three Short-Term Debt issuances figures came in at $2.5 million (Q2 2026), $45.5 million (Q1 2026), and $6.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | ST Debt Issuance (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 | - | -3.24 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 1.24 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 1.11 Bn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | -200.00 Mn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | -2.50 Bn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | -18.00 Mn |
| 10 | Isabella Bank | 291.42 Mn | 249.65 Mn | - | 2.48 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.48 Mn |
| Mar 31, 2026 | 45.53 Mn |
| Dec 31, 2025 | 5.98 Mn |
| Sep 30, 2025 | 18.81 Mn |
| Jun 30, 2025 | -4.10 Mn |
| Mar 31, 2025 | -6.26 Mn |
| Dec 31, 2024 | 1.13 Mn |
| Sep 30, 2024 | 8.24 Mn |
| Jun 30, 2024 | 1.20 Mn |
| Mar 31, 2024 | -3.80 Mn |
| Dec 31, 2023 | -5.53 Mn |
| Sep 30, 2023 | 15.23 Mn |
| Jun 30, 2023 | 5.11 Mn |
| Mar 31, 2023 | -25.78 Mn |
| Dec 31, 2022 | 5.29 Mn |
| Sep 30, 2022 | 5.23 Mn |
| Jun 30, 2022 | -4.11 Mn |
| Mar 31, 2022 | 1.19 Mn |
| Dec 31, 2021 | -17.36 Mn |
| Sep 30, 2021 | 5.25 Mn |
Isabella Bank Short-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=short-term-debt-issuances&ticker=ISBA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-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=short-term-debt-issuances&ticker=ISBA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();