Thailand (TH) – Updates regarding companyName mapping

Starting with end of May, we are releasing improvements regarding the data mapping for our Thai connection data, which is received from Ministry of Commerce of the Thailand. The changes will be reflected in our search by name endpoints, as well as in the datasets.

Company Index and Live Search by name

Updates regarding companyName mapping will unlock the possibility for the Company Index search by name to support search for Thai companies, using Thai language as well, next to the English version of the name. The returned response will contain the name, being populated with the name of the company in Thai, while the englishName will display the English version of the name;

Furthermore, this improvement will correct the result returned from Live Search by name, with the name, being populated with the name of the company in Thai, while the englishName will display the English name of the company, as provided by Thai register;

Refresh dataset details

The Refresh dataset will contain improved and new mapping for the following datapoints:

  • name – we are improving the accuracy of the naming to reflect the company name in the original Thai language;
  • englishName – new field to present english version of the company name;
  • otherName – this field will be removed;

Please see below a json example of the Refresh dataset:

{
 {
  "id": "",
  "country": "TH",
  "registrationNumber": "",
  "name": "",
  "status": "LIVE",
  "address": [
    "
"
  ],
  "formattedAddress": null,
  "managingDirectors": [],
  "secretaries": [],
  "dateOfIncorporation": "",
  "legalForm": "",
  "sicNaceCodes": [
    ""
  ],
  "extraData": {
    "providedStatus": "",
    "shareCapital": "",
    "shareCurrency": "Baht",
    "englishName": "",
    "translatedAddress": [
      ""
    ]
  },
  "requestTime": ,
  "lastUpdate": ,
  "typeOfOwnership": [],
  "signatoryRights": [
    ""
  ],
  "people": {
    "officer": [
      {
        "name": "",
        "position": "",
        "role": ""
      },
      {
        "name": "",
        "position": "",
        "role": ""
      },
      {
        "name": "",
        "position": "",
        "role": ""
      }
    ]
  },
  "officialNumber": [
    ""
  ],
  "mainSourceName": "Department of Business Development Data Warehouse"
}