Skip to main content
SK FR / API · Slovakia

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
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"

Full API documentation ↗ · Interactive Swagger ↗

Get API access for Slovakia

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

Filings 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

FAQ — Slovakia

Coverage, formats, integration
How do I authenticate API requests for Slovakia 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 Slovakia 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 Slovak 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 Slovak 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 Slovakia 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.