
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-04-24 | Chinese | |
| 关于公司涉及仲裁的公告 | 2019-04-19 | Chinese | |
| 2018年年度业绩预减公告 | 2019-01-30 | Chinese | |
| 关于涉及诉讼的进展公告 | 2019-01-15 | Chinese | |
| 关于董事、总裁辞职的公告 | 2019-01-02 | Chinese | |
| 2018年第一次临时股东大会决议公告 | 2018-12-14 | 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
5 filings
| |||||
| 41472849 | 关于2019年度公司为所属企业担保的公告 | 2019-04-24 | Chinese | ||
| 41472838 | 关于公司涉及仲裁的公告 | 2019-04-19 | Chinese | ||
| 41472823 | 2018年年度业绩预减公告 | 2019-01-30 | Chinese | ||
| 41472814 | 关于涉及诉讼的进展公告 | 2019-01-15 | Chinese | ||
| 41472803 | 关于董事、总裁辞职的公告 | 2019-01-02 | Chinese | ||
|
2018
10 filings
| |||||
| 41472794 | 2018年第一次临时股东大会决议公告 | 2018-12-14 | Chinese | ||
| 41472782 | 2018年第一次临时股东大会的法律意见书 | 2018-12-14 | Chinese | ||
| 41472761 | 2018年第一次临时股东大会会议资料 | 2018-12-07 | Chinese | ||
| 41472749 | 关于授权处置可供出售金融资产的公告 | 2018-11-28 | Chinese | ||
| 41472740 | 关于召开2018年第一次临时股东大会的通知 | 2018-11-28 | Chinese | ||
| 41472731 | 独立董事关于授权处置可供出售金融资产的独立意见 | 2018-11-28 | Chinese | ||
| 41472709 | 对外投资管理办法 | 2018-11-28 | Chinese | ||
| 41472699 | 第八届董事会第二十次会议决议公告 | 2018-11-28 | Chinese | ||
| 41472689 | 2015年非公开发行公司债券(第一期)摘牌公告 | 2018-11-09 | Chinese | ||
| 41472682 | 股票交易异常波动公告 | 2018-11-09 | 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.