Isabella Bank (ISBA) Change in Interest Receivables (2010 - 2021)
Isabella Bank (ISBA) posted Change in Interest Receivables of -$460000.0 for Q1 2021, up 70.81% on a QoQ basis from -$1.6 million in Q4 2020, and down 188.29% year-over-year from $521000.0 in Q1 2020.
Isabella Bank (ISBA) Change in Interest Receivables (2010 - 2021) Analysis & Trends
Isabella Bank has reported Change in Interest Receivables for 12 years, with the latest figure at -$460000.0 in Q1 2021.
- On a quarterly basis, Change in Interest Receivables fell 188.29% year-over-year to -$460000.0 in Q1 2021; TTM through Mar 2021 was -$600000.0, a 17.7% increase from a year earlier, with the FY2020 full-year figure at $381000.0, up 189.23% from the prior year.
- Change in Interest Receivables was -$460000.0 for Q1 2021 at Isabella Bank, up from -$1.6 million in the prior quarter.
- The five-year high for Change in Interest Receivables was $2.0 million in Q3 2018, with the low at -$1.6 million in Q4 2020.
- Average Change in Interest Receivables over 5 years is -$9294.1, with a median of $71000.0 recorded in 2018.
- The sharpest annual moves came in 2019 and 2021: Change in Interest Receivables soared 1059.15% in 2019, then sank 188.29% in 2021.
- Over 5 years, Change in Interest Receivables stood at -$325000.0 in 2017, then sank by 128.0% to -$741000.0 in 2018, then retreated by 15.92% to -$859000.0 in 2019, then tumbled by 83.47% to -$1.6 million in 2020, then soared by 70.81% to -$460000.0 in 2021.
- The last three Change in Interest Receivables figures came in at -$460000.0 (Q1 2021), -$1.6 million (Q4 2020), and $743000.0 (Q3 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Interest Receivables (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 |
|---|---|
| Mar 31, 2021 | -460,000.00 |
| Dec 31, 2020 | -1.58 Mn |
| Sep 30, 2020 | 743,000.00 |
| Jun 30, 2020 | 693,000.00 |
| Mar 31, 2020 | 521,000.00 |
| Dec 31, 2019 | -859,000.00 |
| Sep 30, 2019 | 1.17 Mn |
| Jun 30, 2019 | -1.56 Mn |
| Mar 31, 2019 | 823,000.00 |
| Dec 31, 2018 | -741,000.00 |
| Sep 30, 2018 | 1.99 Mn |
| Jun 30, 2018 | -1.45 Mn |
| Mar 31, 2018 | 71,000.00 |
| Dec 31, 2017 | -325,000.00 |
| Sep 30, 2017 | 1.70 Mn |
| Jun 30, 2017 | -1.36 Mn |
| Mar 31, 2017 | 466,000.00 |
| Dec 31, 2016 | -288,000.00 |
| Sep 30, 2016 | 1.08 Mn |
| Jun 30, 2016 | -1.20 Mn |
Isabella Bank Change in Interest Receivables 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=change-in-interest-receivables&ticker=ISBA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-interest-receivables", "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=change-in-interest-receivables&ticker=ISBA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();