Build on Slovakia filings programmatically.
A typed REST API over 1,266 filings from 31 Slovak listed companies — JSON metadata, Markdown body, and original PDF. Webhooks on every new release.
Public-company filings in Slovakia are supervised by National Bank of Slovakia (NBS). Reporting follows IFRS. Filings are most commonly published in Slovak and English. Major issuers are listed on SAX. Calendar year.
Slovak filings via the FinancialReports API
The FinancialReports API delivers NBS-regulated Slovak filings through the same endpoint and x-api-key header as all 42 covered markets. Filtering to Slovakia requires one parameter: ?country=SK. With approximately 10 equity listings, the Slovak filing volume is the smallest in this batch — but the API case is correspondingly clear: there is no economical justification for a bespoke NBS/BSSE scraper at this scale.
The platform handles BSSE ingestion, ESEF iXBRL parsing, and Slovak-language normalisation, delivering consistent filing metadata via webhook within roughly 60 seconds of NBS publication. The JSON payload is structurally identical to every other covered market, so Slovak filings arrive at your handler with the same envelope as Polish or Czech ones — useful when building a Visegrád Four (V4) or CEE pipeline that spans all four countries with a single integration. Combining ?country=SK&country=CZ&country=PL&country=HU returns V4 filings in a unified feed.
Filing bodies are available as JSON metadata, Markdown via /api/filings/{id}/markdown/, and original PDF or iXBRL. Corporate-bond filings from BSSE-listed Slovak issuers are also covered, which is relevant for fixed-income pipelines targeting the Slovak sovereign and corporate-debt market. Trial keys are available on request; web browsing is free and publicly indexed.
- Filings indexed
- 1,266
- in Slovakia
- Listed companies
- 31
- Slovak issuers
- Auth
- x-api-key
- single header
- Webhook latency
- < 1 min
- from regulator publish
Reporting at a glance — Slovakia
Regulator, indices, accounting, language- Regulator
- National Bank of Slovakia (NBS)
- Primary indices
- SAX
- Accounting standards
- IFRS
- Reporting languages
- SlovakEnglish
- Fiscal year
- Calendar year
Quick start — Slovakia filings
REST · JSON · Markdown · PDF# 1. List filings for Slovakia, newest first curl "https://api.financialreports.eu/api/filings/?countries=SK" \ -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=SK&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"
Sample Slovakia response
Real filings · live dataGet API access for Slovakia
Pricing · trial keys · enterpriseFilings activity by year
Last 6 years · Slovak issuers- 2026 34
- 2025 94
- 2024 80
- 2023 62
- 2022 71
- 2021 81
Reporting languages
Filing-by-filing distribution- Slovak 1,108
- English 79
- Polish 71
- Czech 5
- German 2