New live connection – Botswana (BW)!

We are happy to announce that we have a new live connection. We have just released an integration with the Companies and Intellectual Property Authority (CIPA) to get data in real-time about companies registered in Botswana.

With this new integration the below functions are available:

  • Live search by number
  • Live search by name
  • Refresh dataset
  • Register Report document
  • Annual Accounts document
  • Articles of Association document

The data about the company contains various datapoints, including legalForm and providedStatus, and key officers, like directors and shareholders.

The Articles of Association document is the combination of the contents of the following documents provided by CIPA (when available): ‘Certificate of Incorporation’ and the ‘Constitutional Documents’.

Sample response for refresh dataset, for a live company:


{
  "id": "{kompanyId}",
  "country": "BW",
  "registrationNumber": "BW00002389093",
  "name": "2g Crude Oil Refinery Botswana Proprietary Limited",
  "status": "LIVE",
  "address": [
    "Babereki, Selibe Phikwe, Botswana"
  ], 
  "formattedAddress": null,
  "managingDirectors": [],
  "secretaries": [
    "Stanley Inkope"
  ], 
  "dateOfIncorporation": "2020-09-17",
  "legalForm": "Private Company",
  "sicNaceCodes": [],
  "extraData": {
    "mailingAddress": "P O Box 2643, Selibe Phikwe, Botswana",
    "providedStatus": "Registered"
  },
  "requestTime": 1674729535,
  "lastUpdate": 0,
  "typeOfOwnership": [],
  "people": {
    "secretary": [
      {
        "name": "Stanley Inkope",
        "startDate": "2020-10-05",
        "isCorporate": "0",
        "address": [
          "Plot No. S28b, Manyanda Ward, Tonota, Botswana"
        ]
      }
    ],
    "shareholder": [
      {
        "name": "Bolokang Oaitse",
        "startDate": "2020-09-17",
        "percentage": "100",
        "isCorporate": "0",
        "shareCapital": "3000",
        "address": [
          "Plot 9928, Tholo, Tonota, Botswana"
        ]
      }
    ],
    "officer": [
      {
        "name": "Bolokang Oaitse",
        "position": "Director",
        "role": "Director",
        "startDate": "2020-09-17",
        "isCorporate": "0",
        "address": [
          "Plot 9928, Tholo, Tonota, Botswana"
        ]
      }
    ]
  },
  "officialNumber": [
    "BW00002389093"
  ],
  "mainSourceName": "CIPA - Companies and Intellectual Property Authority"
}