Skip to main content
FI FR / API · Finland

Build on Finland filings programmatically.

A typed REST API over 239,302 filings from 195 Finnish listed companies — JSON metadata, Markdown body, and original PDF. Webhooks on every new release.

Public-company filings in Finland are supervised by Finnish Financial Supervisory Authority (FIN-FSA). Reporting follows IFRS. Filings are most commonly published in Finnish, Swedish and English. Major issuers are listed on OMX Helsinki 25 and OMX Helsinki Benchmark. Calendar year.

Programmatic access to Finnish filings

The FinancialReports API exposes FIN-FSA-supervised Finnish filings through the same REST surface, x-api-key header, and shared rate-limit bucket as all other covered markets. A Finland-only integration is a single filter (?country=FI) on the global filings endpoint — no per-country keys, no separate billing, no segregated infrastructure.

For real-time pipelines, the webhook channel delivers full filing metadata within roughly 60 seconds of FIN-FSA / issuer publication. Finland's trilingual publication pattern — Finnish, Swedish, and English simultaneously for most large-cap issuers — is handled at the platform level: each language version is stored as a separate filing record linked to the same corporate event, with language metadata in the JSON payload.

Filing bodies are available as JSON metadata, Markdown via /api/filings/{id}/markdown/, and original PDF or iXBRL. iXBRL is preserved for ESEF-mandated annual reports, retaining machine-readable tagged line-items. For multilingual LLM pipelines, the English-language Markdown body is the most interoperable path.

Common use cases include backfilling OMXH25 consolidated financials for quant research, triggering on ad-hoc disclosures from Nokia or Neste where news latency matters, monitoring MAR Article 19 insider transactions, and feeding English-language Finnish filings into cross-Nordic research tools. Trial keys are available on request.

Filings indexed
239,302
in Finland
Listed companies
195
Finnish issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance — Finland

Regulator, indices, accounting, language
Primary indices
OMX Helsinki 25OMX Helsinki Benchmark
Accounting standards
IFRS
Reporting languages
FinnishSwedishEnglish
Fiscal year
Calendar year

Quick start — Finland filings

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

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

Filings activity by year

Last 6 years · Finnish issuers
  • 2026 9,535
  • 2025 21,634
  • 2024 22,070
  • 2023 24,448
  • 2022 25,334
  • 2021 16,516

Reporting languages

Filing-by-filing distribution
  • Finnish 118,871
  • English 105,371
  • Swedish 11,763
  • Danish 2,126
  • Norwegian 905

FAQ — Finland

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