
JACK TECHNOLOGY CO., LTD — Investor Relations & Filings
JACK TECHNOLOGY CO., LTD. is a global leader in the research, development, and manufacturing of industrial sewing equipment and integrated smart factory solutions. The company specializes in a comprehensive range of products, including lockstitch, overlock, and interlock machines, as well as automatic template machines and heavy-duty sewing equipment. Beyond traditional sewing hardware, the firm provides advanced fabric cutting systems and intelligent hanging systems designed to optimize production efficiency in the apparel, footwear, and automotive upholstery sectors. A key focus of the company is the integration of Internet of Things (IoT) technology and automated software to create digitized manufacturing environments. By combining high-speed performance with energy-efficient designs, the company serves a diverse international clientele seeking to modernize textile production through automation and precision engineering.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 首次公开发行部分限售股上市流通公告 | 2018-01-15 | Chinese | |
| 关于公司使用部分闲置募集资金进行现金管理到期赎回并继续进行现金管理的公告 | 2018-01-04 | Chinese | |
| 关于董事及高级管理人员调整的公告 | 2017-12-29 | Chinese | |
| 轮值总经理(首席执行官CEO)制度 | 2017-12-29 | Chinese | |
| 独立董事关于第四届董事会第十五次会议有关事项的独立意见 | 2017-12-29 | Chinese | |
| 中信建投证券股份有限公司关于杰克缝纫机股份有限公司使用募集资金对拓卡奔马机电科技有限公司增资的核查意见 | 2017-12-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2018
2 filings
| |||||
| 38027492 | 首次公开发行部分限售股上市流通公告 | 2018-01-15 | Chinese | ||
| 38027459 | 关于公司使用部分闲置募集资金进行现金管理到期赎回并继续进行现金管理的公告 | 2018-01-04 | Chinese | ||
|
2017
13 filings
| |||||
| 38027443 | 关于董事及高级管理人员调整的公告 | 2017-12-29 | Chinese | ||
| 38027435 | 轮值总经理(首席执行官CEO)制度 | 2017-12-29 | Chinese | ||
| 38027423 | 独立董事关于第四届董事会第十五次会议有关事项的独立意见 | 2017-12-29 | Chinese | ||
| 38027412 | 中信建投证券股份有限公司关于杰克缝纫机股份有限公司使用募集资金对拓卡奔马机电科技有限公司增资的核查意见 | 2017-12-29 | Chinese | ||
| 38027387 | 第四届董事会第十五次会议决议的公告 | 2017-12-29 | Chinese | ||
| 38027369 | 轮值总经理(首席执行官CEO)工作细则(2017年12月修订) | 2017-12-29 | Chinese | ||
| 38027355 | 关于公司使用募集资金对拓卡奔马机电科技有限公司增资的公告 | 2017-12-29 | Chinese | ||
| 38027342 | 关于公司使用自有闲置资金购买理财产品到期赎回并继续使用部分闲置自有资金购买理财产品的实施公告 | 2017-12-28 | Chinese | ||
| 38027305 | 2017年第八次临时股东大会决议公告 | 2017-12-25 | Chinese | ||
| 38027296 | 关于公司使用自有闲置资金购买理财产品到期赎回并继续使用部分闲置自有资金购买理财产品的实施公告 | 2017-12-25 | Chinese | ||
| 38027287 | 2017年第八次临时股东大会的法律意见书 | 2017-12-25 | Chinese | ||
| 38027283 | 北京国枫律师事务所关于公司实际控制人增持股份的专项核查意见 | 2017-12-22 | Chinese | ||
| 38027266 | 关于实际控制人增持公司股份计划实施完成的公告 | 2017-12-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of machinery for textile, apparel and leather production
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Bajaj Steel Industries Ltd.
Manufactures cotton ginning and pressing machinery and turn…
|
BAJAJST | IN | Manufacturing |
|
China Hi-Tech Group Co.,Ltd
Manufactures advanced machinery and commercial vehicles wit…
|
600730 | CN | Manufacturing |
|
CHTC Fong’s International Company Limited
Engaged in advanced textile dyeing equipment manufacturing …
|
641 | HK | Manufacturing |
|
Haina Intelligent Equipment International Holdings Limited
Designs and manufactures automated production lines for dis…
|
1645 | HK | Manufacturing |
|
Hangzhou Honghua Digital Technology Stock Company LTD.
Develops digital inkjet printing technology and industrial …
|
688789 | CN | Manufacturing |
|
Hangzhou Iecho Science & Technology Co., Ltd.
Provides automated high-precision digital cutting systems f…
|
688092 | CN | Manufacturing |
|
Harish Textile Engineers Limited
Designs and manufactures advanced textile processing and fi…
|
542682 | IN | Manufacturing |
|
Indian Card Clothing Ltd
Manufactures card clothing and accessories for the global t…
|
INDIANCARD | IN | Manufacturing |
|
JANOME Corporation
Manufactures household sewing machines and high-precision i…
|
6445 | JP | Manufacturing |
|
JENSEN-GROUP N.V.
Supplier of automated technology and solutions for the heav…
|
JEN | BE | Manufacturing |
JACK TECHNOLOGY 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/57612/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57612 | 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=57612 | 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=57612 \ -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": 57612}, 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 JACK TECHNOLOGY CO., LTD (id: 57612)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.