Minmetals Development Co.,Ltd — Investor Relations & Filings
About Minmetals Development Co.,Ltd
Minmetals Development Co., Ltd. specializes in the large-scale trade, distribution, and supply chain management of metallurgical raw materials and steel products. The company manages a comprehensive portfolio including iron ore, coal, coke, and various finished steel items. Its operations integrate procurement, processing, and warehousing with an extensive logistics network to ensure efficient delivery and resource allocation. A key component of its service model is the development of digital trading platforms and e-commerce solutions, which streamline bulk commodity transactions and provide integrated supply chain services. By combining physical distribution capabilities with advanced information technology, the company offers end-to-end solutions for global and domestic clients, focusing on risk management and operational efficiency in the movement of bulk materials.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 独立董事事前认可意见 | 2019-12-13 | Chinese | |
| 关于召开2019年第三次临时股东大会的通知 | 2019-12-13 | Chinese | |
| 独立董事独立意见 | 2019-12-13 | Chinese | |
| 董事会审计委员会书面审核意见 | 2019-12-13 | Chinese | |
| 关于公司董事辞职的公告 | 2019-12-12 | Chinese | |
| 关于聘任公司总法律顾问的公告 | 2019-12-09 | Chinese |
Browse filings by year
27 years- 2026 45 filings
- 2025 117 filings
- 2024 117 filings
- 2023 107 filings
- 2022 111 filings
- 2021 101 filings
- 2020 109 filings
- 2019 129 filings
- 2018 111 filings
- 2017 80 filings
- 2016 72 filings
- 2015 118 filings
- 2014 94 filings
- 2013 72 filings
- 2012 38 filings
- 2011 45 filings
- 2010 37 filings
- 2009 27 filings
- 2008 59 filings
- 2007 54 filings
- 2006 67 filings
- 2005 50 filings
- 2004 30 filings
- 2003 31 filings
- 2002 28 filings
- 2001 3 filings
- 1997 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2019
15 filings
| |||||
| 40243148 | 独立董事事前认可意见 | 2019-12-13 | Chinese | ||
| 40243136 | 关于召开2019年第三次临时股东大会的通知 | 2019-12-13 | Chinese | ||
| 40243120 | 独立董事独立意见 | 2019-12-13 | Chinese | ||
| 40243104 | 董事会审计委员会书面审核意见 | 2019-12-13 | Chinese | ||
| 40243087 | 关于公司董事辞职的公告 | 2019-12-12 | Chinese | ||
| 40243080 | 关于聘任公司总法律顾问的公告 | 2019-12-09 | Chinese | ||
| 40243073 | 章程 | 2019-12-09 | Chinese | ||
| 40243063 | 关于公司法定代表人变更的公告 | 2019-12-09 | Chinese | ||
| 40243054 | 2019年第二次临时股东大会决议公告 | 2019-12-09 | Chinese | ||
| 40243033 | 董事会审计委员会书面审核意见 | 2019-12-09 | Chinese | ||
| 40243023 | 2019年第二次临时股东大会的法律意见书 | 2019-12-09 | Chinese | ||
| 40243010 | 董事会议事规则(2019年12月修订) | 2019-12-09 | Chinese | ||
| 40243003 | 监事会议事规则(2019年12月修订) | 2019-12-09 | Chinese | ||
| 40242996 | 关于续聘会计师事务所的公告 | 2019-12-09 | Chinese | ||
| 40242977 | 独立董事事前认可意见 | 2019-12-09 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wholesale of metals and metal ores
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AA Plus Tradelink Limited
Wholesale trader of industrial materials, iron, steel, and …
|
543319 | IN | Wholesale and retail trade |
|
Absolut Resources Corp.
Distributor and solution provider specializing in specialty…
|
— | CA | Wholesale and retail trade |
|
Adishakti Loha and Ispat Limited
Trades and distributes iron and steel products for construc…
|
543377 | IN | Wholesale and retail trade |
|
AGARWAL FORTUNE INDIA LIMITED
Distributes iron and steel products for infrastructure and …
|
530765 | IN | Wholesale and retail trade |
|
AMANAYA VENTURES LIMITED
Trades gold and silver bullion, bars, and coins for retail …
|
543804 | IN | Wholesale and retail trade |
|
A-Mark Precious Metals, Inc.
Wholesaler of precious metals offering trading, financing, …
|
AMRK | US | Wholesale and retail trade |
|
Amrapali Industries Ltd
Engaged in precious metal trading, real estate development,…
|
526241 | IN | Wholesale and retail trade |
|
Ashnisha Industries Limited
Distributes steel products and manages a portfolio of finan…
|
541702 | IN | Wholesale and retail trade |
|
BE Group AB
A distributor of steel, stainless steel, and aluminum for t…
|
BEGR | SE | Wholesale and retail trade |
|
Bloom Industries Ltd
Supplies ferrous metal products for construction and infras…
|
513422 | IN | Wholesale and retail trade |
Minmetals Development 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/56453/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56453 | 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=56453 | 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=56453 \ -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": 56453}, 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 Minmetals Development Co.,Ltd (id: 56453)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.