Magyar Bancorp (MGYR) Income from Non-Controlling Interests (2013 - 2022)
Magyar Bancorp's (MGYR) quarterly Income from Non-Controlling Interests came in at $10000.0 in Q2 2022, up 200.0% on a YoY basis from $3333.3 in Q2 2021, and up 600.0% quarter-over-quarter from -$2000.0 in Q1 2022.
Magyar Bancorp (MGYR) Income from Non-Controlling Interests (2013 - 2022) Analysis & Trends
Magyar Bancorp (MGYR) has reported Income from Non-Controlling Interests for 5 consecutive years, with $10000.0 the latest figure, recorded in Q2 2022.
- For the quarter ending Q2 2022, Income from Non-Controlling Interests rose 200.0% year-over-year to $10000.0; the trailing twelve-month figure through Jun 2022 stood at $28000.0 (up 151.85% YoY), and the FY2025 full-year result was $39000.0, up 113.22% from the prior year.
- Income from Non-Controlling Interests grew to $10000.0 in Q2 2022 per MGYR's latest filing, from -$2000.0 in the prior quarter.
- Across five years, Income from Non-Controlling Interests topped out at $37000.0 in Q3 2021 and bottomed at -$18000.0 in Q3 2020.
- Historically, Income from Non-Controlling Interests has averaged -$4111.1 across 3 years, with a median of -$11000.0 in 2020.
- The widest YoY moves for Income from Non-Controlling Interests: up 305.56% in 2021, down 30.77% in 2021.
- Over 3 years, Income from Non-Controlling Interests stood at -$13000.0 in 2020, then sank by 30.77% to -$17000.0 in 2021, then soared by 158.82% to $10000.0 in 2022.
- According to Business Quant data, Income from Non-Controlling Interests over the past three periods registered $10000.0, -$2000.0, and -$17000.0 for Q2 2022, Q1 2022, and Q4 2021 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | 4.85 Bn |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | - |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | - |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | 4.00 Mn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | - |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | - |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | - |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | - |
| 10 | Magyar Bancorp | 125.27 Mn | 113.80 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 10,000.00 |
| Mar 31, 2022 | -2,000.00 |
| Dec 31, 2021 | -17,000.00 |
| Sep 30, 2021 | 37,000.00 |
| Jun 30, 2021 | -10,000.00 |
| Mar 31, 2021 | -13,000.00 |
| Dec 31, 2020 | -13,000.00 |
| Sep 30, 2020 | -18,000.00 |
| Jun 30, 2020 | -11,000.00 |
| Dec 31, 2014 | -24,000.00 |
| Dec 31, 2013 | -29,000.00 |
Magyar 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=MGYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "MGYR", "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=MGYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();