Lithuania Company Registry (JAR) Fresh Details avatar

Lithuania Company Registry (JAR) Fresh Details

Pricing

from $0.95 / 1,000 results

Go to Apify Store
Lithuania Company Registry (JAR) Fresh Details

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

Karl Sundström

Maintained by Community

Actor 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?

🏷️ FieldDescription
🆔 jaKodasLithuanian company code
🏢 nameCompany name
🏛️ legalForm / legalFormEn / legalFormCodeLegal form (LT + EN + code)
✅ status / statusEn / statusCodeStatus (LT + EN + code)
📅 registrationDate / deregistrationDate / statuteDateKey dates
📍 address / postalCode / municipalityRegistered address
💼 capitalAmount / capitalCurrency / capitalSinceShare capital
💰 financialsLatest balance sheet + P&L (opt-in)

How to use

  1. Add the actor to your Apify account and click Run.
  2. Enter a companyNumbers list (e.g. 307225020) or an exact query name.
  3. Enable fetchFinancials if you want balance sheet and P&L data.
  4. Set maxResults to cap the run (default 100, max 1000).
  5. Export results as JSON, CSV or Excel.

Input

{
"companyNumbers": ["307225020"],
"fetchFinancials": true
}
FieldTypeDescriptionDefault
companyNumbersarrayDirect list of company codes (ja_kodas, e.g. 307225020)
querystringExact full registry name, case-sensitive, including legal-form prefix — e.g. MB "Midiforce"
fetchAddressbooleanResolve the registered addresson
fetchFinancialsbooleanFetch the latest submitted balance sheet and P&L per companyoff
maxResultsintegerCap on companies returned100 (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.