Magyar Bancorp (MGYR) Enterprise Value (2010 - 2026)
Magyar Bancorp's (MGYR) quarterly Enterprise Value came in at $101.2 million in Q2 2026, up 0.72% on a YoY basis from $100.5 million in Q2 2025, and up 61.06% quarter-over-quarter from $62.8 million in Q1 2026.
Magyar Bancorp (MGYR) Enterprise Value (2010 - 2026) Analysis & Trends
Magyar Bancorp (MGYR) has reported Enterprise Value for 17 consecutive years, with $101.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Enterprise Value rose 0.72% year-over-year to $101.2 million; the trailing twelve-month figure through Jun 2026 stood at $101.2 million (up 0.72% YoY), and the FY2025 full-year result was $104.8 million, up 91.99% from the prior year.
- Enterprise Value improved to $101.2 million in Q2 2026 per MGYR's latest filing, from $62.8 million in the prior quarter.
- Across five years, Enterprise Value topped out at $104.8 million in Q3 2025 and bottomed at -$652.4 million in Q1 2023.
- Historically, Enterprise Value has averaged -$100.6 million across 5 years, with a median of $26.7 million in 2022.
- The sharpest annual moves came in 2022 and 2024: Enterprise Value plunged 12407.75% in 2022, then jumped 614.14% in 2024.
- Over 5 years, Enterprise Value stood at -$597.5 million in 2022, then soared by 103.94% to $23.6 million in 2023, then surged by 53.11% to $36.1 million in 2024, then jumped by 111.6% to $76.3 million in 2025, then surged by 32.6% to $101.2 million in 2026.
- According to Business Quant data, Enterprise Value over the past three periods registered $101.2 million, $62.8 million, and $76.3 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 101.21 Mn |
| Mar 31, 2026 | 62.84 Mn |
| Dec 31, 2025 | 76.33 Mn |
| Sep 30, 2025 | 104.82 Mn |
| Jun 30, 2025 | 100.49 Mn |
| Mar 31, 2025 | 17.04 Mn |
| Dec 31, 2024 | 36.07 Mn |
| Sep 30, 2024 | 54.60 Mn |
| Jun 30, 2024 | 24.94 Mn |
| Mar 31, 2024 | 23.41 Mn |
| Dec 31, 2023 | 23.56 Mn |
| Sep 30, 2023 | -10.62 Mn |
| Jun 30, 2023 | -646.92 Mn |
| Mar 31, 2023 | -652.41 Mn |
| Dec 31, 2022 | -597.52 Mn |
| Sep 30, 2022 | -614.83 Mn |
| Jun 30, 2022 | 57.79 Mn |
| Mar 31, 2022 | 28.46 Mn |
| Dec 31, 2021 | 4.85 Mn |
| Sep 30, 2021 | 6.07 Mn |
Magyar Bancorp Enterprise Value 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=enterprise-value&ticker=MGYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=MGYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();