Midland States Bancorp (MSBI) Operating Margin (2017 - 2020)
Midland States Bancorp (MSBI) posted Operating Margin of 913.23% for Q1 2020, up 14.8% on a QoQ basis from 1071.85% in Q4 2019, and up 15710.0% year-over-year from N/an in Q2 2019.
Midland States Bancorp (MSBI) Operating Margin (2017 - 2020) Analysis & Trends
Midland States Bancorp has reported Operating Margin for 4 years, with the latest figure at 913.23% in Q1 2020.
- On a quarterly basis, Operating Margin rose 15710.0% year-over-year to 913.23% in Q1 2020; TTM through Mar 2020 was 976.76%, a 5613.0% increase from a year earlier, with the FY2019 full-year figure at 1014.36%, up 10559.0% from the prior year.
- Operating Margin was 913.23% for Q1 2020 at Midland States Bancorp, up from 1071.85% in the prior quarter.
- The five-year high for Operating Margin was 912.05% in Q2 2019, with the low at 1930.94% in Q3 2017.
- Average Operating Margin over 4 years is 1198.59%, with a median of 1071.85% recorded in 2019.
- The largest YoY upside for Operating Margin was 84180 bps in 2018 against a maximum downside of 28328 bps in 2018.
- Over 4 years, Operating Margin stood at 1338.33% in 2017, then grew by 27 bps to 970.84% in 2018, then declined by 10 bps to 1071.85% in 2019, then climbed by 15 bps to 913.23% in 2020.
- The last three Operating Margin figures came in at 913.23% (Q1 2020), 1071.85% (Q4 2019), and 1010.76% (Q3 2019), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Operating Margin (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 | - | - |
| 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 | -2,056.76% |
| 10 | Midland States Bancorp | 695.35 Mn | 392.75 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2020 | -913.23% |
| Dec 31, 2019 | -1,071.85% |
| Sep 30, 2019 | -1,010.76% |
| Jun 30, 2019 | -912.05% |
| Mar 31, 2019 | -1,070.33% |
| Dec 31, 2018 | -970.84% |
| Sep 30, 2018 | -1,089.14% |
| Jun 30, 2018 | -1,007.43% |
| Mar 31, 2018 | -1,525.68% |
| Dec 31, 2017 | -1,338.33% |
| Sep 30, 2017 | -1,930.94% |
| Jun 30, 2017 | -1,498.71% |
| Mar 31, 2017 | -1,242.40% |
Midland States Bancorp Operating Margin 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-margin&ticker=MSBI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-margin", "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-margin&ticker=MSBI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();