Skip to main content
LT FR / API · Lithuania

Build on Lithuania filings programmatically.

A typed REST API over 31,298 filings from 25 Lithuanian listed companies — JSON metadata, Markdown body, and original PDF. Webhooks on every new release.

Public-company filings in Lithuania are supervised by Bank of Lithuania (Bank of Lithuania). Reporting follows IFRS. Filings are most commonly published in Lithuanian and English. Major issuers are listed on OMX Vilnius and OMX Baltic Benchmark. Calendar year.

Lithuanian filings via the FinancialReports API

The FinancialReports API delivers Bank of Lithuania-regulated filings through the same endpoint and x-api-key header as all 42 covered markets. Filtering to Lithuanian issuers requires one parameter: ?country=LT. Combining ?country=LT&country=EE&country=LV covers the complete Baltic equity universe in a single query — which is how the majority of Baltic-focused research pipelines are structured.

With 25 equities, Lithuania does not justify a standalone scraping infrastructure. The platform handles Nasdaq Baltic ingestion, ESEF iXBRL parsing, and Lithuanian-language normalisation, delivering Markdown body text at the same latency — roughly 60 seconds from publication to webhook delivery — as major European markets. The JSON payload is structurally identical across all 42 markets, so Lithuanian filing events arrive at your handler with the same envelope as German or French ones.

Filing bodies are available as JSON metadata, Markdown via /api/filings/{id}/markdown/, and original PDF or iXBRL. Common use cases include monitoring Ignitis Group for Baltic energy and utilities research, tracking Nasdaq Vilnius Main List ad-hoc disclosures for event-driven strategies, and incorporating Lithuanian data into broader Baltic or CEE equity pipelines. Trial keys are available on request; web browsing is free and indexed publicly.

Filings indexed
31,298
in Lithuania
Listed companies
25
Lithuanian issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance — Lithuania

Regulator, indices, accounting, language
Primary indices
OMX VilniusOMX Baltic Benchmark
Accounting standards
IFRS
Reporting languages
LithuanianEnglish
Fiscal year
Calendar year

Quick start — Lithuania filings

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

Sample Lithuania response

Real filings · live data

Get API access for Lithuania

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

Filings activity by year

Last 6 years · Lithuanian issuers
  • 2026 420
  • 2025 2,152
  • 2024 2,234
  • 2023 1,914
  • 2022 2,284
  • 2021 2,885

Reporting languages

Filing-by-filing distribution
  • English 15,971
  • Lithuanian 15,193
  • Polish 70
  • Japanese 37
  • German 9

FAQ — Lithuania

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