
China Hi-Tech Group Co.,Ltd — Investor Relations & Filings
China Hi-Tech Group Co., Ltd. specializes in the manufacturing of advanced machinery and commercial vehicles. The company provides a comprehensive suite of equipment for fiber processing, spinning, weaving, and finishing operations. Its automotive division focuses on the research, development, and production of new energy buses, logistics vehicles, and specialized heavy-duty trucks. Additionally, the group engages in international trade and technical consulting services related to its core manufacturing sectors. By integrating high-tech engineering with large-scale production, the organization delivers integrated solutions for global manufacturing and transportation infrastructure, emphasizing technological innovation and sustainable industrial development.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 对外担保管理办法(2019年修订) | 2019-10-27 | Chinese | |
| 关于增加经营范围及修订《公司章程》部分条款的公告 | 2019-10-27 | Chinese | |
| 关于召开2019年第二次临时股东大会的通知 | 2019-10-27 | Chinese | |
| 董事会议事规则(2019年修订) | 2019-10-27 | Chinese | |
| 独立董事工作制度(2019年修订) | 2019-10-27 | Chinese | |
| 股东大会议事规则(2019年修订) | 2019-10-27 | Chinese |
Browse filings by year
27 years- 2026 68 filings
- 2025 89 filings
- 2024 79 filings
- 2023 90 filings
- 2022 78 filings
- 2021 106 filings
- 2020 77 filings
- 2019 93 filings
- 2018 60 filings
- 2017 88 filings
- 2016 89 filings
- 2015 117 filings
- 2014 110 filings
- 2013 60 filings
- 2012 38 filings
- 2011 51 filings
- 2010 52 filings
- 2009 49 filings
- 2008 53 filings
- 2007 51 filings
- 2006 53 filings
- 2005 33 filings
- 2004 41 filings
- 2003 22 filings
- 2002 39 filings
- 2001 12 filings
- 1996 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2019
15 filings
| |||||
| 41475776 | 对外担保管理办法(2019年修订) | 2019-10-27 | Chinese | ||
| 41475759 | 关于增加经营范围及修订《公司章程》部分条款的公告 | 2019-10-27 | Chinese | ||
| 41475747 | 关于召开2019年第二次临时股东大会的通知 | 2019-10-27 | Chinese | ||
| 41475738 | 董事会议事规则(2019年修订) | 2019-10-27 | Chinese | ||
| 41475724 | 独立董事工作制度(2019年修订) | 2019-10-27 | Chinese | ||
| 41475716 | 股东大会议事规则(2019年修订) | 2019-10-27 | Chinese | ||
| 41475708 | 监事会议事规则(2019年修订) | 2019-10-27 | Chinese | ||
| 41475699 | 关于续聘公司2019年度审计机构的公告 | 2019-10-27 | Chinese | ||
| 41475694 | 独立董事年报工作制度(2019年修订) | 2019-10-27 | Chinese | ||
| 41475685 | 关联交易管理办法(2019年修订) | 2019-10-27 | Chinese | ||
| 41475678 | 关于规范与关联方资金往来管理制度(2019年修订) | 2019-10-27 | Chinese | ||
| 41475672 | 募集资金管理办法(2019年修订) | 2019-10-27 | Chinese | ||
| 41475662 | 独立董事关于续聘公司2019年度审计机构的事前认可意见 | 2019-10-27 | Chinese | ||
| 41475628 | 独立董事关于续聘公司2019年度审计机构的独立意见 | 2019-10-27 | Chinese | ||
| 41475620 | 第九届董事会第六次会议决议公告 | 2019-10-27 | 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 |
|
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 |
|
JACK TECHNOLOGY CO., LTD
Global manufacturer of industrial sewing equipment and smar…
|
603337 | CN | 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 |
China Hi-Tech Group 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/56957/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56957 | 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=56957 | 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=56957 \ -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": 56957}, 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 China Hi-Tech Group Co.,Ltd (id: 56957)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.