Lithuania Company Registry (JAR) Fresh Details
Pricing
from $0.95 / 1,000 results
Lithuania Company Registry (JAR) Fresh Details
Official Lithuanian Juridinių asmenų registras (JAR, Registrų centras) open data via get.data.gov.lt. Fetch companies by code or exact name: legal form, status, address, share capital, registration dates, optional latest financials. No scraping, no API key.
Pricing
from $0.95 / 1,000 results
Rating
0.0
(0)
Developer
Karl Sundström
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
20 hours ago
Last modified
Categories
Share
Lithuania Company Registry (JAR) — Lithuanian Company Data API
Independent tool, not affiliated with Registrų centras.
Extract official Lithuanian company registry data from Juridinių asmenų registras (JAR) via the get.data.gov.lt open-data gateway. Fetch companies by code or exact registry name. Get legal form, status, registration dates, share capital and registered address — with optional balance sheet and P&L financials. Official open data, no scraping, no API key.
Why JAR Registry API?
- ✅ Verify Lithuanian counterparties — legal form and status straight from the national register.
- 💰 Financials opt-in — latest submitted balance sheet and P&L per company when you enable
fetchFinancials. - 🏛️ Bilingual legal forms & status — both Lithuanian and English values included.
- 📋 Compliance-ready output — flat, one-record-per-company JSON for KYC automation.
Use cases
KYC/counterparty verification in Lithuania · financial screening (opt-in) · supplier and debtor checks · market research by legal form
What data you get?
| 🏷️ Field | Description |
|---|---|
| 🆔 jaKodas | Lithuanian company code |
| 🏢 name | Company name |
| 🏛️ legalForm / legalFormEn / legalFormCode | Legal form (LT + EN + code) |
| ✅ status / statusEn / statusCode | Status (LT + EN + code) |
| 📅 registrationDate / deregistrationDate / statuteDate | Key dates |
| 📍 address / postalCode / municipality | Registered address |
| 💼 capitalAmount / capitalCurrency / capitalSince | Share capital |
| 💰 financials | Latest balance sheet + P&L (opt-in) |
How to use
- Add the actor to your Apify account and click Run.
- Enter a
companyNumberslist (e.g.307225020) or an exactqueryname. - Enable
fetchFinancialsif you want balance sheet and P&L data. - Set
maxResultsto cap the run (default 100, max 1000). - Export results as JSON, CSV or Excel.
Input
{"companyNumbers": ["307225020"],"fetchFinancials": true}
| Field | Type | Description | Default |
|---|---|---|---|
companyNumbers | array | Direct list of company codes (ja_kodas, e.g. 307225020) | — |
query | string | Exact full registry name, case-sensitive, including legal-form prefix — e.g. MB "Midiforce" | — |
fetchAddress | boolean | Resolve the registered address | on |
fetchFinancials | boolean | Fetch the latest submitted balance sheet and P&L per company | off |
maxResults | integer | Cap on companies returned | 100 (max 1000) |
Output
{"jaKodas": 307225020,"name": "MB \"Midiforce\"","legalForm": "Mažoji bendrija","legalFormEn": "Small partnership","status": "Teisiškai galioja","statusEn": "Legally valid","registrationDate": "2023-05-04","address": "Example g. 5, Vilnius","capitalAmount": 1000,"capitalCurrency": "EUR"}
Financials appear only when fetchFinancials is enabled and the company has submitted statements.
Support
Questions or missing fields? Open an issue on the actor page or contact the developer via Apify.