New live connection – Brazil (BR)!

We are happy to announce that we have a new live connection. Since mid August we are connected to Federal Revenue of Brazil (Receita Federal do Brasil), and we can get data and documents.

With this new integration the below functions are available:

  • on kompany web
    • Search by name
    • Company data
    • Registration Details document
  • on API
    • Live search (by number)
    • Search by name
    • Refresh dataset
    • Registration Details document

The data about the company contains various datapoints, including registeredAddress, legalForm, and providedStatus.

Sample response for refresh dataset, for a live company:

{
    "id": "{kompanyId}",
    "country": "BR",
    "registrationNumber": "49324585000194",
    "name": "INVESTUR VIAGENS E TURISMO LTDA",
    "status": "LIVE",
    "address": [
        "R PIRAPITINGUI",
        "80",
        "SALA 302 304 E 309",
        "LIBERDADE",
        "SAO PAULO",
        "01508020"
    ],
    "formattedAddress": {
        "street": "R PIRAPITINGUI",
        "number": "80",
        "district": "LIBERDADE",
        "city": "SAO PAULO",
        "zip": "01508020",
        "addressline2": "SALA 302 304 E 309",
        "cc": "BR"
    },
    "managingDirectors": [],
    "secretaries": [],
    "dateOfIncorporation": "1977-10-04",
    "legalForm": "SOCIEDADE EMPRESÁRIA LIMITADA",
    "sicNaceCodes": [
        "7911200"
    ],
    "extraData": {
        "providedStatus": "ATIVA",
        "email": "FINANCEIRO@INVESTUR.COM.BR",
        "phone": "1132582999",
        "state": "SÃO PAULO",
        "otherName": "INVESTUR"
    },
    "requestTime": 1661510218,
    "lastUpdate": 1657540860,
    "typeOfOwnership": [],
    "officialNumber": [
        "49324585000194"
    ],
    "mainSourceName": "Federal Revenue of Brazil (Receita Federal do Brasil)"
}