CITIC HEAVY INDUSTRIES CO.,LTD — Investor Relations & Filings
About CITIC HEAVY INDUSTRIES CO.,LTD
CITIC Heavy Industries Co., Ltd. specializes in the research, development, and manufacture of large-scale heavy equipment and key components. The company provides comprehensive solutions for the mining, cement, metallurgy, energy, and environmental protection sectors. Its core product portfolio includes high-capacity grinding mills, such as semi-autogenous (SAG) and ball mills, as well as rotary kilns, crushers, and vertical mills. Additionally, the firm produces heavy castings and forgings and has expanded into high-tech fields like industrial robotics and intelligent manufacturing. By integrating advanced engineering with large-scale production capabilities, the company delivers complete technical equipment sets and EPC services to a global clientele, focusing on efficiency and technological innovation in heavy-duty industrial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中信重工第六届董事会第十八次会议决议公告 | 2026-01-22 | Chinese | |
| 中信建投证券股份有限公司关于中信重工机械股份有限公司2026年度向全资子公司提供担保预计的核查意见 | 2026-01-22 | Chinese | |
| 中信重工关于预计2026年日常关联交易的公告 | 2026-01-22 | Chinese | |
| 中信建投证券股份有限公司关于中信重工机械股份有限公司预计2026年度日常关联交易的核查意见 | 2026-01-22 | Chinese | |
| 中信重工关于召开2026年第一次临时股东会的通知 | 2026-01-22 | Chinese | |
| 中信重工关于向特定对象发行股票剩余限售股上市流通的公告(临2026-003) | 2026-01-13 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
9 filings
| |||||
| 36861776 | 中信重工第六届董事会第十八次会议决议公告 | 2026-01-22 | Chinese | ||
| 36861773 | 中信建投证券股份有限公司关于中信重工机械股份有限公司2026年度向全资子公司提供担保预计的核查意见 | 2026-01-22 | Chinese | ||
| 36861765 | 中信重工关于预计2026年日常关联交易的公告 | 2026-01-22 | Chinese | ||
| 36861751 | 中信建投证券股份有限公司关于中信重工机械股份有限公司预计2026年度日常关联交易的核查意见 | 2026-01-22 | Chinese | ||
| 36861741 | 中信重工关于召开2026年第一次临时股东会的通知 | 2026-01-22 | Chinese | ||
| 36861734 | 中信重工关于向特定对象发行股票剩余限售股上市流通的公告(临2026-003) | 2026-01-13 | Chinese | ||
| 36861727 | 中信建投证券股份有限公司关于中信重工机械股份有限公司向特定对象发行股票剩余限售股上市流通的核查意见 | 2026-01-13 | Chinese | ||
| 36861710 | 中信重工关于担保预计事项进展的公告 | 2026-01-09 | Chinese | ||
| 36861701 | 中信重工关于获得第九批制造业单项冠军企业认定的自愿性信息披露公告 | 2026-01-05 | Chinese | ||
|
2025
6 filings
| |||||
| 36861696 | 中信重工关于开展应收账款保理业务的公告 | 2025-12-23 | Chinese | ||
| 36861694 | 中信重工关于担保预计事项进展的公告 | 2025-12-09 | Chinese | ||
| 36861687 | 中信重工关于召开2025年第三季度业绩说明会的公告 | 2025-11-03 | Chinese | ||
| 36861679 | 中信重工第六届董事会第十六次会议决议公告 | 2025-10-29 | Chinese | ||
| 36861672 | 中信重工关于计提资产减值准备及核销资产的公告 | 2025-10-29 | Chinese | ||
| 36861667 | 中信重工2025年第三季度报告 | 2025-10-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of machinery for mining, quarrying and construction
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AIRMAN CORPORATION
Manufacturer of air compressors, generators, and constructi…
|
6364 | JP | Manufacturing |
|
AJAX Engineering Limited
Manufacturer of concrete equipment for production, transpor…
|
AJAXENGG | IN | Manufacturing |
|
Anhui Tuoshan Heavy Industries Co.,Ltd.
Manufactures undercarriage components for crawler-type heav…
|
001226 | CN | Manufacturing |
|
ANSHAN SENYUAN ROAD AND BRIDGE CO.,LTD
Manufactures road maintenance machinery and asphalt pavemen…
|
300210 | CN | Manufacturing |
|
APOLLO TECHNO INDUSTRIES LIMITED
Manufacturer of high-performance road construction and infr…
|
544671 | IN | Manufacturing |
|
Arrival Energy Corporation
Engineers, manufactures, and services innovative downhole d…
|
ARVL | CA | Manufacturing |
|
ASTEC INDUSTRIES INC
Manufactures equipment for road building, aggregate process…
|
ASTE | US | Manufacturing |
|
AUSTIN ENGINEERING LIMITED
Designs and manufactures customized mining equipment and en…
|
ANG | AU | Manufacturing |
|
BEIJING TIANMA INTELLIGENT CONTROL TECHNOLOGY CO., LTD.
Develops intelligent control systems and equipment for unde…
|
688570 | CN | Manufacturing |
|
BELL EQUIPMENT LIMITED
Global supplier and manufacturer of heavy equipment and mat…
|
BEL | ZA | Manufacturing |
CITIC HEAVY INDUSTRIES 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/57261/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57261 | 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=57261 | 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=57261 \ -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": 57261}, 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 CITIC HEAVY INDUSTRIES CO.,LTD (id: 57261)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.