Important changes regarding our French connection 

We inform you that, due to legislative changes in France, as announced in January (read here the details), we are adjusting our setup for the French connection accordingly.  

The changes are to be released end of May and are the following:

  • The source for the data is National Business Register (Le Registre National des Enterprises – RNE), distributed through the National Industrial Property Institute (INPI, standing for Institut national de la propriété industrielle in French)
  • The refresh dataset will bear no government fees, and will contain more datapoints, such as ‘siret’, ‘shareCapital’, and most important – ‘officers’ (which were not available before though this dataset). The government fee is 0. 
  • We will offer the following documents: Registration Details (ADDOFDIFR), Annual Accounts (ADDAADIFR), Articles of Association (ADDASDIFR), and various Official Filings (DOCOFDIFR). The government fee is 0. 
  • We will continue to source shareholder data for the superdataset from Infogreffe, as this data is not available via INPI. The government fee for the superdataset will decrease to 3 EUR.  

Search by name / number is not affected.   

UBO discovery coverage is not affected.  

Refresh and superdatasets structure examples below:

{
  {
    "id": "",
    "country": "FR",
    "registrationNumber": "",
    "name": "BONJOUR MON AMOUR",
    "status": "LIVE",
    "address": [
    ],
    "formattedAddress": {
        "number": "",
        "street": "",
        "postcode": "",
        "city": "",
        "country": "",
        "cc": ""
    },
    "managingDirectors": [],
    "secretaries": [],
    "dateOfIncorporation": "",
    "legalForm": "SAS, société par actions simplifiée",
    "sicNaceCodes": [],
    "extraData": {
        "shareCapital": "",
        "shareCurrency": "",
        "siret": "",
        "activity": ""
    },
    "requestTime": 1684329961,
    "lastUpdate": 1684329960,
    "typeOfOwnership": [],
    "people": {
        "officer": [
            {
                "name": "",
                "dateOfBirth": "",
                "isCorporate": "0",
                "address": [
                    ""
                ]
            }
        ]
    },
    "officialNumber": [
        ""
    ],
"branches": [
        {
            "status": "",
            "address": [
            ],
            "formattedAddress": {
                "number": "",
                "street": "",
                "postcode": "",
                "city": "",
                "country": "",
                "cc": "FR"
            }
    },   
    "mainSourceName": "National Business Register (Le Registre National des Enterprises - RNE)"
{
  "id": "",
    "country": "FR",
    "registrationNumber": "",
    "name": "",
    "status": "LIVE",
    "address": [
    ],
    "formattedAddress": {
        "number": "",
        "street": "",
        "postcode": "",
        "city": "",
        "country": "",
        "cc": "FR"
    },
    "managingDirectors": [],
    "secretaries": [],
    "dateOfIncorporation": "2004-08-09",
    "legalForm": "SAS, société par actions simplifiée",
    "sicNaceCodes": [
        "02060400",
        "02060500"
    ],
    "extraData": {
        "shareCapital": "",
        "shareCurrency": "",
        "siret": ""
    },
    "requestTime": 1684767592,
    "lastUpdate": 1684767592,
    "typeOfOwnership": [],
    "people": {
        "shareholder": [
            {
                "name": "",
                "percentage": "",
                "dateOfBirth": "",
                "shareNumber": ""
            }
        ],
        "officer": [
            {
                "name": "",
                "position": "",
                "role": "",
                "dateOfBirth": "",
                "isCorporate": "0",
                "address": [
                    ""
                ]
            },
        ]
    },
    "officialNumber": [
        ""
    ],
    "branches": [
        {
            "status": "",
            "address": [
            ],
            "formattedAddress": {
                "number": "",
                "street": "",
                "postcode": "",
                "city": "",
                "country": "",
                "cc": "FR"
            }
        },   
}