
GUANGZHOU HOLIKE CREATIVE HOME CO.,LTD. — Investor Relations & Filings
Guangzhou Holike Creative Home Co., Ltd. specializes in the research, development, design, manufacture, and sales of custom home furnishing solutions. The company operates under a whole-house customization model, providing integrated products including custom wardrobes, kitchen cabinets, wooden doors, wall panels, and home accessories. Holike prioritizes original design and environmental sustainability, incorporating advanced automated production technologies and digital design systems into its manufacturing processes. A key differentiator is the use of eco-friendly materials, such as the Net-Aldehyde Board, designed to minimize formaldehyde emissions. The company provides personalized interior solutions tailored to specific spatial requirements and consumer lifestyle preferences, focusing on functional efficiency and modern aesthetics for residential environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 广州好莱客创意家居股份有限公司关于回购注销公司2023年员工持股计划股份通知债权人的公告 | 2026-05-22 | Chinese | |
| 国信信扬律师事务所关于广州好莱客创意家居股份有限公司2025年年度股东会的法律意见书 | 2026-05-22 | Chinese | |
| 公司章程(2026年5月) | 2026-05-22 | Chinese | |
| 广州好莱客创意家居股份有限公司2025年年度股东会会议资料 | 2026-05-14 | Chinese | |
| 内幕信息知情人登记管理制度(2025年10月) | 2025-10-29 | Chinese | |
| 募集资金使用管理办法(2025年10月) | 2025-10-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
4 filings
| |||||
| 46867994 | 广州好莱客创意家居股份有限公司关于回购注销公司2023年员工持股计划股份通知债权人的公告 | 2026-05-22 | Chinese | ||
| 46867992 | 国信信扬律师事务所关于广州好莱客创意家居股份有限公司2025年年度股东会的法律意见书 | 2026-05-22 | Chinese | ||
| 46867063 | 公司章程(2026年5月) | 2026-05-22 | Chinese | ||
| 46344280 | 广州好莱客创意家居股份有限公司2025年年度股东会会议资料 | 2026-05-14 | Chinese | ||
|
2025
11 filings
| |||||
| 37157702 | 内幕信息知情人登记管理制度(2025年10月) | 2025-10-29 | Chinese | ||
| 37157695 | 募集资金使用管理办法(2025年10月) | 2025-10-29 | Chinese | ||
| 37157687 | 公司章程(2025年10月) | 2025-10-29 | Chinese | ||
| 37157679 | 广州好莱客创意家居股份有限公司关于续聘会计师事务所的公告 | 2025-10-29 | Chinese | ||
| 37157672 | 广州好莱客创意家居股份有限公司关于召开2025年第二次临时股东大会的通知 | 2025-10-29 | Chinese | ||
| 37157666 | 广州好莱客创意家居股份有限公司2025年第三季度报告 | 2025-10-29 | Chinese | ||
| 37157659 | 累积投票制实施细则(2025年10月) | 2025-10-29 | Chinese | ||
| 37157655 | 信息披露管理制度(2025年10月) | 2025-10-29 | Chinese | ||
| 37157649 | 内部控制制度(2025年10月) | 2025-10-29 | Chinese | ||
| 37157642 | 对外担保制度(2025年10月) | 2025-10-29 | Chinese | ||
| 37157637 | 董事会专门委员会议事规则(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 |
|
BASWELL RESOURCES BERHAD
An investment holding company providing management services…
|
— | MY | Manufacturing |
|
Cleanup Corporation
Manufacturer of systemized kitchens, bathrooms, and commerc…
|
7955 | JP | Manufacturing |
|
Công ty Cổ phần Đầu tư BKG Việt Nam
Diversified economic group in wood products, food, agricult…
|
BKG | VN | Manufacturing |
|
Công ty Cổ phần Hợp tác Kinh tế và Xuất nhập khẩu Savimex
Prominent manufacturer, processor, and exporter of high-qua…
|
SAV | VN | Manufacturing |
|
Công ty Cổ phần Tập đoàn Kỹ nghệ Gỗ Trường Thành
A leading manufacturer and exporter of wooden furniture, sp…
|
TTF | VN | Manufacturing |
|
DPS RESOURCES BERHAD
An investment holding company with diversified interests in…
|
— | MY | Manufacturing |
|
ETHAN ALLEN INTERIORS INC
Vertically integrated manufacturer and retailer of custom h…
|
ETD | US | Manufacturing |
GUANGZHOU HOLIKE CREATIVE HOME 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/57889/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57889 | 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=57889 | 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=57889 \ -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": 57889}, 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 HOLIKE CREATIVE HOME CO.,LTD. (id: 57889)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.