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年度内部控制审计报告 | 2025-03-18 | Chinese | |
| 关于召开2024年年度股东大会的通知 | 2025-03-18 | Chinese | |
| 关于天津金海通半导体设备股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2025-03-18 | Chinese | |
| 海通证券股份有限公司关于天津金海通半导体设备股份有限公司2024年度募集资金存放与使用情况的核查意见 | 2025-03-18 | Chinese | |
| 2024年度独立董事述职报告(石建宾) | 2025-03-18 | Chinese | |
| 关于2024年度利润分配方案的公告 | 2025-03-18 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
14 filings
| |||||
| 39478943 | 2024年度内部控制审计报告 | 2025-03-18 | Chinese | ||
| 39478912 | 关于召开2024年年度股东大会的通知 | 2025-03-18 | Chinese | ||
| 39478906 | 关于天津金海通半导体设备股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2025-03-18 | Chinese | ||
| 39478897 | 海通证券股份有限公司关于天津金海通半导体设备股份有限公司2024年度募集资金存放与使用情况的核查意见 | 2025-03-18 | Chinese | ||
| 39478886 | 2024年度独立董事述职报告(石建宾) | 2025-03-18 | Chinese | ||
| 39478881 | 关于2024年度利润分配方案的公告 | 2025-03-18 | Chinese | ||
| 39478874 | 关于2024年度计提信用及资产减值准备的公告 | 2025-03-18 | Chinese | ||
| 39478862 | 关于会计政策变更的公告 | 2025-03-18 | Chinese | ||
| 39478855 | 2024年度审计报告 | 2025-03-18 | Chinese | ||
| 39478452 | 海通证券股份有限公司关于天津金海通半导体设备股份有限公司2024年度持续督导年度报告书 | 2025-03-18 | Chinese | ||
| 39478440 | 海通证券股份有限公司关于天津金海通半导体设备股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2025-02-26 | Chinese | ||
| 39478435 | 第二届监事会第八次会议决议公告 | 2025-02-26 | Chinese | ||
| 39478428 | 关于使用部分闲置募集资金进行现金管理的公告 | 2025-02-26 | Chinese | ||
| 39478386 | 关于与关联人共同投资暨关联交易的进展公告 | 2025-01-01 | Chinese | ||
|
2024
1 filing
| |||||
| 39478373 | 2024年第二次临时股东大会决议公告 | 2024-12-27 | 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.