Skip to main content
SI FR / API · Slovenia

Build on Slovenia filings programmatically.

A typed REST API over 13,293 filings from 26 Slovenian listed companies — JSON metadata, Markdown body, and original PDF. Webhooks on every new release.

Public-company filings in Slovenia are supervised by Securities Market Agency (ATVP). Reporting follows IFRS. Filings are most commonly published in Slovenian and English. Major issuers are listed on SBI TOP. Calendar year.

Slovenian filings via the FinancialReports API

The FinancialReports API delivers ATVP-regulated Slovenian filings through the same endpoint and x-api-key header as all 42 covered markets. Filtering to Slovenia requires one parameter: ?country=SI. The Euronext ownership of the LJSE means the technical disclosure infrastructure is aligned with the broader Euronext ecosystem — the same system that serves Amsterdam, Brussels, Dublin, and Lisbon — which reduces the ingestion friction compared to fully independent smaller venues.

With approximately 30 listed instruments, maintaining a bespoke ATVP or LJSE scraper is not economically justified for most research teams. The platform absorbs that cost and delivers consistent filing metadata via webhook within roughly 60 seconds of ATVP publication, using the same JSON payload structure as every other covered market. Combining ?country=SI&country=HR covers the Western-Balkans-adjacent Adriatic markets — a natural query for regional investors tracking the former Yugoslav economic space.

Filing bodies are available as JSON metadata, Markdown via /api/filings/{id}/markdown/, and original PDF or iXBRL. Common use cases include monitoring Krka for European generics pharma research, tracking NLB for Western-Balkans banking coverage, and incorporating Slovenian data into broader Adriatic or CEE equity pipelines. Trial keys are available on request.

Filings indexed
13,293
in Slovenia
Listed companies
26
Slovenian issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance — Slovenia

Regulator, indices, accounting, language
Primary indices
SBI TOP
Accounting standards
IFRS
Reporting languages
SlovenianEnglish
Fiscal year
Calendar year

Quick start — Slovenia filings

REST · JSON · Markdown · PDF
# 1. List filings for Slovenia, newest first
curl "https://api.financialreports.eu/api/filings/?countries=SI" \
    -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=SI&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 Slovenia

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

Filings activity by year

Last 6 years · Slovenian issuers
  • 2026 392
  • 2025 1,220
  • 2024 1,572
  • 2023 1,682
  • 2022 1,646
  • 2021 1,004

Reporting languages

Filing-by-filing distribution
  • Slovene 8,458
  • English 4,665
  • Polish 99
  • German 31
  • Czech 30

FAQ — Slovenia

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