JHT DESIGN CO.,LTD. — Investor Relations & Filings
About JHT DESIGN CO.,LTD.
JHT Design Co., Ltd. specializes in the design, development, and manufacturing of a comprehensive range of home textile products. The company’s portfolio includes bedding sets, decorative pillows, cushions, blankets, curtains, and floor coverings. It operates with a focus on integrating creative design with large-scale production capabilities to serve a global clientele, including major international retailers and e-commerce platforms. JHT Design emphasizes research and development to stay ahead of home decor trends, utilizing advanced manufacturing technologies and quality control systems. Its business model encompasses the entire supply chain from initial concept and material sourcing to final production and logistics, providing customized OEM and ODM solutions tailored to diverse market demands.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2024年第一次临时股东大会决议公告 | 2024-04-08 | Chinese | |
| 金海通2024年第一次临时股东大会法律意见书 | 2024-04-08 | Chinese | |
| 天津金海通半导体设备股份有限公司2024年员工持股计划 | 2024-04-08 | Chinese | |
| 2024年第一次临时股东大会会议资料 | 2024-04-01 | Chinese | |
| 关于以集中竞价交易方式回购股份的进展公告 | 2024-04-01 | Chinese | |
| 关于以集中竞价交易方式回购公司股份比例达3%暨回购进展公告 | 2024-03-19 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 39476861 | 2024年第一次临时股东大会决议公告 | 2024-04-08 | Chinese | ||
| 39476846 | 金海通2024年第一次临时股东大会法律意见书 | 2024-04-08 | Chinese | ||
| 39476834 | 天津金海通半导体设备股份有限公司2024年员工持股计划 | 2024-04-08 | Chinese | ||
| 39476827 | 2024年第一次临时股东大会会议资料 | 2024-04-01 | Chinese | ||
| 39476823 | 关于以集中竞价交易方式回购股份的进展公告 | 2024-04-01 | Chinese | ||
| 39476807 | 关于以集中竞价交易方式回购公司股份比例达3%暨回购进展公告 | 2024-03-19 | Chinese | ||
| 39476801 | 天津金海通半导体设备股份有限公司2024年员工持股计划(草案) | 2024-03-18 | Chinese | ||
| 39476787 | 关于使用部分闲置募集资金进行现金管理的公告 | 2024-03-18 | Chinese | ||
| 39476781 | 国浩律师(深圳)事务所关于天津金海通半导体设备股份有限公司2024年员工持股计划之法律意见书 | 2024-03-18 | Chinese | ||
| 39476774 | 第二届董事会第四次会议决议公告 | 2024-03-18 | Chinese | ||
| 39476769 | 天津金海通半导体设备股份有限公司2024年员工持股计划管理办法 | 2024-03-18 | Chinese | ||
| 39476753 | 关于召开2024年第一次临时股东大会的通知 | 2024-03-18 | Chinese | ||
| 39476742 | 2024年员工持股计划(草案)摘要 | 2024-03-18 | Chinese | ||
| 39476737 | 监事会关于公司2024年员工持股计划相关事项的核查意见 | 2024-03-18 | Chinese | ||
| 39476727 | 海通证券股份有限公司关于天津金海通半导体设备股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2024-03-18 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of made-up textile articles, except apparel
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Alps Industries Ltd.
Manufacturer of yarns, home furnishings, and fashion access…
|
ALPSINDUS | IN | Manufacturing |
|
Anhui Guqi Down & Feather Textile Incorporated
Processes down and feather materials for home textiles, app…
|
001390 | CN | Manufacturing |
|
Ashnoor Textiles Mills Ltd.
Manufacturer and exporter of terry towels and home textiles…
|
507872 | IN | Manufacturing |
|
Bella Casa Fashion & Retail Limited
Designs and manufactures home textiles and women's wear for…
|
BELLACASA | IN | Manufacturing |
|
BİRLİK MENSUCAT TİCARET VE SANAYİ İŞLETMESİ A.Ş.
Manufacturer and exporter of cotton yarn, fabrics, home tex…
|
BRMEN | TR | Manufacturing |
|
Bombay Dyeing & Mfg. Co. Ltd.
Operates in real estate, polyester staple fibre, and home t…
|
BOMDYEING | IN | Manufacturing |
|
Bulkcorp International Limited
Designs and manufactures FIBC and industrial packaging for …
|
BULKCORP | IN | Manufacturing |
|
Caleffi
Italian producer of home linens and textiles for its own an…
|
CLF | IT | Manufacturing |
|
Casablanca Group Limited
Designs, produces, distributes, and trades branded bedding …
|
2223 | HK | Manufacturing |
|
Cheviot Co.Ltd.
Manufactures and exports natural fiber textiles, yarns, and…
|
CHEVIOT | IN | Manufacturing |
JHT DESIGN CO.,LTD. via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/57389/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57389 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=57389 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=57389 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 57389}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for JHT DESIGN CO.,LTD. (id: 57389)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.