Midland States Bancorp (MSBI) Change in Net Loans (2015 - 2026)
Midland States Bancorp (MSBI) posted Change in Net Loans of -$82.4 million for Q2 2026, down 1638.65% on a QoQ basis from -$4.7 million in Q1 2026, and up 42.24% year-over-year from -$57.9 million in Q2 2025.
Midland States Bancorp (MSBI) Change in Net Loans (2015 - 2026) Analysis & Trends
Midland States Bancorp has reported Change in Net Loans for 12 years, with the latest figure at -$82.4 million in Q2 2026.
- On a quarterly basis, Change in Net Loans rose 42.24% year-over-year to -$82.4 million in Q2 2026; TTM through Jun 2026 was -$194.4 million, a 56.89% increase from a year earlier, with the FY2025 full-year figure at -$438.9 million, down 26.53% from the prior year.
- Change in Net Loans was -$82.4 million for Q2 2026 at Midland States Bancorp, down from -$4.7 million in the prior quarter.
- The five-year high for Change in Net Loans was $431.0 million in Q3 2022, with the low at -$189.1 million in Q1 2025.
- Average Change in Net Loans over 5 years is $15.0 million, with a median of -$49.3 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2024: Change in Net Loans jumped 546.95% in 2022, then plunged 348.29% in 2024.
- Over 5 years, Change in Net Loans stood at $151.2 million in 2022, then tumbled by 172.28% to -$109.3 million in 2023, then surged by 62.16% to -$41.3 million in 2024, then surged by 217.69% to $48.7 million in 2025, then sank by 269.27% to -$82.4 million in 2026.
- The last three Change in Net Loans figures came in at -$82.4 million (Q2 2026), -$4.7 million (Q1 2026), and $48.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Net Loans (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | -173.53 Bn |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 1.13 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | - |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 3.33 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | - |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 4.38 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 | 2.56 Bn |
| 10 | Midland States Bancorp | 695.35 Mn | 392.75 Mn | - | -82.36 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -82.36 Mn |
| Mar 31, 2026 | -4.74 Mn |
| Dec 31, 2025 | 48.66 Mn |
| Sep 30, 2025 | -155.92 Mn |
| Jun 30, 2025 | -142.58 Mn |
| Mar 31, 2025 | -189.07 Mn |
| Dec 31, 2024 | -41.34 Mn |
| Sep 30, 2024 | -77.83 Mn |
| Jun 30, 2024 | -80.18 Mn |
| Mar 31, 2024 | -147.54 Mn |
| Dec 31, 2023 | -109.25 Mn |
| Sep 30, 2023 | -57.32 Mn |
| Jun 30, 2023 | 34.27 Mn |
| Mar 31, 2023 | 59.42 Mn |
| Dec 31, 2022 | 151.16 Mn |
| Sep 30, 2022 | 430.96 Mn |
| Jun 30, 2022 | 316.74 Mn |
| Mar 31, 2022 | 317.49 Mn |
| Dec 31, 2021 | 313.89 Mn |
| Sep 30, 2021 | 157.40 Mn |
Midland States Bancorp Change in Net Loans 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-net-loans&ticker=MSBI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-net-loans", "ticker": "MSBI", "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-net-loans&ticker=MSBI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();