Guangzhou Shangpin Home Collection Co., Ltd — Investor Relations & Filings
Guangzhou Shangpin Home Collection Co., Ltd. specializes in the research, development, design, and manufacturing of customized home furnishings. The company is a pioneer in the whole-house customization sector, leveraging a Customer-to-Business (C2B) model integrated with advanced cloud computing and big data analytics. Its core product portfolio includes bespoke kitchen cabinets, wardrobes, and integrated furniture solutions tailored to individual consumer preferences. Shangpin Home Collection utilizes an automated, flexible manufacturing system based on Industry 4.0 principles to ensure precision and efficiency. The company operates through an Online-to-Offline (O2O) retail strategy, combining digital design platforms with physical showrooms to provide comprehensive interior design and installation services. By focusing on personalized spatial optimization and digital manufacturing, the company delivers scalable, customized living solutions for the residential market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第一期员工持股计划存续期延期的公告 | 2026-04-28 | Chinese | |
| 招商证券关于广州尚品宅配家居股份有限公司开展金融衍生品交易业务的核查意见 | 2026-04-28 | Chinese | |
| 2025年度董事会工作报告 | 2026-04-28 | Chinese | |
| 招商证券关于广州尚品宅配家居股份有限公司2025年度证券与衍生品投资情况的核查意见 | 2026-04-28 | Chinese | |
| 2025年度营业收入扣除情况的专项核查意见 | 2026-04-28 | Chinese | |
| 2025年年度审计报告 | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38209150 | 第一期员工持股计划存续期延期的公告 | 2026-04-28 | Chinese | ||
| 38209133 | 招商证券关于广州尚品宅配家居股份有限公司开展金融衍生品交易业务的核查意见 | 2026-04-28 | Chinese | ||
| 38209077 | 2025年度董事会工作报告 | 2026-04-28 | Chinese | ||
| 38209068 | 招商证券关于广州尚品宅配家居股份有限公司2025年度证券与衍生品投资情况的核查意见 | 2026-04-28 | Chinese | ||
| 38209016 | 2025年度营业收入扣除情况的专项核查意见 | 2026-04-28 | Chinese | ||
| 38208659 | 2025年年度审计报告 | 2026-04-28 | Chinese | ||
| 38208331 | 关于使用闲置自有资金购买理财产品的公告 | 2026-04-28 | Chinese | ||
| 38208319 | 招商证券关于广州尚品宅配家居股份有限公司使用闲置募集资金进行现金管理的核查意见 | 2026-04-28 | Chinese | ||
| 38208239 | 招商证券关于广州尚品宅配家居股份有限公司调整募投项目达到预定可使用状态时间事项的核查意见 | 2026-04-28 | Chinese | ||
| 38208164 | 2025年度内部控制自我评价报告 | 2026-04-28 | Chinese | ||
| 38208146 | 关于会计政策变更的公告 | 2026-04-28 | Chinese | ||
| 38208136 | 关于开展金融衍生品交易业务的可行性分析报告 | 2026-04-28 | Chinese | ||
| 38208119 | 关于为全资子公司提供担保额度预计的公告 | 2026-04-28 | Chinese | ||
| 38208104 | 招商证券关于广州尚品宅配家居股份有限公司募集资金2025年度存放与使用情况专项核查意见 | 2026-04-28 | Chinese | ||
| 38208071 | 关于会计师事务所2025年度履职情况的评估报告 | 2026-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of wooden furniture
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AMERICAN WOODMARK CORP
A manufacturer of kitchen and bath cabinetry for new constr…
|
AMWD | US | Manufacturing |
|
A-ZENITH HOME FURNISHINGS CO., LTD.
Manufacturer of high-end furniture blending classical and c…
|
603389 | CN | Manufacturing |
|
BASSETT FURNITURE INDUSTRIES INC
A manufacturer and retailer of customizable mid- to high-en…
|
BSET | US | Manufacturing |
|
Cleanup Corporation
Manufacturer of systemized kitchens, bathrooms, and commerc…
|
7955 | JP | Manufacturing |
|
ETHAN ALLEN INTERIORS INC
Vertically integrated manufacturer and retailer of custom h…
|
ETD | US | Manufacturing |
|
FLEXSTEEL INDUSTRIES INC
Manufacturer and marketer of residential, commercial, and R…
|
FLXS | US | Manufacturing |
|
Fortefabryki Mebli Forte S.A.
European manufacturer of self-assembly furniture distribute…
|
FTE | PL | Manufacturing |
|
GoldenHome Living Co., Ltd.
Designs and manufactures high-end kitchen cabinets and cust…
|
603180 | CN | Manufacturing |
|
Guangdong Piano Customized Furniture Co., Ltd.
Specializes in high-end whole-house customized furniture an…
|
002853 | CN | Manufacturing |
|
GuangDong Topstrong Living Innovation & Integration Co., Ltd.
Develops smart locks, architectural hardware, and customize…
|
300749 | CN | Manufacturing |
Guangzhou Shangpin Home Collection 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/55598/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55598 | 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=55598 | 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=55598 \ -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": 55598}, 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 Guangzhou Shangpin Home Collection Co., Ltd (id: 55598)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.