
ZHESHANG Development Group Co.,LTD. — Investor Relations & Filings
ZHESHANG Development Group Co.,LTD. specializes in integrated supply chain management and bulk commodity services. The company focuses on the procurement, processing, storage, and distribution of essential industrial materials, including steel, iron ore, coal, and chemical products. It provides comprehensive logistics solutions and supply chain financial services to support infrastructure construction and manufacturing sectors. By leveraging a robust distribution network and advanced risk management systems, the organization facilitates efficient trade flows and optimizes resource allocation for its global clientele. Its operations encompass value-added services such as customized processing and inventory management, aiming to enhance the stability and transparency of industrial supply chains.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 独立董事候选人声明与承诺 | 2025-09-29 | Chinese | |
| 关于提名独立董事候选人的公告 | 2025-09-29 | Chinese | |
| 《董事会战略与ESG委员会实施细则》(2025年9月) | 2025-09-29 | Chinese | |
| 第八届董事会2025年第五次临时会议决议公告 | 2025-09-29 | Chinese | |
| 简式权益变动报告书 | 2025-09-18 | Chinese | |
| 关于披露简式权益变动报告书的提示性公告 | 2025-09-18 | Chinese |
Browse filings by year
27 years- 2026 32 filings
- 2025 141 filings
- 2024 143 filings
- 2023 130 filings
- 2022 174 filings
- 2021 161 filings
- 2020 221 filings
- 2019 138 filings
- 2018 115 filings
- 2017 123 filings
- 2016 110 filings
- 2015 130 filings
- 2014 123 filings
- 2013 85 filings
- 2012 93 filings
- 2011 83 filings
- 2010 106 filings
- 2009 85 filings
- 2008 124 filings
- 2007 98 filings
- 2006 55 filings
- 2005 49 filings
- 2004 27 filings
- 2003 34 filings
- 2002 26 filings
- 2001 5 filings
- 1999 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 44155170 | 独立董事候选人声明与承诺 | 2025-09-29 | Chinese | ||
| 44155163 | 关于提名独立董事候选人的公告 | 2025-09-29 | Chinese | ||
| 44155148 | 《董事会战略与ESG委员会实施细则》(2025年9月) | 2025-09-29 | Chinese | ||
| 44155134 | 第八届董事会2025年第五次临时会议决议公告 | 2025-09-29 | Chinese | ||
| 44155122 | 简式权益变动报告书 | 2025-09-18 | Chinese | ||
| 44155109 | 关于披露简式权益变动报告书的提示性公告 | 2025-09-18 | Chinese | ||
| 44155098 | 关于发行2025年度第七期超短期融资券的公告 | 2025-09-17 | Chinese | ||
| 44155086 | 2025年第二次临时股东大会的法律意见书 | 2025-09-09 | Chinese | ||
| 44155066 | 2025年第二次临时股东大会决议公告 | 2025-09-09 | Chinese | ||
| 44155057 | 《公司章程》(2025年9月) | 2025-09-09 | Chinese | ||
| 44155046 | 《内部审计制度》(2025年8月) | 2025-08-22 | Chinese | ||
| 44155039 | 《股东会议事规则》(2025年8月) | 2025-08-22 | Chinese | ||
| 44155032 | 《信息披露事务管理制度》(2025年8月) | 2025-08-22 | Chinese | ||
| 44155022 | 《投资者关系管理制度》(2025年8月) | 2025-08-22 | Chinese | ||
| 44155012 | 关于公司拟申请注册非公开发行可续期公司债券的公告 | 2025-08-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Non-specialized wholesale trade
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
4Cs HD Co., Ltd.
Distributes beauty and health products and operates a renew…
|
3726 | JP | Wholesale and retail trade |
|
4imprint Group PLC
A direct marketer of custom-printed promotional products fo…
|
FOUR | GB | Wholesale and retail trade |
|
ABans Enterprises Limited
Trades metals and agricultural products through bulk physic…
|
ABANSENT | IN | Wholesale and retail trade |
|
Abhijit Trading Co. Ltd.
Trades diverse commodities and manages a portfolio of equit…
|
539560 | IN | Wholesale and retail trade |
|
ACE MEN ENGG WORKS LIMITED
Trades diverse commodities and manages a portfolio of finan…
|
539661 | IN | Wholesale and retail trade |
|
ADHATA GLOBAL LIMITED
Global procurement and distribution of industrial products …
|
531286 | IN | Wholesale and retail trade |
|
Adhiraj Distributors Limited
Wholesale distributor of commodities and consumer products …
|
780018 | IN | Wholesale and retail trade |
|
Akg Exim Limited
Trader of metal scraps, industrial chemicals, minerals, and…
|
AKG | IN | Wholesale and retail trade |
|
Alligo
Supplier of workwear, PPE, tools, and industrial consumable…
|
ALLIGO | SE | Wholesale and retail trade |
|
Alna Trading & Exports Ltd.
Manages procurement and export of agricultural commodities …
|
506120 | IN | Wholesale and retail trade |
ZHESHANG Development Group 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/53890/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53890 | 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=53890 | 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=53890 \ -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": 53890}, 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 ZHESHANG Development Group Co.,LTD. (id: 53890)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.