company-v1Updated: 2026-02-04

British Virgin Islands (BVI) Company Data Now Available

Overview

We've upgraded our connection to the BVI Financial Services Commission (FSC) data, providing access to official company information through the FSC Public Search portal.

What this means

API customers can now:

  • Search for companies in the BVI register
  • Retrieve a Lite Profile (onboarding profile) for BVI companies
  • Retrieve a filing list of available documents to order

Available data

Capability Description
Search Locate BVI companies using either company name or registration number (supports both numeric and alphanumeric formats such as L658)
Onboarding Profile Essential company details structured for KYC workflows, including legal form, current registration status, and previous names where available
Filing List Receive a list of available documents that can be ordered

ISO code for API requests: VG

Search best practices

  • Use the core company name without legal form suffixes (e.g., search "Far East Consortium" rather than "Far East Consortium (BVI) Limited").
  • Note that registry formatting may differ from your records (e.g., "FAR EAST CONSORTIUM (B.V.I.) LIMITED" vs "Far East Consortium (BVI) Limited").
  • If a full name search returns no results, try searching with just the distinctive company name portion.

For customers currently using our manual ordering process: exact name matches previously handled by our team will now require you to verify the company name format in the BVI register before searching.

Technical details

Search

Endpoint: https://rest.kyckr.com/lite/search/VG/{CompanyName}

Example response:

{
  "companiesField": [
    {
      "addressesField": [
        {
          "countryField": "",
          "addressInOneLineField": "",
          "addressLine1Field": "",
          "addressLine2Field": "",
          "addressLine3Field": "",
          "addressLine4Field": "",
          "addressLine5Field": "",
          "regionStateField": ""
        }
      ],
      "codeField": "2038390",
      "companyIDField": "1234567",
      "nameField": "Sample Company Limited",
      "officialField": false,
      "registrationAuthorityCodeField": ""
    }
  ],
  "transactionIdField": "1763497",
  "responseCodeField": 100
}

Lite Profile

Endpoint: https://rest.kyckr.com/lite/profile/VG/{CompanyCode}

Example response:

{
  "companyProfileField": {
    "activityField": [
      {
        "codeField": "",
        "descriptionField": ""
      }
    ],
    "addressesField": [
      {
        "countryField": "",
        "lineField": [
          {
            "lineField": "",
            "typeField": "",
            "typeCodeField": ""
          }
        ],
        "addressInOneLineField": "",
        "addressLine1Field": "",
        "addressLine2Field": "",
        "addressLine3Field": "",
        "addressLine4Field": "",
        "cityTownField": "",
        "regionStateField": "",
        "postcodeField": ""
      }
    ],
    "codeField": "1234567",
    "dateField": "2026-02-04T14:10:43.0039281Z",
    "foundationDateField": "",
    "legalFormField": "BVI Business Company",
    "legalStatusField": "Dissolved",
    "nameField": "Sample Company Limited",
    "officialField": false,
    "registrationAuthorityField": "The BVI Financial Services Commission",
    "registrationDateField": "",
    "previousNamesField": [
      "Sample Company 2 Company Limited"
    ]
  },
  "transactionIdField": "0"
}

Filing Search

Endpoint: https://rest.kyckr.com/core/filing/search/VG/{CompanyCode}

Example response:

{
  "productsField": [
    {
      "idField": "ROWOFF_VkdfQ1A=_Q29tcGFueSBQcm9maWxlIC8gU2VhcmNoIFJlcG9ydA==_MjAzODM5MA==____S1lDT0ZG_VkdfQ1A=",
      "priceTagField": "VG_CP",
      "countryISOField": "VG_1001",
      "priceField": "0",
      "vatChargeField": "0",
      "currencyField": "€",
      "companyCodeField": "1234567",
      "productFormatField": "PDF",
      "productTitleField": "Company Profile / Search Report",
      "deliveryTimeMinutesField": "60",
      "tierCodeField": "H",
      "tierValueField": "40.00"
    },
    {
      "idField": "ROWOFF_VkdfQ0dT_Q2VydGlmaWNhdGUgb2YgR29vZCBTdGFuZGluZw==_MjAzODM5MA==____S1lDT0ZG_VkdfQ0dT",
      "priceTagField": "VG_CGS",
      "countryISOField": "VG_1001",
      "priceField": "0",
      "vatChargeField": "0",
      "currencyField": "€",
      "companyCodeField": "1234567",
      "productFormatField": "PDF",
      "productTitleField": "Certificate of Good Standing",
      "deliveryTimeMinutesField": "5760",
      "tierCodeField": "J",
      "tierValueField": "80.00"
    },
    {
      "idField": "ROWOFF_VkdfQW9B_TWVtb3JhbmR1bSBhbmQgb3IgQXJ0aWNsZXMgb2YgQXNzb2NpYXRpb24=_MjAzODM5MA==____S1lDT0ZG_VkdfQW9B",
      "priceTagField": "VG_AoA",
      "countryISOField": "VG_1001",
      "priceField": "0",
      "vatChargeField": "0",
      "currencyField": "€",
      "companyCodeField": "1234567",
      "productFormatField": "PDF",
      "productTitleField": "Memorandum and or Articles of Association",
      "deliveryTimeMinutesField": "5760",
      "tierCodeField": "J",
      "tierValueField": "80.00"
    },
    {
      "idField": "ROWOFF_VkdfQk9E_UmVnaXN0ZXIgb2YgRGlyZWN0b3Jz_MjAzODM5MA==____S1lDT0ZG_VkdfQk9E",
      "priceTagField": "VG_BOD",
      "countryISOField": "VG_1001",
      "priceField": "0",
      "vatChargeField": "0",
      "currencyField": "€",
      "companyCodeField": "1234567",
      "productFormatField": "PDF",
      "productTitleField": "Register of Directors",
      "deliveryTimeMinutesField": "5760",
      "tierCodeField": "I",
      "tierValueField": "60.00"
    }
  ],
  "responseCodeField": 100,
  "continuationKeyField": "",
  "shouldPayVatField": false,
  "transactionIdField": "CH_2026020415375380_348354"
}

Additional resources