Start here
This guide contains public integration notes for Moldova. Use it for identifier formats, search behavior, and country-specific caveats. The live source of truth for coverage, pricing, data sources, documents, legal forms, roles, and status values is the pricing page.Moldova coverage, pricing, and sources
Open the current catalog for supported datapoints, sources, identifiers, and availability.
Country details below are preserved as integration notes. If a table or example conflicts with the live pricing page, use the pricing page as the source of truth and contact support.
Table of Contents
- Data Sources
- Company Identifiers
- Search Capabilities
- Quirks & Gotchas
- Mappings
- Data Availability
- Example API Responses
Data Sources
Moldova has one data source: the ASP State Register open data, published weekly by the Public Services Agency (Agenția Servicii Publice) at dataset.gov.md. The register covers all three categories of legal entities:- Commercial entities — SRL, SA, ÎI, cooperative, branch, and all other commercial legal forms. Includes shareholders and activity codes.
- Non-commercial organizations — AO, FND, SND, religious associations, political parties, periodical publications. No shareholders or activity codes.
- State and central bodies — Ministries, agencies, and public institutions.
Data reflects the latest published weekly export for commercial and non-commercial entities (up to 7 days lag) and the latest monthly export for state bodies (up to 31 days lag). There is no live query to the register.
Company Identifiers
Query Identifiers
A small number of legacy records (pre-IDNO, registered before ~1995) have no IDNO in the open data. These are assigned a synthetic identifier of the form
md_noidno_{12hex} derived from a hash of the entity’s name, legal form, and registration date. The identifiers object will contain md_synthetic instead of idno for these records.Identifiers in API Response
Search Capabilities
Both Romanian (Latin) and Cyrillic company names are indexed. Older records (pre-2000) may have names in Cyrillic script.
Supported Entity Types
Quirks & Gotchas
Mappings
Company Status
Status is derived at ingest time from two fields: the deregistration date and role labels in the management column. No explicit status field exists in the open data.Legal Forms
Moldova has 36 commercial, 24 non-commercial, and 1 state-body legal form. The most common:
See the pricing page for the complete list.
Legal Representatives
13 distinct roles are observed in the commercial dataset.
Board and collective roles (
Direcţie de conducere, Birou executiv, Comitet, Comisia) are returned as otherKeyPersons, not legalRepresentatives.
Activity Codes
Moldova uses CAEM-2 (Clasificarea Activităților din Economia Moldovei, Rev. 2), which is identical in structure to NACE Rev. 2. For each CAEM-2 code, the response includes:
Some older records carry 5-digit legacy CAEM-1.1 codes (pre-2005 classification). These are returned under the
CAEM-1.1 key with no NACE or ISIC equivalent.
Data Availability
Example API Responses
Deregistered entity (Radiat)
Deregistered entity (Radiat)
State body (Ministry)
State body (Ministry)
Query:
POST /v2/company with { "id": "1006601000037", "countryCode": "MD", "dataPoints": ["company", "legalRepresentatives"] }