
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 |
|---|---|---|---|
| 独立董事意见书 | 2020-09-25 | Chinese | |
| 关于江苏中储智运物流有限公司为中储南京智慧物流科技有限公司提供担保的公告 | 2020-09-25 | Chinese | |
| 中储南京智慧物流科技有限公司2020年半年度未经审计财务报表 | 2020-09-25 | Chinese | |
| 八届三十六次董事会决议公告 | 2020-09-25 | Chinese | |
| 八届三十五次董事会决议公告 | 2020-08-28 | Chinese | |
| 2020年半年度报告摘要 | 2020-08-28 | Chinese |
Browse filings by year
28 years- 2026 38 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 | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 41605627 | 独立董事意见书 | 2020-09-25 | Chinese | ||
| 41605619 | 关于江苏中储智运物流有限公司为中储南京智慧物流科技有限公司提供担保的公告 | 2020-09-25 | Chinese | ||
| 41605611 | 中储南京智慧物流科技有限公司2020年半年度未经审计财务报表 | 2020-09-25 | Chinese | ||
| 41605575 | 八届三十六次董事会决议公告 | 2020-09-25 | Chinese | ||
| 41605568 | 八届三十五次董事会决议公告 | 2020-08-28 | Chinese | ||
| 41605555 | 2020年半年度报告摘要 | 2020-08-28 | Chinese | ||
| 41605540 | 2020年半年度报告 | 2020-08-28 | Chinese | ||
| 41605506 | 关于公司募集资金存放与实际使用情况的专项报告(2020年半年度) | 2020-08-28 | Chinese | ||
| 41605497 | 监事会八届十八次会议决议公告 | 2020-08-28 | Chinese | ||
| 41605490 | 董事会审计与风险管理委员会对关联交易的书面审核意见 | 2020-08-18 | Chinese | ||
| 41605482 | 2020年第四次临时股东大会决议公告 | 2020-08-18 | Chinese | ||
| 41605477 | 独立董事意见书 | 2020-08-18 | Chinese | ||
| 41605470 | 关联交易公告 | 2020-08-18 | Chinese | ||
| 41605459 | 公司章程 | 2020-08-18 | Chinese | ||
| 41605447 | 2020年第四次临时股东大会的法律意见书 | 2020-08-18 | 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 |
|
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 |
|
Atlas Cold Storage Income Trust
Provided temperature-controlled warehousing, distribution, …
|
FZR.UN | CA | 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.