Skip to main content
HU FR / API · Hungary

Build on Hungary filings programmatically.

A typed REST API over 9,024 filings from 64 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,024
in Hungary
Listed companies
64
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 ↗ · Interactive Swagger ↗

Sample Hungary response

Real filings · live data

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 2,773
  • 2025 2,862
  • 2024 755
  • 2023 767
  • 2022 759
  • 2021 518

Reporting languages

Filing-by-filing distribution
  • English 4,519
  • Hungarian 3,525
  • Spanish 488
  • Polish 240
  • 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.