
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 |
|---|---|---|---|
| 年度股东大会通知 | 2022-03-30 | Chinese | |
| 内部控制鉴证报告 | 2022-03-30 | Chinese | |
| 2021年年度审计报告 | 2022-03-30 | Chinese | |
| 武商集团二〇二一年度董事会工作报告 | 2022-03-30 | Chinese | |
| 关于变更公司名称、证券简称暨修订公司章程的公告 | 2022-03-30 | Chinese | |
| 11 武商集团独董事前认可函 | 2022-03-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 | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 42084102 | 年度股东大会通知 | 2022-03-30 | Chinese | ||
| 42084090 | 内部控制鉴证报告 | 2022-03-30 | Chinese | ||
| 42084079 | 2021年年度审计报告 | 2022-03-30 | Chinese | ||
| 42083994 | 武商集团二〇二一年度董事会工作报告 | 2022-03-30 | Chinese | ||
| 42083980 | 关于变更公司名称、证券简称暨修订公司章程的公告 | 2022-03-30 | Chinese | ||
| 42083965 | 11 武商集团独董事前认可函 | 2022-03-30 | Chinese | ||
| 42083955 | 武商集团二O二一年度监事会工作报告 | 2022-03-30 | Chinese | ||
| 42083942 | 独立董事对担保等事项的独立意见 | 2022-03-30 | Chinese | ||
| 42083935 | 监事会决议公告 | 2022-03-30 | Chinese | ||
| 42083925 | 独立董事年度述职报告 | 2022-03-30 | Chinese | ||
| 42083913 | 年度关联方资金占用专项审计报告 | 2022-03-30 | Chinese | ||
| 42083899 | 董事会决议公告 | 2022-03-30 | Chinese | ||
| 42083883 | 2021年年度报告 | 2022-03-30 | Chinese | ||
| 42083802 | 2021年年度报告摘要 | 2022-03-30 | Chinese | ||
| 42083791 | 武汉武商集团股份有限公司第九届十三次(临时)董事会决议公告 | 2022-03-25 | 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.