
CMST Development Co.,Ltd. — Investor Relations & Filings
CMST Development Co., Ltd. specializes in integrated logistics and supply chain management services. The company operates an extensive network of warehousing facilities and distribution centers, focusing primarily on the storage, transportation, and processing of bulk commodities such as steel, non-ferrous metals, and chemical products. Its service portfolio includes traditional logistics functions alongside value-added offerings such as logistics finance, information management, and international freight forwarding. By integrating physical infrastructure with digital platforms, the company provides end-to-end supply chain solutions that facilitate efficient commodity circulation and risk management for industrial and commercial clients.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于修订《公司章程》的公告 | 2018-09-28 | Chinese | |
| 关于召开2018年第三次临时股东大会的通知 | 2018-09-28 | Chinese | |
| 独立董事提名人声明 | 2018-09-28 | Chinese | |
| 独立董事提名人声明 | 2018-09-28 | Chinese | |
| 独立董事候选人声明(董中浪) | 2018-09-28 | Chinese | |
| 独立董事候选人声明(马一德) | 2018-09-28 | Chinese |
Browse filings by year
28 years- 2026 39 filings
- 2025 127 filings
- 2024 114 filings
- 2023 122 filings
- 2022 174 filings
- 2021 174 filings
- 2020 166 filings
- 2019 172 filings
- 2018 215 filings
- 2017 181 filings
- 2016 169 filings
- 2015 168 filings
- 2014 153 filings
- 2013 104 filings
- 2012 103 filings
- 2011 58 filings
- 2010 62 filings
- 2009 67 filings
- 2008 55 filings
- 2007 69 filings
- 2006 59 filings
- 2005 54 filings
- 2004 59 filings
- 2003 25 filings
- 2002 26 filings
- 2001 11 filings
- 1997 1 filing
- 1996 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2018
15 filings
| |||||
| 41598944 | 关于修订《公司章程》的公告 | 2018-09-28 | Chinese | ||
| 41598934 | 关于召开2018年第三次临时股东大会的通知 | 2018-09-28 | Chinese | ||
| 41598925 | 独立董事提名人声明 | 2018-09-28 | Chinese | ||
| 41598915 | 独立董事提名人声明 | 2018-09-28 | Chinese | ||
| 41598909 | 独立董事候选人声明(董中浪) | 2018-09-28 | Chinese | ||
| 41598899 | 独立董事候选人声明(马一德) | 2018-09-28 | Chinese | ||
| 41598889 | 七届四十七次董事会决议公告 | 2018-09-28 | Chinese | ||
| 41598880 | 独立董事意见书 | 2018-09-28 | Chinese | ||
| 41598874 | 2018年半年度报告 | 2018-08-30 | Chinese | ||
| 41598832 | 监事会七届二十一次会议决议公告 | 2018-08-30 | Chinese | ||
| 41598822 | 关于公司募集资金存放与实际使用情况的专项报告(2018年半年度) | 2018-08-30 | Chinese | ||
| 41598816 | 独立董事意见书 | 2018-08-30 | Chinese | ||
| 41598812 | 关于总会计师辞职的公告 | 2018-08-30 | Chinese | ||
| 41598802 | 2018年半年度报告摘要 | 2018-08-30 | Chinese | ||
| 41598794 | 关于中储石家庄物流有限公司投资建设河北中储石家庄物流中心项目(一期)的公告 | 2018-08-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Warehousing and storage
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Accel, S.A.B. de C.V.
Provides logistics services and manufactures packaged sweet…
|
ACCELSA | MX | Transportation and storage |
|
Aegis Logistics Ltd.
Storage and distribution of LPG and liquid chemicals throug…
|
AEGISLOG | IN | Transportation and storage |
|
AEGIS VOPAK TERMINALS LIMITED
Independent tank storage provider for chemicals, LPG, and p…
|
AEGISVOPAK | IN | Transportation and storage |
|
Agility Global PLC
Multi-business owner and investor in logistics, industrial …
|
AGILITY | AE | Transportation and storage |
|
Agility The Public Warehousing Company K.S.C
Infrastructure operator and developer specializing in indus…
|
MKHZN | AE | Transportation and storage |
|
Ali Asghar Textile Mills Limited
Provides logistics, warehousing, infrastructure, renewable …
|
AATM | PK | Transportation and storage |
|
AMERICOLD REALTY TRUST
Owns and operates temperature-controlled warehouses for the…
|
COLD | US | Transportation and storage |
|
Armlogi Holding Corp.
A warehousing and logistics provider for cross-border e-com…
|
BTOC | US | Transportation and storage |
|
Arshiya Limited
Operates Free Trade Warehousing Zones and rail infrastructu…
|
ARSHIYA | IN | Transportation and storage |
|
Asian Warehousing Limited
Provides integrated logistics, warehousing, and supply chai…
|
543927 | IN | Transportation and storage |
CMST 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/57006/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57006 | 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=57006 | 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=57006 \ -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": 57006}, 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 CMST Development Co.,Ltd. (id: 57006)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.