Midland States Bancorp (MSBI) Short-Term Debt issuances (2015 - 2026)
Midland States Bancorp (MSBI) posted Short-Term Debt issuances of -$145.8 million for Q2 2026, down 256.34% on a QoQ basis from $93.2 million in Q1 2026, and down 361.77% year-over-year from $55.7 million in Q2 2025.
Midland States Bancorp (MSBI) Short-Term Debt issuances (2015 - 2026) Analysis & Trends
Midland States Bancorp has reported Short-Term Debt issuances for 12 years, with the latest figure at -$145.8 million in Q2 2026.
- On a quarterly basis, Short-Term Debt issuances fell 361.77% year-over-year to -$145.8 million in Q2 2026; TTM through Jun 2026 was $77.1 million, a 5229.11% increase from a year earlier, with the FY2025 full-year figure at $50.8 million, down 3.58% from the prior year.
- Short-Term Debt issuances was -$145.8 million for Q2 2026 at Midland States Bancorp, down from $93.2 million in the prior quarter.
- The five-year high for Short-Term Debt issuances was $179.6 million in Q1 2024, with the low at -$207.2 million in Q2 2024.
- Average Short-Term Debt issuances over 5 years is $5.5 million, with a median of $1.1 million recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Short-Term Debt issuances tumbled 3553.97% in 2024, then surged 1979.69% in 2025.
- Over 5 years, Short-Term Debt issuances stood at $58.3 million in 2022, then tumbled by 71.06% to $16.9 million in 2023, then surged by 336.65% to $73.6 million in 2024, then slumped by 111.56% to -$8.5 million in 2025, then tumbled by 1611.64% to -$145.8 million in 2026.
- The last three Short-Term Debt issuances figures came in at -$145.8 million (Q2 2026), $93.2 million (Q1 2026), and -$8.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | ST Debt Issuance (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 | - | -3.24 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 1.24 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 1.11 Bn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | -200.00 Mn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | -2.50 Bn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | -18.00 Mn |
| 10 | Midland States Bancorp | 695.35 Mn | 392.75 Mn | - | -145.78 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -145.78 Mn |
| Mar 31, 2026 | 93.24 Mn |
| Dec 31, 2025 | -8.52 Mn |
| Sep 30, 2025 | 138.11 Mn |
| Jun 30, 2025 | -31.57 Mn |
| Mar 31, 2025 | -47.28 Mn |
| Dec 31, 2024 | 73.65 Mn |
| Sep 30, 2024 | 6.64 Mn |
| Jun 30, 2024 | -207.24 Mn |
| Mar 31, 2024 | 179.58 Mn |
| Dec 31, 2023 | 16.87 Mn |
| Sep 30, 2023 | -3.79 Mn |
| Jun 30, 2023 | 6.00 Mn |
| Mar 31, 2023 | -11.14 Mn |
| Dec 31, 2022 | 58.29 Mn |
| Sep 30, 2022 | -9.17 Mn |
| Jun 30, 2022 | 7.34 Mn |
| Mar 31, 2022 | -16.45 Mn |
| Jun 30, 2021 | 31.10 Mn |
| Mar 31, 2021 | 2.77 Mn |
Midland States Bancorp Short-Term Debt issuances 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=short-term-debt-issuances&ticker=MSBI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "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=short-term-debt-issuances&ticker=MSBI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();