SUNING.COM CO.,LTD. — Investor Relations & Filings
Suning.com Co., Ltd. is a retail service provider that operates through an omni-channel model, integrating online e-commerce platforms with a physical store network. The company facilitates the sale and distribution of consumer electronics, home appliances, digital products, and general merchandise. Its business strategy centers on a "smart retail" approach, utilizing cloud computing, big data, and internet-of-things technologies to enhance supply chain efficiency and customer engagement. Suning.com maintains an extensive logistics infrastructure, offering comprehensive warehousing, delivery, and installation services. The company serves a broad consumer base by providing a diverse range of products including household goods, cosmetics, and food products, supported by a robust after-sales service system and integrated financial services for consumers and partners.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度报告 | 2026-03-30 | Chinese | |
| 2025年年度审计报告 | 2026-03-30 | Chinese | |
| 关于2026年度董事、高级管理人员薪酬方案的公告 | 2026-03-30 | Chinese | |
| 2025年社会责任报告 | 2026-03-30 | Chinese | |
| 内部控制审计报告 | 2026-03-30 | Chinese | |
| 第八届董事会第四十四次会议决议公告 | 2026-03-30 | Chinese |
Browse filings by year
23 years- 2026 55 filings
- 2025 135 filings
- 2024 114 filings
- 2023 117 filings
- 2022 105 filings
- 2021 217 filings
- 2020 141 filings
- 2019 181 filings
- 2018 265 filings
- 2017 147 filings
- 2016 160 filings
- 2015 153 filings
- 2014 155 filings
- 2013 128 filings
- 2012 112 filings
- 2011 82 filings
- 2010 101 filings
- 2009 66 filings
- 2008 95 filings
- 2007 129 filings
- 2006 79 filings
- 2005 86 filings
- 2004 30 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 44402939 | 2025年年度报告 | 2026-03-30 | Chinese | ||
| 44402935 | 2025年年度审计报告 | 2026-03-30 | Chinese | ||
| 44402915 | 关于2026年度董事、高级管理人员薪酬方案的公告 | 2026-03-30 | Chinese | ||
| 44402894 | 2025年社会责任报告 | 2026-03-30 | Chinese | ||
| 44402826 | 内部控制审计报告 | 2026-03-30 | Chinese | ||
| 44402817 | 第八届董事会第四十四次会议决议公告 | 2026-03-30 | Chinese | ||
| 44402803 | 董事会关于2025年度带有强调事项段的无保留意见审计报告涉及事项专项说明的公告 | 2026-03-30 | Chinese | ||
| 44402802 | 会计师事务所对非经营性资金占用及其他关联资金往来情况的专项审核意见 | 2026-03-30 | Chinese | ||
| 44402791 | 董事会关于独立董事独立性情况的专项意见 | 2026-03-30 | Chinese | ||
| 44402780 | 独立董事陈志斌2025年度述职报告 | 2026-03-30 | Chinese | ||
| 44402759 | 2025年度利润分配方案 | 2026-03-30 | Chinese | ||
| 44402750 | 会计师事务所对非标审计意见涉及的专项说明 | 2026-03-30 | Chinese | ||
| 44402739 | 2025年年度报告摘要 | 2026-03-30 | Chinese | ||
| 44402736 | 独立董事杨波2025年度述职报告 | 2026-03-30 | Chinese | ||
| 44402725 | 关于2025年计提减值准备的公告 | 2026-03-30 | 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 |
SUNING.COM 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/54087/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54087 | 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=54087 | 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=54087 \ -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": 54087}, 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 SUNING.COM CO.,LTD. (id: 54087)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.