Wenfeng Great World Chain Development Corporation — Investor Relations & Filings
About Wenfeng Great World Chain Development Corporation
Wenfeng Great World Chain Development Corporation is a large-scale retail enterprise specializing in the operation and management of diverse commercial formats. The company’s core business activities encompass the management of department stores, supermarkets, and specialized retail chains. It provides a comprehensive range of consumer products, including apparel, household goods, electronics, and fresh food. By integrating modern logistics and distribution systems, the corporation maintains an extensive network of retail outlets designed to serve broad consumer markets. Its operational model focuses on chain development, leveraging centralized procurement and standardized management to optimize service delivery and product variety. The company emphasizes a multi-format retail strategy to cater to evolving consumer demands through both physical storefronts and integrated service platforms.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 文峰股份关于使用闲置自有资金进行委托理财的公告 | 2025-12-26 | Chinese | |
| 文峰股份关于控股股东部分股份质押的公告 | 2025-11-25 | Chinese | |
| 文峰股份关于公司副总经理被留置的公告 | 2025-11-20 | Chinese | |
| 北京市君泽君(上海)律师事务所关于文峰大世界连锁发展股份有限公司2025年第三次临时股东会的律师见证意见 | 2025-11-20 | Chinese | |
| 文峰股份2025年第三次临时股东会决议公告 | 2025-11-20 | Chinese | |
| 文峰股份2025年第三次临时股东会会议资料 | 2025-11-13 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 36412540 | 文峰股份关于使用闲置自有资金进行委托理财的公告 | 2025-12-26 | Chinese | ||
| 36412537 | 文峰股份关于控股股东部分股份质押的公告 | 2025-11-25 | Chinese | ||
| 36412526 | 文峰股份关于公司副总经理被留置的公告 | 2025-11-20 | Chinese | ||
| 36412513 | 北京市君泽君(上海)律师事务所关于文峰大世界连锁发展股份有限公司2025年第三次临时股东会的律师见证意见 | 2025-11-20 | Chinese | ||
| 36412503 | 文峰股份2025年第三次临时股东会决议公告 | 2025-11-20 | Chinese | ||
| 36412491 | 文峰股份2025年第三次临时股东会会议资料 | 2025-11-13 | Chinese | ||
| 36412478 | 文峰股份第七届董事会第二十次会议决议公告 | 2025-10-30 | Chinese | ||
| 36412470 | 文峰股份关于召开2025年第三次临时股东会的通知 | 2025-10-30 | Chinese | ||
| 36412460 | 文峰股份关于变更会计师事务所的公告 | 2025-10-30 | Chinese | ||
| 36412447 | 文峰股份关于控股股东部分股份解除质押以及质押的公告 | 2025-10-30 | Chinese | ||
| 36412437 | 文峰股份2025年第三季度报告 | 2025-10-30 | Chinese | ||
| 36412432 | 文峰股份2025年1-9月份经营数据公告 | 2025-10-30 | Chinese | ||
| 36412418 | 文峰股份关于选举职工董事的公告 | 2025-10-10 | Chinese | ||
| 36412407 | 北京市炜衡(南通)律师事务所关于文峰大世界连锁发展股份有限公司2025年第二次临时股东大会之法律意见书 | 2025-10-10 | Chinese | ||
| 36412394 | 文峰股份2025年第二次临时股东大会决议公告 | 2025-10-10 | 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 |
Wenfeng Great World Chain Development Corporation 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/57158/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57158 | 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=57158 | 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=57158 \ -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": 57158}, 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 Wenfeng Great World Chain Development Corporation (id: 57158)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.