
Magyar Bancorp, Inc. — Investor Relations & Filings
Magyar Bancorp, Inc. is the bank holding company for Magyar Bank, a community bank that provides a range of financial products and services. The company offers commercial and retail financial solutions to individuals, families, and businesses. Its primary services include accepting time, savings, and demand deposits, and originating various types of loans. For individuals, it provides consumer loans and residential mortgage loans for home purchases and refinancing. For commercial clients, it offers a suite of business banking services and commercial loans. The bank also supports its services with digital banking capabilities, including online and mobile banking.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-Q - Magyar Bancorp, Inc. (0001337068) (Filer) | 2026-05-13 | English | |
| 4 - MAGYAR BANCORP, INC. (0001337068) (Filer) | 2026-02-26 | English | |
| 4 - MAGYAR BANCORP, INC. (0001337068) (Filer) | 2026-02-26 | English | |
| 4 - Magyar Bancorp, Inc. (0001337068) (Issuer) | 2026-02-20 | English | |
| 4 - MAGYAR BANCORP, INC. (0001337068) (Filer) | 2026-02-18 | English | |
| 4 - MAGYAR BANCORP, INC. (0001337068) (Filer) | 2026-02-17 | English |
Browse filings by year
22 years- 2026 13 filings
- 2025 31 filings
- 2024 29 filings
- 2023 39 filings
- 2022 44 filings
- 2021 43 filings
- 2020 15 filings
- 2019 18 filings
- 2018 16 filings
- 2017 13 filings
- 2016 16 filings
- 2015 15 filings
- 2014 22 filings
- 2013 24 filings
- 2012 22 filings
- 2011 29 filings
- 2010 38 filings
- 2009 37 filings
- 2008 28 filings
- 2007 56 filings
- 2006 41 filings
- 2005 20 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
13 filings
| |||||
| 45726613 | 10-Q - Magyar Bancorp, Inc. (0001337068) (Filer) | 2026-05-13 | English | ||
| 32890413 | 4 - MAGYAR BANCORP, INC. (0001337068) (Filer) | 2026-02-26 | English | ||
| 32890415 | 4 - MAGYAR BANCORP, INC. (0001337068) (Filer) | 2026-02-26 | English | ||
| 32605760 | 4 - Magyar Bancorp, Inc. (0001337068) (Issuer) | 2026-02-20 | English | ||
| 32890414 | 4 - MAGYAR BANCORP, INC. (0001337068) (Filer) | 2026-02-18 | English | ||
| 32890416 | 4 - MAGYAR BANCORP, INC. (0001337068) (Filer) | 2026-02-17 | English | ||
| 28979138 | 10-Q Filing | 2026-02-13 | English | ||
| 28978947 | 4 Filing | 2026-02-13 | English | ||
| 28979235 | 8-K Filing | 2026-02-12 | English | ||
| 28979353 | 8-K Filing | 2026-02-11 | English | ||
| 28979048 | SCHEDULE 13G/A Filing | 2026-02-09 | English | ||
| 28979363 | SCHEDULE 13G/A Filing | 2026-02-04 | English | ||
| 28978980 | 8-K Filing | 2026-01-29 | English | ||
|
2025
2 filings
| |||||
| 11890473 | DEFA14A | 2025-12-30 | English | ||
| 11890476 | DEF 14A | 2025-12-30 | English | ||
Market data
Market data not available
Price history
Peer group · Other monetary intermediation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Banca Comerciali ,,Moldindconbank" S.A.
A systemic financial institution offering retail and corpor…
|
- | MD | Financial and insurance activit… |
|
Banca Comerciali ,,Victoriabank" S.A.
A universal commercial bank providing services for individu…
|
VCTB | MD | Financial and insurance activit… |
|
Banca Generali
A private bank for wealth management and financial planning…
|
BGN | IT | Financial and insurance activit… |
|
Banca Ifis
Specialized financial services provider for business financ…
|
IF | IT | Financial and insurance activit… |
|
Banca Mediolanum
A financial services group for banking, asset management, a…
|
BMED | IT | Financial and insurance activit… |
|
Banca Monte dei Paschi di Siena
The world's oldest operating bank, offering universal banki…
|
BMPS | IT | Financial and insurance activit… |
|
Banca Popolare di Lajatico S.C.p.A.
Cooperative bank founded in 1884 serving families, professi…
|
— | IT | Financial and insurance activit… |
|
Banca Popolare di Sondrio
A cooperative bank offering banking, financial, and insuran…
|
BPSO | IT | Financial and insurance activit… |
|
Banca Profilo
A financial institution specializing in Private and Investm…
|
BPA | IT | Financial and insurance activit… |
|
Banca Transilvania S.A.
A universal financial institution offering retail, SME, and…
|
TLV | RO | Financial and insurance activit… |
Magyar Bancorp, Inc. via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/34126/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=34126 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=34126 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=34126 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 34126}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for Magyar Bancorp, Inc. (id: 34126)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.