Dashang Co.,Ltd. — Investor Relations & Filings
About Dashang Co.,Ltd.
Dashang Co., Ltd. is a large-scale commercial enterprise focused on the operation of multi-format retail outlets. The company manages an extensive portfolio of department stores, hypermarkets, supermarkets, and specialized electronics retailers. Its core business activities involve the procurement and sale of a diverse range of consumer goods, including apparel, household appliances, food products, and luxury items. Dashang operates through several prominent brand identities, such as New Mart, Mykal, and Dashang Department Store, catering to various market segments. The company utilizes a regional expansion strategy to maintain a strong presence in major urban commercial hubs. Its operational framework integrates traditional physical retail with modern logistics and supply chain management systems. Dashang focuses on enhancing consumer experiences through store modernization and the implementation of digital service platforms to support its physical retail network.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 大商股份有限公司董事会议事规则(2025年10月修订) | 2025-10-17 | Chinese | |
| 大商股份有限公司关于董事长离任的公告 | 2025-10-10 | Chinese | |
| 大商股份有限公司关于召开2025年半年度业绩说明会的公告 | 2025-09-04 | Chinese | |
| 大商股份有限公司2025年半年度报告 | 2025-08-26 | Chinese | |
| 大商股份有限公司2025年第二季度主要经营数据的公告 | 2025-08-26 | Chinese | |
| 大商股份有限公司2025年半年度报告摘要 | 2025-08-26 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 41414512 | 大商股份有限公司董事会议事规则(2025年10月修订) | 2025-10-17 | Chinese | ||
| 41414503 | 大商股份有限公司关于董事长离任的公告 | 2025-10-10 | Chinese | ||
| 41414492 | 大商股份有限公司关于召开2025年半年度业绩说明会的公告 | 2025-09-04 | Chinese | ||
| 41414481 | 大商股份有限公司2025年半年度报告 | 2025-08-26 | Chinese | ||
| 41414416 | 大商股份有限公司2025年第二季度主要经营数据的公告 | 2025-08-26 | Chinese | ||
| 41414398 | 大商股份有限公司2025年半年度报告摘要 | 2025-08-26 | Chinese | ||
| 41414392 | 大商股份有限公司第十二届董事会第一次会议决议公告 | 2025-08-20 | Chinese | ||
| 41414386 | 大商股份有限公司2025年第二次临时股东大会决议公告 | 2025-08-20 | Chinese | ||
| 41414376 | 上海中联(大连)律师事务所关于大商股份有限公司2025年第二次临时股东大会之法律意见书 | 2025-08-20 | Chinese | ||
| 41414368 | 大商股份有限公司关于推举公司董事长、副董事长、董事会各专门委员会成员及聘任公司高级管理人员、证券事务代表的公告 | 2025-08-20 | Chinese | ||
| 41414360 | 大商股份有限公司2025年第二次临时股东大会会议资料 | 2025-08-13 | Chinese | ||
| 41414350 | 大商股份有限公司股东及董事、高级管理人员所持本公司股份及其变动管理制度(2025年8月修订) | 2025-08-04 | Chinese | ||
| 41414342 | 大商股份有限公司独立董事及审计委员会年报工作制度(2025年8月制定) | 2025-08-04 | Chinese | ||
| 41414319 | 大商股份有限公司董事离职管理制度(2025年8月制定) | 2025-08-04 | Chinese | ||
| 41414312 | 大商股份有限公司董事会议事规则(2025年8月修订) | 2025-08-04 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other non-specialized retail sale
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1 800 FLOWERS COM INC
An e-commerce provider of gifts, specializing in floral pro…
|
FLWS | US | Wholesale and retail trade |
|
Adastria Co., Ltd.
A multi-brand company operating fashion and lifestyle brand…
|
2685 | JP | Wholesale and retail trade |
|
AEON Stores (Hong Kong) Co., Limited
Major retailer operating diverse GMS, malls, supermarkets, …
|
984 | HK | Wholesale and retail trade |
|
AMERICANAS S.A. - EM RECUPERAÇÃO JUDICIAL
Integrated retail platform with physical and digital stores…
|
— | BR | Wholesale and retail trade |
|
Aterian, Inc.
A technology-enabled consumer products company that builds …
|
ATER | US | Wholesale and retail trade |
|
Avolta AG
A global travel experience provider in retail, food & bever…
|
DUFN | CH | Wholesale and retail trade |
|
AXAS HOLDINGS CO.,LTD.
A lifestyle company retailing and distributing a wide array…
|
3536 | JP | Wholesale and retail trade |
|
Baazar Style Retail Limited
Large-format retailer of value-oriented fashion, apparel, a…
|
STYLEBAAZA | IN | Wholesale and retail trade |
|
Baida Group Co.,Ltd.
Manages retail operations, commercial property assets, and …
|
600865 | CN | Wholesale and retail trade |
|
Beijing Cuiwei Tower Co., Ltd.
Diversified enterprise integrating retail operations with d…
|
603123 | CN | Wholesale and retail trade |
Dashang 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/56927/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56927 | 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=56927 | 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=56927 \ -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": 56927}, 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 Dashang Co.,Ltd. (id: 56927)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.