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"
Sample Latvia response
Real filings · live dataGet API access for Latvia
Pricing · trial keys · enterpriseFilings 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