Midland States Bancorp (MSBI) Income from Non-Controlling Interests (2015 - 2016)
Midland States Bancorp (MSBI) posted Income from Non-Controlling Interests of -$3000.0 for Q4 2016, up 50.0% on a QoQ basis from -$6000.0 in Q3 2016, and down 400.0% year-over-year from $1000.0 in Q1 2016.
Midland States Bancorp (MSBI) Income from Non-Controlling Interests (2015 - 2016) Analysis & Trends
Midland States Bancorp has reported Income from Non-Controlling Interests for 2 years, with the latest figure at -$3000.0 in Q4 2016.
- On a quarterly basis, Income from Non-Controlling Interests fell 400.0% year-over-year to -$3000.0 in Q4 2016; TTM through Dec 2016 was -$9000.0, a 110.84% decrease from a year earlier, with the FY2023 full-year figure at -$6.2 million, up 15.56% from the prior year.
- Income from Non-Controlling Interests was -$3000.0 for Q4 2016 at Midland States Bancorp, up from -$6000.0 in the prior quarter.
- The five-year high for Income from Non-Controlling Interests was $59000.0 in Q1 2015, with the low at -$6000.0 in Q3 2016.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | 4.85 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 | - | 4.00 Mn |
| 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 | - |
| 10 | Midland States Bancorp | 695.35 Mn | 392.75 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2016 | -3,000.00 |
| Sep 30, 2016 | -6,000.00 |
| Jun 30, 2016 | 1,000.00 |
| Mar 31, 2016 | -1,000.00 |
| Dec 31, 2015 | 1,000.00 |
| Sep 30, 2015 | 6,000.00 |
| Jun 30, 2015 | 17,000.00 |
| Mar 31, 2015 | 59,000.00 |
Midland States Bancorp Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=MSBI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=MSBI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();