GoldenHome Living Co., Ltd. — Investor Relations & Filings
About GoldenHome Living Co., Ltd.
GoldenHome Living Co., Ltd. specializes in the research, development, design, and manufacturing of high-end integrated kitchen cabinets and customized home furniture. The company provides comprehensive solutions for residential interiors, including wardrobes, bathroom vanities, and whole-house customization services. Utilizing advanced intelligent manufacturing processes and automated production lines, the firm focuses on delivering ergonomic designs and high-quality hardware. Its product portfolio emphasizes eco-friendly materials and modern aesthetics to meet diverse consumer needs. GoldenHome maintains a global distribution network, serving residential projects and retail customers with a focus on functional innovation and integrated home living environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 金牌家居关于“金23转债”预计触发转股价格向下修正条件的提示性公告 | 2025-11-20 | Chinese | |
| 金牌家居关于2025年第三季度业绩说明会召开情况的公告 | 2025-11-19 | Chinese | |
| 金牌厨柜家居科技股份有限公司2025年第二次临时股东大会的法律意见书 | 2025-11-18 | Chinese | |
| 金牌家居2025年第二次临时股东大会决议公告 | 2025-11-18 | Chinese | |
| 金牌家居关于选举职工董事的公告 | 2025-11-18 | Chinese | |
| 金牌厨柜家居科技股份有限公司2025年第二次临时股东大会会议资料 | 2025-11-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 38138079 | 金牌家居关于“金23转债”预计触发转股价格向下修正条件的提示性公告 | 2025-11-20 | Chinese | ||
| 38138070 | 金牌家居关于2025年第三季度业绩说明会召开情况的公告 | 2025-11-19 | Chinese | ||
| 38138057 | 金牌厨柜家居科技股份有限公司2025年第二次临时股东大会的法律意见书 | 2025-11-18 | Chinese | ||
| 38138002 | 金牌家居2025年第二次临时股东大会决议公告 | 2025-11-18 | Chinese | ||
| 38137997 | 金牌家居关于选举职工董事的公告 | 2025-11-18 | Chinese | ||
| 38137988 | 金牌厨柜家居科技股份有限公司2025年第二次临时股东大会会议资料 | 2025-11-10 | Chinese | ||
| 38137955 | 金牌厨柜家居科技股份有限公司章程(2025年10月修订) | 2025-10-29 | Chinese | ||
| 38137939 | 金牌厨柜家居科技股份有限公司董事和高级管理人员离职管理制度 | 2025-10-29 | Chinese | ||
| 38137926 | 金牌家居关于修订及新制定部分公司治理制度的公告 | 2025-10-29 | Chinese | ||
| 38137917 | 金牌家居关于为子公司提供担保预计的公告 | 2025-10-29 | Chinese | ||
| 38137903 | 金牌家居关于增加2025年度日常关联交易预计额度的公告 | 2025-10-29 | Chinese | ||
| 38137893 | 金牌家居关于第五届监事会第十次会议决议公告 | 2025-10-29 | Chinese | ||
| 38137885 | 金牌厨柜家居科技股份有限公司会计师事务所选聘制度(2025年10月修订) | 2025-10-29 | Chinese | ||
| 38137877 | 金牌厨柜家居科技股份有限公司董事会议事规则(2025年10月修订) | 2025-10-29 | Chinese | ||
| 38137867 | 金牌厨柜家居科技股份有限公司募集资金使用管理办法(2025年10月修订) | 2025-10-29 | 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 |
|
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 HOLIKE CREATIVE HOME CO.,LTD.
Provides custom whole-house furnishing solutions using eco-…
|
603898 | CN | Manufacturing |
GoldenHome Living 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/57484/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57484 | 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=57484 | 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=57484 \ -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": 57484}, 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 GoldenHome Living Co., Ltd. (id: 57484)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.