Isabella Bank (ISBA) Non Operating Interest Expenses (2010 - 2024)
Isabella Bank (ISBA) posted Non Operating Interest Expenses of -$24.5 million for Q4 2024, down 376.34% on a QoQ basis from $8.9 million in Q3 2024, and down 428.64% year-over-year from $7.4 million in Q1 2024.
Isabella Bank (ISBA) Non Operating Interest Expenses (2010 - 2024) Analysis & Trends
Isabella Bank has reported Non Operating Interest Expenses for 15 years, with the latest figure at -$24.5 million in Q4 2024.
- On a quarterly basis, Non Operating Interest Expenses fell 428.64% year-over-year to -$24.5 million in Q4 2024; TTM through Dec 2024 was $1.1 million, a 95.09% decrease from a year earlier, with the FY2025 full-year figure at $1.1 million, changed 0.0% from the prior year.
- Non Operating Interest Expenses was -$24.5 million for Q4 2024 at Isabella Bank, down from $8.9 million in the prior quarter.
- The five-year high for Non Operating Interest Expenses was $8.9 million in Q3 2024, with the low at -$24.5 million in Q4 2024.
- Average Non Operating Interest Expenses over 5 years is $2.5 million, with a median of $3.0 million recorded in 2020.
- The sharpest annual moves came in 2023 and 2024: Non Operating Interest Expenses surged 408.47% in 2023, then plunged 428.64% in 2024.
- Over 5 years, Non Operating Interest Expenses stood at $2.9 million in 2020, then tumbled by 45.17% to $1.6 million in 2021, then advanced by 4.85% to $1.6 million in 2022, then surged by 353.07% to $7.4 million in 2023, then slumped by 428.64% to -$24.5 million in 2024.
- The last three Non Operating Interest Expenses figures came in at -$24.5 million (Q4 2024), $8.9 million (Q3 2024), and $8.5 million (Q2 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Interest Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | -467.75 Bn |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 224.00 Mn |
| 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 |
|---|---|
| Dec 31, 2024 | -24.46 Mn |
| Sep 30, 2024 | 8.85 Mn |
| Jun 30, 2024 | 8.54 Mn |
| Mar 31, 2024 | 8.14 Mn |
| Dec 31, 2023 | 7.44 Mn |
| Sep 30, 2023 | 6.18 Mn |
| Jun 30, 2023 | 4.82 Mn |
| Mar 31, 2023 | 3.24 Mn |
| Dec 31, 2022 | 1.64 Mn |
| Sep 30, 2022 | 1.22 Mn |
| Jun 30, 2022 | 1.18 Mn |
| Mar 31, 2022 | 1.28 Mn |
| Dec 31, 2021 | 1.57 Mn |
| Sep 30, 2021 | 1.83 Mn |
| Jun 30, 2021 | 1.93 Mn |
| Mar 31, 2021 | 2.09 Mn |
| Dec 31, 2020 | 2.86 Mn |
| Sep 30, 2020 | 3.20 Mn |
| Jun 30, 2020 | 3.57 Mn |
| Mar 31, 2020 | 4.20 Mn |
Isabella Bank Non Operating Interest Expenses 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=non-operating-interest-expenses&ticker=ISBA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "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=non-operating-interest-expenses&ticker=ISBA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();