Isabella Bank (ISBA) Change in Inventory (2010 - 2013)
Isabella Bank (ISBA) posted Change in Inventory of -$215000.0 for Q4 2013, down 7.5% on a QoQ basis from -$200000.0 in Q3 2013, and down 5.39% year-over-year from -$227253.9 in Q4 2012.
Isabella Bank (ISBA) Change in Inventory (2010 - 2013) Analysis & Trends
Isabella Bank has reported Change in Inventory for 4 years, with the latest figure at -$215000.0 in Q4 2013.
- On a quarterly basis, Change in Inventory fell 5.39% year-over-year to -$215000.0 in Q4 2013; TTM through Dec 2014 was -$415000.0, a 49.39% increase from a year earlier, with the FY2014 full-year figure at -$520000.0, up 49.02% from the prior year.
- Change in Inventory was -$215000.0 for Q4 2013 at Isabella Bank, down from -$200000.0 in the prior quarter.
- The five-year high for Change in Inventory was -$149000.0 in Q4 2011, with the low at -$2.4 million in Q2 2012.
- Average Change in Inventory over 4 years is -$534454.5, with a median of -$255000.0 recorded in 2010.
- The sharpest annual moves came in 2011 and 2012: Change in Inventory soared 41.57% in 2011, then slumped 363.88% in 2012.
- Over 4 years, Change in Inventory stood at -$255000.0 in 2010, then soared by 41.57% to -$149000.0 in 2011, then plunged by 36.91% to -$204000.0 in 2012, then declined by 5.39% to -$215000.0 in 2013.
- The last three Change in Inventory figures came in at -$215000.0 (Q4 2013), -$200000.0 (Q3 2013), and -$204000.0 (Q4 2012), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 53.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 | - | 127.00 Mn |
| 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 | - | 153.00 Mn |
| 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, 2013 | -215,000.00 |
| Sep 30, 2013 | -200,000.00 |
| Dec 31, 2012 | -204,000.00 |
| Sep 30, 2012 | -201,000.00 |
| Jun 30, 2012 | -2.39 Mn |
| Mar 31, 2012 | -291,000.00 |
| Dec 31, 2011 | -149,000.00 |
| Jun 30, 2011 | -515,000.00 |
| Mar 31, 2011 | -385,000.00 |
| Dec 31, 2010 | -255,000.00 |
| Sep 30, 2010 | -1.08 Mn |
Isabella Bank Change in Inventory 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-inventory&ticker=ISBA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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-inventory&ticker=ISBA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();