Magyar Bancorp (MGYR) Non Operating Income (2023 - 2026)
Magyar Bancorp's (MGYR) quarterly Non Operating Income came in at -$5.5 million in Q2 2026, down 5.59% on a YoY basis from -$5.9 million in Q2 2025, and up 0.59% quarter-over-quarter from -$5.6 million in Q1 2026.
Magyar Bancorp (MGYR) Non Operating Income (2023 - 2026) Analysis & Trends
Magyar Bancorp (MGYR) has reported Non Operating Income for 4 consecutive years, with -$5.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Income fell 5.59% year-over-year to -$5.5 million; the trailing twelve-month figure through Jun 2026 stood at -$21.8 million (down 2.56% YoY), and the FY2025 full-year result was -$21.4 million, down 4.91% from the prior year.
- Non Operating Income grew to -$5.5 million in Q2 2026 per MGYR's latest filing, from -$5.6 million in the prior quarter.
- Across five years, Non Operating Income topped out at -$5.0 million in Q4 2023 and bottomed at -$5.6 million in Q1 2026.
- Historically, Non Operating Income has averaged -$5.3 million across 4 years, with a median of -$5.4 million in 2025.
- The sharpest annual moves came in 2024 and 2025: Non Operating Income dropped 7.75% in 2024, then rose 1.0% in 2025.
- Over 4 years, Non Operating Income stood at -$5.0 million in 2023, then decreased by 7.75% to -$5.4 million in 2024, then rose by 1.0% to -$5.4 million in 2025, then slipped by 3.31% to -$5.5 million in 2026.
- According to Business Quant data, Non Operating Income over the past three periods registered -$5.5 million, -$5.6 million, and -$5.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 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 | - | - |
| 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 | - | -5.53 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.53 Mn |
| Mar 31, 2026 | -5.57 Mn |
| Dec 31, 2025 | -5.36 Mn |
| Sep 30, 2025 | -5.35 Mn |
| Jun 30, 2025 | -5.24 Mn |
| Mar 31, 2025 | -5.40 Mn |
| Dec 31, 2024 | -5.41 Mn |
| Sep 30, 2024 | -5.21 Mn |
| Jun 30, 2024 | -5.06 Mn |
| Mar 31, 2024 | -5.11 Mn |
| Dec 31, 2023 | -5.02 Mn |
Magyar Bancorp Non 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=non-operating-income&ticker=MGYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=MGYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();