Thai Company Registry Lookup
thai_company_lookupVerify a Thai company's legal status, registered capital, and address using its 13-digit DBD registration number for due diligence or contract checks.
Instructions
Look up a Thai company (juristic person) in the official DBD (Department of Business Development) registry by its 13-digit registration number.
Returns the official registry profile: Thai/English name, entity type, operating status, registration date, registered and paid-up capital (THB), business objective (bilingual, with TSIC-style code), and registered head-office address.
Args:
juristic_id (string): exactly 13 digits, e.g. "0107536000315"
Returns structured JSON: { "found": boolean, "company": { "juristicId": string, "nameTh": string, "nameEn": string, "type": string, // e.g. "บริษัทจำกัด" (Co., Ltd.), "บริษัทมหาชนจำกัด" (PCL) "status": string, // e.g. "ยังดำเนินกิจการอยู่" = still operating "registerDate": string, // YYYYMMDD "registeredCapitalBaht": number, "paidUpCapitalBaht": number, "objective": { "code": string, "textTh": string, "textEn": string }, "address": { ... } } | null, "fromCache": boolean, "attribution": string }
Examples:
Use when: verifying a Thai supplier/counterparty exists and is still operating (KYB / due diligence)
Use when: fetching official registered capital or address for a contract
Don't use when: you only have a company NAME — this tool requires the 13-digit ID (ask the counterparty or check their invoice/website footer)
Notes:
"found": false means the ID is not in the registry — it may be mistyped, or the entity may be a sole proprietor (not a juristic person).
Data is the live official registry, cached for 24h.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| juristic_id | Yes | 13-digit Thai juristic person registration number, e.g. '0107536000315'. Printed on invoices, contracts, and company documents; same number as the company's tax ID. |