
CHINA CAMC ENGINEERING CO., LTD. — Investor Relations & Filings
CHINA CAMC ENGINEERING CO., LTD. (CAMCE) is an international engineering contractor and a subsidiary of China National Machinery Industry Corporation. The company specializes in international project contracting, investment, and trade, providing comprehensive EPC (Engineering, Procurement, and Construction) services. Its core operations span diverse sectors including industrial development, agricultural infrastructure, water conservancy, power generation, transportation, and telecommunications. CAMCE offers integrated solutions encompassing project planning, design, procurement, construction, and operation. With a significant global footprint across Asia, Africa, the Americas, and Eastern Europe, the company focuses on delivering large-scale infrastructure and industrial facilities. It leverages technical expertise and financing capabilities to execute complex projects, maintaining a focus on high-quality engineering and sustainable development for international clients.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 董事会授权管理制度(2025年5月) | 2025-05-09 | Chinese | |
| 关于为下属全资公司加拿大普康控股有限公司提供不超过4,000万加元(或等值人民币)连带责任保证担保的公告 | 2025-05-09 | Chinese | |
| 董事会秘书工作细则(2025年5月) | 2025-05-09 | Chinese | |
| 审计委员会年报工作制度(2025年5月) | 2025-05-09 | Chinese | |
| 投资者关系管理制度(2025年5月) | 2025-05-09 | Chinese | |
| 第八届董事会第八次会议决议公告 | 2025-05-09 | Chinese |
Browse filings by year
21 years- 2026 39 filings
- 2025 126 filings
- 2024 101 filings
- 2023 116 filings
- 2022 135 filings
- 2021 128 filings
- 2020 151 filings
- 2019 159 filings
- 2018 197 filings
- 2017 111 filings
- 2016 84 filings
- 2015 86 filings
- 2014 117 filings
- 2013 89 filings
- 2012 124 filings
- 2011 88 filings
- 2010 104 filings
- 2009 82 filings
- 2008 78 filings
- 2007 73 filings
- 2006 67 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 44438804 | 董事会授权管理制度(2025年5月) | 2025-05-09 | Chinese | ||
| 44438794 | 关于为下属全资公司加拿大普康控股有限公司提供不超过4,000万加元(或等值人民币)连带责任保证担保的公告 | 2025-05-09 | Chinese | ||
| 44438782 | 董事会秘书工作细则(2025年5月) | 2025-05-09 | Chinese | ||
| 44438769 | 审计委员会年报工作制度(2025年5月) | 2025-05-09 | Chinese | ||
| 44438757 | 投资者关系管理制度(2025年5月) | 2025-05-09 | Chinese | ||
| 44438751 | 第八届董事会第八次会议决议公告 | 2025-05-09 | Chinese | ||
| 44438735 | 独立董事年报工作制度(2025年5月) | 2025-05-09 | Chinese | ||
| 44438723 | 关于控股股东向公司提供委托贷款暨关联交易的公告 | 2025-05-09 | Chinese | ||
| 44438704 | 关于召开中工国际工程股份有限公司2024年度股东大会的通知 | 2025-05-09 | Chinese | ||
| 44438692 | 独立董事专门会议2025年第四次会议审核意见 | 2025-05-09 | Chinese | ||
| 44438684 | 关于在国机财务有限责任公司存款的风险处置预案 | 2025-04-24 | Chinese | ||
| 44438670 | 上市公司2024年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-04-24 | Chinese | ||
| 44438661 | 2025年一季度报告 | 2025-04-24 | Chinese | ||
| 44438650 | 监事会决议公告 | 2025-04-24 | Chinese | ||
| 44438639 | 独立董事王世宏2024年度述职报告 | 2025-04-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Construction of other civil engineering projects
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Active Infrastructures Limited
Develops and manages civil engineering and urban infrastruc…
|
ACTIVEINFR | IN | Construction |
|
Afcons Infrastructure Limited
Global engineering and construction firm specializing in co…
|
AFCONS | IN | Construction |
|
Affluent Foundation Holdings Limited
Provides specialized foundation and civil engineering, incl…
|
1757 | HK | Construction |
|
AF Gruppen
Contractor for civil engineering, construction, property, e…
|
AFG | NO | Construction |
|
AGRA Inc.
Specialized engineering and construction firm for industria…
|
— | CA | Construction |
|
AHMAD ZAKI RESOURCES BHD
Investment holding company and contractor for civil and str…
|
— | MY | Construction |
|
Anhui Construction Engineering Group Corporation Limited
Provides engineering, construction, and infrastructure serv…
|
600502 | CN | Construction |
|
ARK RESOURCES HOLDINGS BERHAD
Investment holding and management services for a group spec…
|
— | MY | Construction |
|
ARTSON LIMITED
EPC firm specializing in industrial infrastructure for oil,…
|
522134 | IN | Construction |
|
ASIA ALLIED INFRASTRUCTURE HOLDINGS LIMITED
Investment holding company focused on infrastructure, const…
|
711 | HK | Construction |
CHINA CAMC ENGINEERING 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/54113/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54113 | 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=54113 | 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=54113 \ -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": 54113}, 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 CAMC ENGINEERING CO., LTD. (id: 54113)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.