
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 |
|---|---|---|---|
| 中国高科关于股票交易风险的提示性公告 | 2026-05-12 | Chinese | |
| 中国高科股票交易异常波动暨风险提示公告 | 2026-05-11 | Chinese | |
| 中国高科2025年年度股东会会议资料 | 2026-05-08 | Chinese | |
| 中国高科关于股票交易风险的提示性公告 | 2026-05-07 | Chinese | |
| 中国高科关于召开2025年年度股东会的通知 | 2026-04-24 | Chinese | |
| 中国高科2025年度内部控制评价报告 | 2026-04-24 | Chinese |
Browse filings by year
27 years- 2026 65 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 | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 45347100 | 中国高科关于股票交易风险的提示性公告 | 2026-05-12 | Chinese | ||
| 45017219 | 中国高科股票交易异常波动暨风险提示公告 | 2026-05-11 | Chinese | ||
| 44492587 | 中国高科2025年年度股东会会议资料 | 2026-05-08 | Chinese | ||
| 44272086 | 中国高科关于股票交易风险的提示性公告 | 2026-05-07 | Chinese | ||
| 41489596 | 中国高科关于召开2025年年度股东会的通知 | 2026-04-24 | Chinese | ||
| 41489594 | 中国高科2025年度内部控制评价报告 | 2026-04-24 | Chinese | ||
| 41489592 | 中国高科2025年年度报告 | 2026-04-24 | Chinese | ||
| 41489591 | 中国高科独立董事2025年度述职报告(韩斌) | 2026-04-24 | Chinese | ||
| 41489589 | 中国高科关于2025年度拟不进行利润分配的公告 | 2026-04-24 | Chinese | ||
| 41489588 | 中国高科董事会审计委员会2025年度履职情况报告 | 2026-04-24 | Chinese | ||
| 41489586 | 中国高科独立董事2025年度述职报告(黄震) | 2026-04-24 | Chinese | ||
| 41489584 | 中国高科董事、高级管理人员薪酬管理制度 | 2026-04-24 | Chinese | ||
| 41489582 | 中国高科董事会对独立董事独立性自查情况的专项报告 | 2026-04-24 | Chinese | ||
| 41489581 | 中国高科2025年内部控制审计报告 | 2026-04-24 | Chinese | ||
| 41489578 | 中国高科关于计提资产减值准备的公告 | 2026-04-24 | 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.