
WUSHANG GROUP CO., LTD. — Investor Relations & Filings
Wushang Group Co., Ltd. is a prominent commercial retail enterprise primarily engaged in the operation of department stores, shopping malls, and supermarkets. The company manages a diverse portfolio of retail assets, including large-scale commercial complexes and high-end luxury shopping centers. Its core operations are centered around providing a comprehensive range of consumer goods and services, spanning fashion, electronics, household items, and food products. Wushang Group is recognized for its significant presence in regional markets, where it operates flagship properties that integrate retail, dining, and entertainment. The company focuses on modernizing the retail experience through digital transformation and the optimization of its supply chain to meet evolving consumer demands. Its business model emphasizes the synergy between its various retail formats to maintain a competitive edge in the commercial sector.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 审计委员会年报工作制度 | 2025-10-30 | Chinese | |
| 投资者关系管理制度 | 2025-10-30 | Chinese | |
| 募集资金管理办法 | 2025-10-30 | Chinese | |
| 年报信息披露重大差错责任追究制度 | 2025-10-30 | Chinese | |
| 债务融资工具信息披露管理制度 | 2025-10-30 | Chinese | |
| 关于使用自有闲置资金进行委托理财的公告 | 2025-10-30 | Chinese |
Browse filings by year
28 years- 2026 24 filings
- 2025 97 filings
- 2024 94 filings
- 2023 74 filings
- 2022 43 filings
- 2021 74 filings
- 2020 79 filings
- 2019 62 filings
- 2018 71 filings
- 2017 76 filings
- 2016 45 filings
- 2015 100 filings
- 2014 64 filings
- 2013 59 filings
- 2012 62 filings
- 2011 78 filings
- 2010 59 filings
- 2009 36 filings
- 2008 45 filings
- 2007 62 filings
- 2006 64 filings
- 2005 28 filings
- 2004 30 filings
- 2003 19 filings
- 2002 18 filings
- 2001 2 filings
- 1993 1 filing
- 1992 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 42088876 | 审计委员会年报工作制度 | 2025-10-30 | Chinese | ||
| 42088848 | 投资者关系管理制度 | 2025-10-30 | Chinese | ||
| 42088841 | 募集资金管理办法 | 2025-10-30 | Chinese | ||
| 42088829 | 年报信息披露重大差错责任追究制度 | 2025-10-30 | Chinese | ||
| 42088816 | 债务融资工具信息披露管理制度 | 2025-10-30 | Chinese | ||
| 42088806 | 关于使用自有闲置资金进行委托理财的公告 | 2025-10-30 | Chinese | ||
| 42088799 | 市值管理制度 | 2025-10-30 | Chinese | ||
| 42088788 | 中小投资者单独计票管理办法 | 2025-10-30 | Chinese | ||
| 42088737 | 外部单位报送信息管理制度 | 2025-10-30 | Chinese | ||
| 42088725 | 内部控制制度 | 2025-10-30 | Chinese | ||
| 42088711 | 第十届十九次董事会决议公告 | 2025-10-30 | Chinese | ||
| 42088699 | 2025年中期分红派息实施公告 | 2025-10-15 | Chinese | ||
| 42088689 | 2024年度第二期中期票据2025年度付息公告 | 2025-10-10 | Chinese | ||
| 42088679 | 第十届十八次(临时)董事会决议公告 | 2025-09-16 | Chinese | ||
| 42088670 | 关于聘任董事会秘书的公告 | 2025-09-16 | 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 |
|
ABC S.A.
A retail company offering diverse consumer goods via physic…
|
— | CL | 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 |
|
ALBERTO J. OLIVERO E HIJOS SA
Retail and distribution of home appliances, electronics, ho…
|
— | AR | Wholesale and retail trade |
|
AMERICANAS S.A. - EM RECUPERAÇÃO JUDICIAL
Integrated retail platform with physical and digital stores…
|
— | BR | Wholesale and retail trade |
|
AMWAY (M) HOLDINGS BHD
A direct selling company distributing health, wellness, and…
|
— | MY | 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 |
WUSHANG 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/53631/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53631 | 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=53631 | 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=53631 \ -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": 53631}, 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 WUSHANG GROUP CO., LTD. (id: 53631)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.