JARS.LT now provides access to the Latvian Business Registry (Uzņēmumu reģistrs) — over 480,000 companies with financial reports. All three Baltic countries are now available from a single platform.
What's Included
Companies — 480,000+
Latvian company records include:
- Registration number (reģistrācijas numurs) — unique company identifier
- Company name and legal form (SIA, AS, IK, etc.)
- Registered address with postal code
- Registration date and current status (active, liquidating, liquidated)
- SEPA identifier for payments
Financial Reports
Annual financial statements filed with the Latvian State Revenue Service (Valsts ieņēmumu dienests, VID):
- Profit & Loss — revenue, cost of goods sold, net profit, profit before tax
- Balance sheet — long-term and short-term assets, equity, liabilities
- Employee count reported per year
- Detailed asset structure — intangible assets, fixed assets, inventories, accounts receivable, cash
Data sourced from Latvian VID open data (Valsts ieņēmumu dienests).
Cross-Country Search
The search now supports three countries — switch between Lithuania, Estonia, and Latvia with a single click. Latvian data is also available at jars.lv — a dedicated domain where Latvian search is the default.
The API accepts a country parameter (lt, ee, or lv). When using api.jars.lv, Latvian search is the default:
# Search Latvian companies (via jars.lv — country=lv by default)
curl -H "x-api-key: YOUR_KEY" \
"https://api.jars.lv/api/v1/companies/search?q=Rimi"
# Explicit country parameter works on all domains
curl -H "x-api-key: YOUR_KEY" \
"https://jars.lt/api/v1/companies/search?q=Rimi&country=lv"
Latvian company detail pages and financial data are also available:
# Get Latvian company by registration number
curl -H "x-api-key: YOUR_KEY" \
"https://api.jars.lv/api/v1/companies/40003322263"
# Get Latvian company financials
curl -H "x-api-key: YOUR_KEY" \
"https://api.jars.lv/api/v1/companies/40003322263/financials"
Three Baltic Countries on One Platform
| Feature | Lithuania (LT) | Estonia (EE) | Latvia (LV) |
|---|---|---|---|
| Companies | 227K+ | 366K+ | 480K+ |
| Financial reports | 700K+ | 1.4M+ | Yes |
| Beneficiary search | — | Yes | — |
| SODRA (social insurance) | Yes | — | — |
| VAT code | Yes | Yes | — |
| EVRK activity codes | Yes | — | — |
| Employee count | Yes | Yes | Yes |
| Diacritic-insensitive search | Yes | Yes | Yes |
In total, the platform provides access to over 1,073,000 companies across all three Baltic countries.
Latvian Legal Forms
Common legal forms you'll encounter in Latvian data:
- SIA (Sabiedrība ar ierobežotu atbildību) — Private limited company, similar to Lithuanian UAB
- AS (Akciju sabiedrība) — Public limited company, similar to AB
- IK (Individuālais komersants) — Sole proprietor, similar to IĮ
- PS (Pilnsabiedrība) — General partnership
- KS (Komandītsabiedrība) — Limited partnership
- Biedrība — Association, non-profit organization
Diacritic Support
Latvian uses specific characters: ā, č, ē, ģ, ī, ķ, ļ, ņ, š, ū, ž. Atlas Search automatically handles these:
| You type | Finds |
|---|---|
Riga | Rīga |
Latvijas | Latvijas dzelzceļš |
Liepaja | Liepāja |
Getting Started
Latvian data is available on all plans, including the free tier. You can:
- Visit jars.lv — Latvian search is the default
- Use the search page on jars.lt and switch to the Latvia tab
- Use the API at
api.jars.lv(Latvian default) orapi.jars.ltwithcountry=lv