Skip to main content

Start here

This guide contains public integration notes for Russia. 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.

Russia coverage, pricing, and sources

Open the current catalog for supported datapoints, documents, 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

EGRUL/EGRIP (Единый государственный реестр юридических лиц / Единый государственный реестр индивидуальных предпринимателей). The Federal Tax Service (FNS) unified state registers for legal entities and individual entrepreneurs. EGRUL covers companies and organisations; EGRIP covers sole traders. Both are the authoritative primary source for Russian entity data, including legal name, address, identifiers, legal form, status, authorised representatives, shareholders, and branches.
Russia’s company data is extracted from the official EGRUL/EGRIP register extract, which is the authoritative document issued by the Federal Tax Service (FNS). Company profile, legal representatives, shareholders, and establishments are all sourced from this document. Processing is asynchronous: typical wait time is under 2 minutes.

Company Identifiers

Query Identifiers

Which identifier to use: OGRN and OGRNIP are unique per entity and are the most reliable query identifiers. INN can also be used for search, but note that legal entities have 10-digit INNs while individuals have 12-digit INNs.

Identifiers in API Response

Search Capabilities

Name search: Queries containing only digits matching an OGRN, OGRNIP, or INN pattern are treated as identifier searches and bypass the name search flow. This avoids false matches for numeric strings.

Quirks & Gotchas

Mappings

Company Status

Status is extracted deterministically from the register extract. Russia uses the ОКОПФ classifier (OK 028-2012) with over 80 legal form codes. Legal form is detected deterministically from the company name prefix (e.g. “ПАО”, “ООО”) and mapped to standardized categories and ISO 20275 codes.

Commercial Companies

Legacy Forms (pre-2014)

Sole Traders

Unitary Enterprises (State-Owned)

Non-Commercial Organisations

Legal form mapping is deterministic based on the ОКОПФ code and name prefix patterns. AI enrichment is used only for uncommon or ambiguous forms.
Legal representatives are extracted from the register extract. The register records one authorised representative per entity (typically the director or head), identified as the person who can act on behalf of the company.
Role titles in the Russian register are free text defined by each company in its charter. The list above covers the most common titles. Uncommon titles are AI-enriched against ISO 5009 standardized role values.The register records only the current authorised representative. Historical representatives and board members are not available from EGRUL/EGRIP.

Shareholders

Shareholder data is available only for ООО entities and is extracted from the register extract.
For ПАО, АО, and ОАО, the register lists only the share registrar (реестродержатель), not individual shareholders. Full shareholder registers for joint-stock companies are held privately by the registrar.

Activity Code Mapping

Russia uses ОКВЭД (Общероссийский классификатор видов экономической деятельности), which is aligned with EU NACE Rev.2 at the two-digit level.

Supported Entity Families

Data Availability

Data Availability Matrix

Legend: ✅ Available | ❌ Not Available | ⚠️ Conditionally Available | Async = Asynchronous (under 2 min typical)

Documents

Example API Responses

All examples use placeholder data. Query: POST /v2/company with { "id": "<id>", "countryCode": "RU", "dataPoints": ["company", "legalRepresentatives"] }
Note: ПАО does not include shareholder data. The register lists only the share registrar.
Note: Shareholders with name, INN, share percentage, and nominal value are available for ООО entities.
Note: Sole traders (ИП) do not have separate legal representatives or shareholders. The individual is the business.
Query with "dataPoints": ["availableDocuments"]: