background image pattern

Developer news

News Thailand (TH) 🇹🇭 is our new connection in Asia

Thailand (TH) 🇹🇭 is our new connection in Asia

Posted 2025-09-03

What did we integrate?

We are happy to announce that Thailand’s Department of Business Development, Ministry of Commerce of Thailand source was integrated, expanding our current coverage portfolio. This new integration is now available on our KYC API and within the KYC workspace.

How can you use the Thailand integration?

  • Search by name: only index search
  • Search by number: with company registration number (i.e. 0163550000684)
  • Refresh and index dataset
Request
curl --request POST \
  --url https://api.kompany.com/api/v2/company/dataset \
  --header 'content-type: application/json' \
  --header 'user_key: {secret}' \
  --data '{
    "kompanyId": "sample kompanyId",
    "datasetName": "refresh",
    "datasetOptions": null
}'
Response
{
  "datasetId": "XXXXXXXXXXXXXX",
  "kompanyId": "XXXXXXXXXXXXXX",
  "datasetName": "refresh",
  "datasetOptions": null,
  "info": null,
  "status": "COMPLETED",
  "requestTime": "2025-08-26T16:22:05+00:00",
  "responseTime": "2025-08-26T16:22:14+00:00",
  "estimatedDeliverySeconds": 33,
  "content": {
    "kompanyId": "XXXXXXXXXXXXXX",
    "countryCode": "TH",
    "countryName": "Thailand",
    "state": null,
    "registrationNumber": "XXXXXXXXXXXX",
    "name": "Sample Company Limited Partnership",
    "status": "LIVE",
    "providedStatus": "ยังดำเนินกิจการอยู่",
    "address": "Sample Address, Thailand",
    "legalForm": "ห้างหุ้นส่วนจำกัด",
    "additionalData": {
      "otherIdentifiers": [
        {
          "identifierName": "localNumber",
          "identifierValue": "XXXXXXXXXXXX"
        }
      ],
      "otherNames": {
        "englishNames": [
          "SAMPLE COMPANY LIMITED PARTNERSHIP"
        ]
      },
      "contactInformation": {
        "formattedAddress": {
          "district": "Sample District",
          "region": "Sample Region"
        }
      },
      "legalEvents": {
        "registrationDate": "2007-07-19"
      }
    },
    "associatedEntities": {
      "shareholders": [
        {
          "name": "Person A",
          "salutation": "Mr.",
          "firstName": "Firstname",
          "lastName": "Lastname",
          "role": "shareholder",
          "providedRole": "ผู้เป็นหุ้นส่วน",
          "shareCapitals": [
            {
              "numberOfShares": "40000.0"
            }
          ]
        },
        {
          "name": "Person B",
          "salutation": "Ms.",
          "firstName": "Firstname",
          "lastName": "Lastname",
          "role": "shareholder",
          "providedRole": "ผู้เป็นหุ้นส่วน",
          "shareCapitals": [
            {
              "numberOfShares": "10000.0"
            }
          ]
        }
      ],
      "jointShareholders": [],
      "officers": [
        {
          "name": "Person A",
          "salutation": "Mr.",
          "firstName": "Firstname",
          "lastName": "Lastname",
          "role": "officer",
          "providedRole": "หุ้นส่วนผู้จัดการ"
        },
        {
          "name": "Person A",
          "salutation": "Mr.",
          "firstName": "Firstname",
          "lastName": "Lastname",
          "role": "officer",
          "providedRole": "ผู้เป็นหุ้นส่วน"
        },
        {
          "name": "Person B",
          "salutation": "Ms.",
          "firstName": "Firstname",
          "lastName": "Lastname",
          "role": "officer",
          "providedRole": "ผู้เป็นหุ้นส่วน"
        }
      ]
    },
    "industryActivityCode": {
      "activity": "49203 - Passenger transport by inter-provincial bus, 49209 - Other passenger transport by bus n.e.c."
    },
    "providerSpecificData": {
      "latestAccounts": {
        "overdue": false
      }
    },
    "sources": [
      {
        "name": "Department of Business Development Ministry of Commerce of Thailand",
        "info": null,
        "primary": true,
        "fields": [
          "$.status",
          "$.legalForm",
          "$.registrationNumber",
          "$.additionalData.otherIdentifiers[0]",
          "$.additionalData.otherNames.englishNames",
          "$.providedStatus",
          "$.additionalData.legalEvents.registrationDate",
          "$.industryActivityCode.activity",
          "$.name",
          "$.associatedEntities.officers",
          "$.associatedEntities.shareholders",
          "$.additionalData.contactInformation.formattedAddress"
        ],
        "lastCheckedTime": "2025-08-26T16:22:12+00:00"
      }
    ],
    "version": "company-v2.0"
  }
}

Documents available

  • Register Report – REPOFDDTH
  • Annual Accounts – ADDAADDTH
  • Shareholder List – ADDSLDDTH

Useful links

  • Visit our Work with Endpoints section in GUIDES in case you need help with navigating across our endpoints’ portfolio.

If you would like to provide us with feedback or have a question related to this connection, contact us here: support team