Skip to main content
HU FR / API · Hungary

Build on Hungary filings programmatically.

A typed REST API over 9,372 filings from 73 Hungarian listed companies — JSON metadata, Markdown body, and original PDF. Webhooks on every new release.

Public-company filings in Hungary are supervised by Magyar Nemzeti Bank (Central Bank of Hungary) (MNB). Reporting follows IFRS. Filings are most commonly published in Hungarian and English. Major issuers are listed on BUX and BUMIX. Calendar year.

Hungarian filings via the FinancialReports API

The FinancialReports API delivers MNB-regulated Hungarian filings through the same endpoint and x-api-key header as all 42 covered markets. Filtering to Hungarian issuers requires one parameter: ?country=HU. One key, one billing line, one webhook payload shape — the same integration that reads OTP Bank filings reads OTP's equivalent disclosures in any other market it operates in.

The BUX's concentration means that a handful of issuers — OTP, MOL, Richter, Magyar Telekom, Wizz Air — drive most of the analytical value. The platform covers all BSE-listed equities, but for many research workflows, monitoring those five names accounts for the majority of signal. Webhook subscriptions push filing metadata within roughly 60 seconds of MNB or BSE publication; Hungarian-language filings arrive at the same latency as English-first ones, with Markdown body text normalised for downstream NLP without a translation step.

Filing bodies are available as JSON metadata, Markdown via /api/filings/{id}/markdown/, and original PDF or iXBRL. Common use cases include tracking OTP Bank for CEE banking and financials research, monitoring MOL Group and Richter for regional energy and pharma coverage, incorporating BUX constituent data into broader Visegrád Four (V4) or CEE equity pipelines alongside Czech and Polish coverage, and triggering on ad-hoc disclosures for event-driven strategies. Trial keys are available on request.

Filings indexed
9,372
in Hungary
Listed companies
73
Hungarian issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance — Hungary

Regulator, indices, accounting, language
Primary indices
BUXBUMIX
Accounting standards
IFRS
Reporting languages
HungarianEnglish
Fiscal year
Calendar year

Quick start — Hungary filings

REST · JSON · Markdown · PDF
# 1. List filings for Hungary, newest first
curl "https://api.financialreports.eu/api/filings/?countries=HU" \
    -H "x-api-key: $FR_API_KEY"

# 2. Pull full Markdown for one filing
curl https://api.financialreports.eu/api/filings/<id>/markdown/ \
    -H "x-api-key: $FR_API_KEY"

# 3. Filter by filing type — annual reports only
curl "https://api.financialreports.eu/api/filings/?countries=HU&type=10-K" \
    -H "x-api-key: $FR_API_KEY"

# 4. Filter by ISIN (single issuer)
curl "https://api.financialreports.eu/api/filings/?company_isin=DE000A1EWWW0" \
    -H "x-api-key: $FR_API_KEY"

Full API documentation ↗ · OpenAPI schema ↗

Sample Hungary response

Real filings · live data
Filing Type Released
Amit Spinning Industries Ltdhas informed BSE that the meeting of the Board of Directors of the Company is scheduled on 30/05/2026 ,inter alia, to consider and approve Audited Financial .... Amit Spinning Industries Ltd · ASIL Regulatory Filings 2026-05-23
Dharti Proteins Ltdhas informed BSE that the meeting of the Board of Directors of the Company is scheduled on 29/05/2026 ,inter alia, to consider and approve the Audited Financial Results .... Dharti Proteins Ltd · DHARTI Regulatory Filings 2026-05-23
The Scrutinizer''s Consolidated Report on the Remote e-voting and voting at the 32nd Annual General Meeting along with voting results has been attached herewith. KDJ Holidayscapes and Resorts Ltd · KDJHRL Declaration of Voting Results & Voting Rights Announcements 2026-05-23
The Newspaper Publication for the Audited (Standalone & Consolidated)Financial Results for the quarter and year ended March 31, 2026 has been attached herewith. KDJ Holidayscapes and Resorts Ltd · KDJHRL Report Publication Announcement 2026-05-23
Leányvállalat általi részvényvásárlásról szóló rendkívüli tájékoztatás UBM Holding Nyilvánosan Működő Részvénytársaság · UBM M&A Activity 2026-05-22
43_MOL_ofac extension_20260522_eng.pdf MOL Hungarian Oil and Gas Plc · MOL M&A Activity 2026-05-22
Hirdetmény rendkívüli közgyűlés összehívásáról NAP Nyilvánosan Működő Részvénytársaság Proxy Solicitation & Information Statement 2026-05-22
A 2025-ös Felelős Társaságirányítási Jelentés, a Javadalmazási Jelentés, valamint az FB és az AB munkaterve NAP Nyilvánosan Működő Részvénytársaság Governance Information 2026-05-22
A NAP Nyrt. 2025-ös egyedi üzleti jelentése, az IFRS pénzügyi kimutatások és a független könyvvizsgálói jelentés NAP Nyilvánosan Működő Részvénytársaság Annual Report 2026-05-22
Az Igazgatóság és a Felügyelőbizottság 2025-ös jelentése NAP Nyilvánosan Működő Részvénytársaság Annual Report 2026-05-22

Get API access for Hungary

Pricing · trial keys · enterprise
Get API access Talk to the team Read the docs ↗

Filings activity by year

Last 6 years · Hungarian issuers
  • 2026 3,121
  • 2025 2,862
  • 2024 755
  • 2023 767
  • 2022 759
  • 2021 518

Reporting languages

Filing-by-filing distribution
  • English 4,638
  • Hungarian 3,746
  • Spanish 488
  • Polish 242
  • French 168

FAQ — Hungary

Coverage, formats, integration
How do I authenticate API requests for Hungary filings?
Send a single header — `x-api-key: $FR_API_KEY` — on every request. The same key works across all 42 covered markets; there's no per-country key.
What format does the Hungary API return?
Filing metadata is returned as JSON. Full filing bodies are available as Markdown (one endpoint) and original PDF. The same payload shape is used across every covered market.
Do you provide webhooks for new Hungarian filings?
Yes. Webhook subscribers receive a POST with full filing metadata within ~60 seconds of the regulator publishing the document.
Is there a rate limit on the Hungarian API?
Standard plans are throttled to a generous request budget that suits typical research and dashboards. Bulk and high-throughput plans negotiate higher limits.
Is there a free tier for Hungary data?
The web product (search, browse, single-filing read) is free and indexed for the public web. Programmatic API access is a paid plan; trial keys are available on request.