Skip to main content
LV FR / API · Latvia

Build on Latvia filings programmatically.

A typed REST API over 10,268 filings from 11 Latvian listed companies — JSON metadata, Markdown body, and original PDF. Webhooks on every new release.

Public-company filings in Latvia are supervised by Financial and Capital Market Commission (FCMC). Reporting follows IFRS. Filings are most commonly published in Latvian and English. Major issuers are listed on OMX Riga and OMX Baltic Benchmark. Calendar year.

Latvian filings via the FinancialReports API

The FinancialReports API delivers FKTK-regulated Latvian filings through the same endpoint and x-api-key header as all 42 covered markets. Filtering to Latvia requires ?country=LV; combining with &country=EE&country=LT covers the full Baltic equity universe in a single call — the natural query shape for any Baltic or multi-country CEE pipeline.

With approximately 15 equity listings, Latvia's market is the clearest case in this batch for preferring a shared API over a bespoke scraper: the FKTK filing portal is functional but not designed for programmatic bulk access, Latvian-language PDF parsing adds further friction, and the volume of filings does not justify the fixed infrastructure cost. The platform handles all of that and delivers filing metadata via webhook within roughly 60 seconds of FKTK or Nasdaq Riga publication, using the same JSON payload structure as every other covered market.

Filing bodies are available as JSON metadata, Markdown via /api/filings/{id}/markdown/, and original PDF or iXBRL. Common use cases include monitoring Latvijas Gāze and Olainfarm for Baltic energy and pharma coverage, tracking First North Baltic admissions, and incorporating Latvian data into broader Baltic pipelines. Trial keys are available on request.

Filings indexed
10,268
in Latvia
Listed companies
11
Latvian issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance — Latvia

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

Quick start — Latvia filings

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

Real filings · live data

Get API access for Latvia

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

Filings activity by year

Last 6 years · Latvian issuers
  • 2026 284
  • 2025 909
  • 2024 886
  • 2023 1,010
  • 2022 855
  • 2021 666

Reporting languages

Filing-by-filing distribution
  • Latvian 5,276
  • English 4,962
  • Lithuanian 12
  • Portuguese 6
  • Russian 4

FAQ — Latvia

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