Skip to main content
EE FR / API · Estonia

Build on Estonia filings programmatically.

A typed REST API over 13,818 filings from 35 Estonian listed companies - JSON metadata, Markdown body, and original PDF. Webhooks on every new release.

Public-company filings in Estonia are supervised by Estonian Financial Supervision Authority (FSA). Reporting follows IFRS. Filings are most commonly published in Estonian and English. Major issuers are listed on OMX Tallinn and OMX Baltic Benchmark. Calendar year.

Estonian filings via the FinancialFilings API

The FinancialFilings API delivers FSA-regulated Estonian filings through the same endpoint and x-api-key header as all 42 covered markets. A single filter - ?country=EE - returns Estonian issuers; combining ?country=EE&country=LV&country=LT covers the entire Baltic equity universe in one query, which is how most Baltic-focused research pipelines are structured.

The Baltic market case for the API is clear: Nasdaq Tallinn's 25 equities do not justify a dedicated scraper and normalisation pipeline. The platform absorbs ingestion, deduplication, and ESEF iXBRL parsing, delivering a consistent feed at the same latency - roughly 60 seconds from publication to webhook delivery - as any major European market. The JSON payload is identical in structure to German, French, or British filings, so Baltic coverage slots into an existing multi-market integration without handler changes.

Filing bodies are available as JSON metadata, Markdown via /api/filings/{id}/markdown/, and original PDF or iXBRL. Common use cases include monitoring LHV Group and other Nasdaq Tallinn constituents for Baltic banking and fintech research, tracking First North Baltic admissions and ad-hoc disclosures, and incorporating Estonian data into broader Baltic or CEE equity pipelines alongside the platform's Latvian and Lithuanian coverage. Trial keys are available on request.

Filings indexed
13,818
in Estonia
Listed companies
35
Estonian issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance - Estonia

Regulator, indices, accounting, language
Regulator
Estonian Financial Supervision Authority (FSA)
Primary indices
OMX TallinnOMX Baltic Benchmark
Accounting standards
IFRS
Reporting languages
EstonianEnglish
Fiscal year
Calendar year

Quick start - Estonia filings

REST · JSON · Markdown · PDF
# 1. List filings for Estonia, newest first
curl "https://api.financialreports.eu/filings/?countries=EE" \
    -H "x-api-key: $FR_API_KEY"

# 2. Pull full Markdown for one filing
curl https://api.financialreports.eu/filings/<id>/markdown/ \
    -H "x-api-key: $FR_API_KEY"

# 3. Filter by filing type - annual reports only
curl "https://api.financialreports.eu/filings/?countries=EE&type=10-K" \
    -H "x-api-key: $FR_API_KEY"

# 4. Filter by ISIN (single issuer)
curl "https://api.financialreports.eu/filings/?company_isin=DE000A1EWWW0" \
    -H "x-api-key: $FR_API_KEY"

Full API documentation ↗ · OpenAPI schema ↗

Sample Estonia response

Real filings · live data
Filing Type Released
The Supervisory Board of AS Tallinna Sadam announces competition for the position of the Chairman of the Management Board Tallinna Sadam · TSM1T Board/Management Information 2026-08-18
ASi Tallinna Sadama nõukogu kuulutab välja ettevõte uue juhatuse esimehe konkursi Tallinna Sadam · TSM1T Board/Management Information 2026-08-18
Pro Kapital considers a bond issue targeted at Baltic investors and intends to give conditional notice of early redemption of its existing bonds 2020/2028 Pro Kapital Grupp · PKG1T Capital/Financing Update 2026-08-18
Pro Kapital kavandab Balti investoritele suunatud võlakirjaemissiooni ning kavatseb esitada tingimusliku teate oma olemasolevate 2020/2028 võlakirjade ennetähtaegse lunastamise kohta Pro Kapital Grupp · PKG1T Capital/Financing Update 2026-08-18
Hepsor AS korraldab kavandatavat võlakirjade II seeria pakkumist tutvustava veebiseminari Hepsor · HPR1T Report Publication Announcement 2026-08-18
Hepsor AS to hold a webinar introducing the planned public offering of series II bonds Hepsor · HPR1T Report Publication Announcement 2026-08-18
_eng_elkop_estonia_ivq_for_period_01.07.2025_30.06.2026.pdf (364.74 KB) Elkop Estonia SE · EKP Interim / Quarterly Report 2026-08-17
Raport kwartalny za okres 01.07.2025 - 30.06.2026 Elkop Estonia SE · EKP Report Publication Announcement 2026-08-17
Quarterly Report for the period from 1 July 2025 to 30 June 2026 Elkop Estonia SE · EKP Report Publication Announcement 2026-08-17
tehingu_info_est_14.08.26-et.xlsx (10.78 KB) Infortar · INF1T Financial Supplement Data 2026-08-17

Get API access for Estonia

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

National indices in Estonia

1 indices · drill into constituents and filings

Filings activity by year

Last 6 years · Estonian issuers
  • 2026 1,782
  • 2025 1,453
  • 2024 1,939
  • 2023 2,045
  • 2022 2,062
  • 2021 1,966

Reporting languages

Filing-by-filing distribution
  • English 6,729
  • Estonian 4,714
  • Polish 1,909
  • Lithuanian 336
  • Yoruba 22

FAQ - Estonia

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