
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 |
|---|---|---|---|
| 中国高科2023年会计师事务所履职情况评估报告 | 2024-04-19 | Chinese | |
| 中国高科独立董事2023年度述职报告-黄震 | 2024-04-19 | Chinese | |
| 中国高科集团股份有限公司董事会议事规则 | 2024-04-19 | Chinese | |
| 中国高科2023年年度报告摘要 | 2024-04-19 | Chinese | |
| 中国高科2023年年度报告 | 2024-04-19 | Chinese | |
| 中国高科关于2023年度拟不进行利润分配的公告 | 2024-04-19 | Chinese |
Browse filings by year
27 years- 2026 67 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 | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 41487274 | 中国高科2023年会计师事务所履职情况评估报告 | 2024-04-19 | Chinese | ||
| 41487273 | 中国高科独立董事2023年度述职报告-黄震 | 2024-04-19 | Chinese | ||
| 41487264 | 中国高科集团股份有限公司董事会议事规则 | 2024-04-19 | Chinese | ||
| 41487257 | 中国高科2023年年度报告摘要 | 2024-04-19 | Chinese | ||
| 41487241 | 中国高科2023年年度报告 | 2024-04-19 | Chinese | ||
| 41487181 | 中国高科关于2023年度拟不进行利润分配的公告 | 2024-04-19 | Chinese | ||
| 41487172 | 中国高科集团股份有限公司股东大会议事规则 | 2024-04-19 | Chinese | ||
| 41487161 | 中国高科集团股份有限公司独立董事年报工作制度 | 2024-04-19 | Chinese | ||
| 41487150 | 中国高科2023年内部控制评价报告 | 2024-04-19 | Chinese | ||
| 41487129 | 中国高科2023年度审计报告 | 2024-04-19 | Chinese | ||
| 41486813 | 中国高科独立董事2023年度述职报告-秦秋莉 | 2024-04-19 | Chinese | ||
| 41486805 | 中国高科关于修订《公司章程》部分条款的公告 | 2024-04-19 | Chinese | ||
| 41486784 | 中国高科2024年第一次临时股东大会决议公告 | 2024-04-08 | Chinese | ||
| 41486770 | 中国高科2024年第一次临时股东大会的法律意见书 | 2024-04-08 | Chinese | ||
| 41486757 | 中国高科2024年第一次临时股东大会会议资料 | 2024-03-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.