JCHX Mining Management Co.,Ltd. — Investor Relations & Filings
About JCHX Mining Management Co.,Ltd.
JCHX Mining Management Co., Ltd. specializes in comprehensive mining services, focusing on mine construction, contract mining, and technical research and development. The company provides integrated solutions for underground mining projects, including shaft sinking, tunneling, and infrastructure development. Its service portfolio encompasses the entire lifecycle of a mine, from initial design and engineering to production and equipment maintenance. JCHX is recognized for its expertise in large-scale mechanized operations and deep-shaft construction. The company serves a global client base across diverse geographical regions, including Africa, Southeast Asia, and Europe, managing complex projects for major international mining corporations. By leveraging advanced technology and specialized engineering capabilities, JCHX delivers high-efficiency mining operations and technical consultancy services tailored to challenging geological conditions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 金诚信2025年第二季度可转债转股结果暨股份变动公告 | 2025-07-01 | Chinese | |
| 金诚信矿业管理股份有限公司公开发行可转换公司债券2025年跟踪评级报告 | 2025-06-24 | Chinese | |
| 金诚信关于公开发行可转换公司债券2025年跟踪评级结果的公告 | 2025-06-24 | Chinese | |
| 金诚信2024年年度权益分派实施公告 | 2025-06-19 | Chinese | |
| 金诚信关于完成工商变更登记并换发营业执照的公告 | 2025-06-19 | Chinese | |
| 金诚信矿业管理股份有限公司章程(2025年6月修订) | 2025-06-19 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 37509665 | 金诚信2025年第二季度可转债转股结果暨股份变动公告 | 2025-07-01 | Chinese | ||
| 37509659 | 金诚信矿业管理股份有限公司公开发行可转换公司债券2025年跟踪评级报告 | 2025-06-24 | Chinese | ||
| 37509654 | 金诚信关于公开发行可转换公司债券2025年跟踪评级结果的公告 | 2025-06-24 | Chinese | ||
| 37509650 | 金诚信2024年年度权益分派实施公告 | 2025-06-19 | Chinese | ||
| 37509636 | 金诚信关于完成工商变更登记并换发营业执照的公告 | 2025-06-19 | Chinese | ||
| 37509631 | 金诚信矿业管理股份有限公司章程(2025年6月修订) | 2025-06-19 | Chinese | ||
| 37509606 | 金诚信关于“金诚转债”因权益分派引起的转股价格调整公告 | 2025-06-19 | Chinese | ||
| 37509605 | 金诚信关于实施2024年度权益分派时“金诚转债”停止转股的提示性公告 | 2025-06-13 | Chinese | ||
| 37509593 | 金诚信关于第二期员工持股计划存续期即将届满的提示性公告 | 2025-06-12 | Chinese | ||
| 37509584 | 金诚信2024年年度股东大会决议公告 | 2025-06-09 | Chinese | ||
| 37509569 | 北京国枫律师事务所关于金诚信矿业管理股份有限公司2024年年度股东大会的法律意见书 | 2025-06-09 | Chinese | ||
| 37509567 | 金诚信2024年年度股东大会会议资料 | 2025-05-30 | Chinese | ||
| 37509537 | 金诚信关于2024年度暨2025年第一季度业绩暨现金分红说明会召开情况的公告 | 2025-05-30 | Chinese | ||
| 37509525 | 金诚信矿业管理股份有限公司独立董事工作制度(修订稿) | 2025-05-29 | Chinese | ||
| 37509515 | 金诚信第五届董事会第二十四次会议决议公告 | 2025-05-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Support activities for other mining and quarrying
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
37 Capital Inc.
Junior mineral exploration entity focused on advancing reso…
|
JJJ | CA | Mining and quarrying |
|
ADAMERA MINERALS CORP.
Explores for high-grade gold, silver, and copper deposits i…
|
ADZ | CA | Mining and quarrying |
|
Adelayde Exploration Inc.
Exploration stage company identifying and evaluating proper…
|
ADDY | CA | Mining and quarrying |
|
Andaurex Industries Inc.
A provider of mineral exploration services.
|
AWX | CA | Mining and quarrying |
|
AQUIRIAN LIMITED
Provides equipment, technical services, and personnel for t…
|
AQN | AU | Mining and quarrying |
|
Aston Bay Holdings Ltd.
Mineral exploration focused on high-grade copper, gold, sil…
|
BAY | CA | Mining and quarrying |
|
Aurania Resources Ltd.
Mineral exploration focused on early-stage gold and critica…
|
ARU | CA | Mining and quarrying |
|
Aurum Lake Mining Corporation
Exploration and evaluation of mineral properties, currently…
|
ARL | CA | Mining and quarrying |
|
Austin Resources Ltd.
Mineral exploration and development company holding a 1% ne…
|
AUT.H | CA | Mining and quarrying |
|
Chatworth Resources Inc.
Acquisition, exploration, and development of resource prope…
|
— | CA | Mining and quarrying |
JCHX Mining Management 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/57931/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57931 | 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=57931 | 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=57931 \ -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": 57931}, 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 JCHX Mining Management Co.,Ltd. (id: 57931)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.