
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 |
|---|---|---|---|
| 武商集团董事会审计委员会议事规则 | 2021-03-29 | Chinese | |
| 武商集团监事会议事规则修正案 | 2021-03-29 | Chinese | |
| 武商集团相关规则制度的修订说明 | 2021-03-29 | Chinese | |
| 独立董事年度述职报告 | 2021-03-29 | Chinese | |
| 内部控制自我评价报告 | 2021-03-29 | Chinese | |
| 武商集团关于拟注册发行超短期融资券的公告 | 2021-03-29 | 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 | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 42082862 | 武商集团董事会审计委员会议事规则 | 2021-03-29 | Chinese | ||
| 42082852 | 武商集团监事会议事规则修正案 | 2021-03-29 | Chinese | ||
| 42082836 | 武商集团相关规则制度的修订说明 | 2021-03-29 | Chinese | ||
| 42082812 | 独立董事年度述职报告 | 2021-03-29 | Chinese | ||
| 42082795 | 内部控制自我评价报告 | 2021-03-29 | Chinese | ||
| 42082779 | 武商集团关于拟注册发行超短期融资券的公告 | 2021-03-29 | Chinese | ||
| 42082763 | 武商集团关于拟续聘会计师事务所的公告 | 2021-03-29 | Chinese | ||
| 42082753 | 武商集团二O二O年度监事会工作报告 | 2021-03-29 | Chinese | ||
| 42082738 | 董事会决议公告 | 2021-03-29 | Chinese | ||
| 42082725 | 2020年年度报告 | 2021-03-29 | Chinese | ||
| 42082625 | 武商集团内幕知情人登记制度 | 2021-03-29 | Chinese | ||
| 42082614 | 武商集团募集资金管理办法 | 2021-03-29 | Chinese | ||
| 42082603 | 武商集团信息披露管理制度 | 2021-03-29 | Chinese | ||
| 42082593 | 内部控制鉴证报告 | 2021-03-29 | Chinese | ||
| 42082581 | 2020年年度审计报告 | 2021-03-29 | 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.