SHANGHAI NEW WORLD CO.,LTD — Investor Relations & Filings
About SHANGHAI NEW WORLD CO.,LTD
Shanghai New World Co., Ltd. is a prominent commercial enterprise primarily engaged in the operation of large-scale department stores and integrated commercial complexes. Its flagship property, New World City, serves as a major retail destination featuring a diverse range of consumer goods, including apparel, cosmetics, jewelry, and household electronics. The company integrates traditional retail with extensive leisure and entertainment services, such as indoor ice rinks, cinemas, and themed attractions, to create a comprehensive consumer experience. Additionally, the firm maintains a significant presence in the hospitality sector through the management of high-end hotel properties. By leveraging its strategic location in a high-traffic urban center, the company caters to a broad demographic of domestic and international consumers, focusing on the synergy between retail, dining, and experiential services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 国泰海通证券股份有限公司关于上海新世界股份有限公司2025年度募集资金存放、管理与使用情况专项核查报告 | 2026-04-10 | Chinese | |
| 国泰海通证券股份有限公司关于上海新世界股份有限公司使用募集资金等额置换的核查意见 | 2026-04-10 | Chinese | |
| 新世界可持续发展(ESG)管理制度 | 2026-04-10 | Chinese | |
| 新世界2025年度内部控制评价报告 | 2026-04-10 | Chinese | |
| 新世界2025年年度报告 | 2026-04-10 | Chinese | |
| 新世界对会计师事务所2025年度履职情况评估报告 | 2026-04-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
13 filings
| |||||
| 41279842 | 国泰海通证券股份有限公司关于上海新世界股份有限公司2025年度募集资金存放、管理与使用情况专项核查报告 | 2026-04-10 | Chinese | ||
| 41279796 | 国泰海通证券股份有限公司关于上海新世界股份有限公司使用募集资金等额置换的核查意见 | 2026-04-10 | Chinese | ||
| 41279759 | 新世界可持续发展(ESG)管理制度 | 2026-04-10 | Chinese | ||
| 41279747 | 新世界2025年度内部控制评价报告 | 2026-04-10 | Chinese | ||
| 41279733 | 新世界2025年年度报告 | 2026-04-10 | Chinese | ||
| 41279731 | 新世界对会计师事务所2025年度履职情况评估报告 | 2026-04-10 | Chinese | ||
| 41279730 | 新世界关于使用募集资金购买理财产品或结构性存款到期赎回的公告 | 2026-03-31 | Chinese | ||
| 41279718 | 新世界关于收到政府补助的公告 | 2026-03-30 | Chinese | ||
| 41279711 | 新世界十二届九次董事会决议公告 | 2026-03-06 | Chinese | ||
| 41279703 | 新世界关于2026年度日常关联交易预计情况的公告 | 2026-03-06 | Chinese | ||
| 41279697 | 新世界关于使用募集资金购买理财产品或结构性存款到期赎回的公告 | 2026-03-04 | Chinese | ||
| 41279691 | 新世界关于使用募集资金购买理财产品或结构性存款到期赎回的公告 | 2026-01-21 | Chinese | ||
| 41279684 | 新世界关于使用募集资金购买理财产品或结构性存款到期赎回的公告 | 2026-01-06 | Chinese | ||
|
2025
2 filings
| |||||
| 41279674 | 新世界关于使用募集资金购买理财产品或结构性存款到期赎回的公告 | 2025-12-30 | Chinese | ||
| 41279667 | 新世界关于使用募集资金购买理财产品或结构性存款到期赎回的公告 | 2025-12-02 | 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 |
SHANGHAI NEW WORLD 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/56877/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56877 | 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=56877 | 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=56877 \ -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": 56877}, 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 SHANGHAI NEW WORLD CO.,LTD (id: 56877)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.