Independent Bank (IBCP) Cash Due from Bank (2010 - 2026)
Independent Bank's (IBCP) quarterly Cash Due from Bank came in at $64.1 million in Q2 2026, down 13.81% year-over-year from $74.4 million in Q2 2025, and up 32.21% quarter-over-quarter from $48.5 million in Q1 2026.
Independent Bank (IBCP) Cash Due from Bank (2010 - 2026) Analysis & Trends
Independent Bank has disclosed Cash Due from Bank across 17 years of filings, most recently posting $64.1 million for Q2 2026.
- In Q2 2026, Cash Due from Bank fell 13.81% year-over-year to $64.1 million; the TTM figure through Jun 2026 stood at $64.1 million (down 13.81% YoY), while the FY2025 annual figure was $52.2 million, down 8.33% from the prior year.
- Cash Due from Bank came in at $64.1 million for Q2 2026 at Independent Bank, up from $48.5 million in the prior quarter.
- In the past five years, Cash Due from Bank ranged from a high of $74.4 million in Q2 2025 to a low of $41.6 million in Q1 2024.
- Average Cash Due from Bank over 5 years is $57.6 million, with a median of $57.0 million recorded in 2022.
- Year-over-year, Cash Due from Bank soared 45.43% in 2025 and slipped 19.96% in 2026.
- Over 5 years, Cash Due from Bank stood at $70.2 million in 2022, then dropped by 2.81% to $68.2 million in 2023, then declined by 16.46% to $57.0 million in 2024, then fell by 8.33% to $52.2 million in 2025, then grew by 22.69% to $64.1 million in 2026.
- Per Business Quant data, the three most recent Cash Due from Bank figures were $64.1 million in Q2 2026, $48.5 million in Q1 2026, and $52.2 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash Due from Bank (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | 4.71 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 1.94 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | 3.33 Bn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 1.22 Bn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | 3.18 Bn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 1.71 Bn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 1.52 Bn |
| 10 | Independent Bank | 746.43 Mn | 580.98 Mn | - | 64.09 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 64.09 Mn |
| Mar 31, 2026 | 48.48 Mn |
| Dec 31, 2025 | 52.24 Mn |
| Sep 30, 2025 | 56.38 Mn |
| Jun 30, 2025 | 74.35 Mn |
| Mar 31, 2025 | 60.57 Mn |
| Dec 31, 2024 | 56.98 Mn |
| Sep 30, 2024 | 61.50 Mn |
| Jun 30, 2024 | 54.91 Mn |
| Mar 31, 2024 | 41.65 Mn |
| Dec 31, 2023 | 68.21 Mn |
| Sep 30, 2023 | 58.57 Mn |
| Jun 30, 2023 | 61.23 Mn |
| Mar 31, 2023 | 47.82 Mn |
| Dec 31, 2022 | 70.18 Mn |
| Sep 30, 2022 | 57.06 Mn |
| Jun 30, 2022 | 56.52 Mn |
| Mar 31, 2022 | 46.60 Mn |
| Dec 31, 2021 | 51.07 Mn |
| Sep 30, 2021 | 49.95 Mn |
Independent Bank Cash Due from Bank 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=cash-due-from-bank&ticker=IBCP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-due-from-bank", "ticker": "IBCP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-due-from-bank&ticker=IBCP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();