Midland States Bancorp (MSBI) Operating Income (2017 - 2020)
Midland States Bancorp (MSBI) posted Operating Income of -$38.4 million for Q1 2020, up 10.75% on a QoQ basis from -$43.1 million in Q4 2019, and up 0.71% year-over-year from -$38.2 million in Q2 2019.
Midland States Bancorp (MSBI) Operating Income (2017 - 2020) Analysis & Trends
Midland States Bancorp has reported Operating Income for 4 years, with the latest figure at -$38.4 million in Q1 2020.
- On a quarterly basis, Operating Income rose 0.71% year-over-year to -$38.4 million in Q1 2020; TTM through Mar 2020 was -$163.2 million, a 4.81% increase from a year earlier, with the FY2019 full-year figure at -$163.5 million, up 9.34% from the prior year.
- Operating Income was -$38.4 million for Q1 2020 at Midland States Bancorp, up from -$43.1 million in the prior quarter.
- The five-year high for Operating Income was -$29.1 million in Q1 2017, with the low at -$47.6 million in Q1 2018.
- Average Operating Income over 4 years is -$40.7 million, with a median of -$42.0 million recorded in 2018.
- The sharpest annual moves came in 2018 and 2019: Operating Income plunged 63.54% in 2018, then advanced 18.64% in 2019.
- Over 4 years, Operating Income stood at -$34.4 million in 2017, then dropped by 22.25% to -$42.0 million in 2018, then decreased by 2.43% to -$43.1 million in 2019, then gained by 10.75% to -$38.4 million in 2020.
- The last three Operating Income figures came in at -$38.4 million (Q1 2020), -$43.1 million (Q4 2019), and -$44.4 million (Q3 2019), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | 40.42 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 | -1.52 Bn |
| 10 | Midland States Bancorp | 695.35 Mn | 392.75 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2020 | -38.44 Mn |
| Dec 31, 2019 | -43.07 Mn |
| Sep 30, 2019 | -44.44 Mn |
| Jun 30, 2019 | -37.23 Mn |
| Mar 31, 2019 | -38.71 Mn |
| Dec 31, 2018 | -42.05 Mn |
| Sep 30, 2018 | -47.13 Mn |
| Jun 30, 2018 | -43.54 Mn |
| Mar 31, 2018 | -47.59 Mn |
| Dec 31, 2017 | -34.40 Mn |
| Sep 30, 2017 | -47.00 Mn |
| Jun 30, 2017 | -36.04 Mn |
| Mar 31, 2017 | -29.10 Mn |
Midland States Bancorp Operating Income 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=operating-income&ticker=MSBI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=MSBI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();