Skip to main content
LT FR / API · Lithuania

Build on Lithuania filings programmatically.

A typed REST API over 31,366 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,366
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 ↗ · OpenAPI schema ↗

Sample Lithuania response

Real filings · live data
Filing Type Released
Restruktūrizuojamos AUGA group, AB eilinio visuotinio akcininkų susirinkimo, įvykusio 2026 m. gegužės 22 d. sprendimai AUGA group · AUG1L Declaration of Voting Results & Voting Rights Announcements 2026-05-22
Decisions of the Annual General Meeting of Shareholders of AUGA group, AB, under restructuring which took place on 22 May 2026 AUGA group · AUG1L Declaration of Voting Results & Voting Rights Announcements 2026-05-22
Dividendų mokėjimo tvarka už 2025 m. INVL Baltic Real Estate · INR1L Notice of Dividend Amount 2026-05-21
Procedure for the payout of dividends for the year 2025 INVL Baltic Real Estate · INR1L Notice of Dividend Amount 2026-05-21
AB Akola group 2025-2026 finansinių metų 9 mėn. neaudituotų veiklos rezultatų pristatymo internetiniame seminare įrašas AB Akola Group · LNA1L Report Publication Announcement 2026-05-21
Recording of AB Akola Group Investor Webinar Presenting the 9-Month Unaudited Results for the 2025/2026 Financial Year AB Akola Group · LNA1L Report Publication Announcement 2026-05-21
AB KN Energies unaudited financial information for the 3 months of 2026 KN Energies AB · KNF1L Earnings Release 2026-05-21
AB „KN Energies“ 2026 m. 3 mėnesių neaudituota finansinė informacija KN Energies AB · KNF1L Interim / Quarterly Report 2026-05-21
PATIKSLINIMAS: Informacija ir dokumentai AB „Novaturas“ eiliniam visuotiniam akcininkų susirinkimui Novaturas · NTU1L AGM Information 2026-05-21
zal01_AB_Novaturas_GMS_draft_decisions.zip Novaturas · NTU1L Regulatory Filings 2026-05-21

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 488
  • 2025 2,152
  • 2024 2,234
  • 2023 1,914
  • 2022 2,284
  • 2021 2,885

Reporting languages

Filing-by-filing distribution
  • English 15,963
  • Lithuanian 15,217
  • Polish 74
  • Yoruba 42
  • Japanese 37

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.