Ziel Home Furnishing Technology Co., Ltd. — Investor Relations & Filings
Ziel Home Furnishing Technology Co., Ltd. focuses on the research, design, and global distribution of home and lifestyle products. The company operates through a multi-brand portfolio, including SONGMICS, VASAGLE, and FEANDREA, covering categories such as home organization, indoor and outdoor furniture, office supplies, and pet products. Utilizing a data-driven product development model, the company integrates design innovation with global supply chain management. It reaches international markets across North America, Europe, and Asia primarily through major e-commerce platforms and specialized digital storefronts. The business model emphasizes functional design, efficient logistics, and the application of consumer analytics to refine its product offerings and enhance the global household experience.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中伦关于致欧2026年限制性股票激励计划与2026年员工持股计划的的法律意见书 | 2026-04-28 | Chinese | |
| 董事会薪酬与考核委员会关于公司2026年员工持股计划的审核意见 | 2026-04-28 | Chinese | |
| 关于2026年度委托理财及现金管理额度预计的公告 | 2026-04-28 | Chinese | |
| 关于2026年度外汇套期保值业务额度预计的公告 | 2026-04-28 | Chinese | |
| 2025年度董事会工作报告 | 2026-04-28 | Chinese | |
| 广发证券股份有限公司关于致欧家居科技股份有限公司2025年度募集资金存放与使用情况的核查意见 | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39449192 | 中伦关于致欧2026年限制性股票激励计划与2026年员工持股计划的的法律意见书 | 2026-04-28 | Chinese | ||
| 39449179 | 董事会薪酬与考核委员会关于公司2026年员工持股计划的审核意见 | 2026-04-28 | Chinese | ||
| 39449174 | 关于2026年度委托理财及现金管理额度预计的公告 | 2026-04-28 | Chinese | ||
| 39449165 | 关于2026年度外汇套期保值业务额度预计的公告 | 2026-04-28 | Chinese | ||
| 39449156 | 2025年度董事会工作报告 | 2026-04-28 | Chinese | ||
| 39449154 | 广发证券股份有限公司关于致欧家居科技股份有限公司2025年度募集资金存放与使用情况的核查意见 | 2026-04-28 | Chinese | ||
| 39449148 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-28 | Chinese | ||
| 39449144 | 2025年年度审计报告 | 2026-04-28 | Chinese | ||
| 39449072 | 关于召开2025年度股东会的通知 | 2026-04-28 | Chinese | ||
| 39449069 | 关于提请股东会授权董事会制定2026年中期分红方案的公告 | 2026-04-28 | Chinese | ||
| 39449063 | 关于2025年度募集资金存放、管理与使用情况的专项报告 | 2026-04-28 | Chinese | ||
| 39449052 | 2025年度衍生品投资情况的专项报告 | 2026-04-28 | Chinese | ||
| 39449042 | 2025年度募集资金存放与实际使用情况鉴证报告 | 2026-04-28 | Chinese | ||
| 39448974 | 董事会审计委员会对会计师事务所2025年度履职情况评估及履行监督职责情况的报告 | 2026-04-28 | Chinese | ||
| 39448963 | 2025年度非经营性资金占用及其他关联资金往来情况的专项说明 | 2026-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Retail sale of electrical household appliances, furniture, lighting equipment and other household articles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ADAIRS LIMITED
Multi-brand specialty retailer of home furnishings, bedding…
|
ADH | AU | Wholesale and retail trade |
|
Aditya Vision Limited
Multi-brand retail chain specializing in consumer electroni…
|
AVL | IN | Wholesale and retail trade |
|
AlSaif Stores for Development and Investment Co.
Sells household appliances, kitchenware, and home accessori…
|
4192 | SA | Wholesale and retail trade |
|
AO WORLD PLC
Online retailer of electrical goods with an in-house logist…
|
AO | GB | Wholesale and retail trade |
|
Arhaus, Inc.
Sells premium, sustainably sourced, artisan-crafted home fu…
|
ARHS | US | Wholesale and retail trade |
|
AuGroup (SHENZHEN) Cross-Border Business Co., Ltd.
Cross-border e-commerce retailer managing proprietary brand…
|
2519 | HK | Wholesale and retail trade |
|
BEACON LIGHTING GROUP LIMITED
Retailer and wholesaler of lighting, ceiling fans, and ener…
|
BLX | AU | Wholesale and retail trade |
|
BED BATH & BEYOND, INC.
An e-commerce retailer specializing in a wide assortment of…
|
BBBY | US | Wholesale and retail trade |
|
Beter Bed Holding N.V.
Omni-channel retailer of bedroom furnishings, beds, and mat…
|
BBED | NL | Wholesale and retail trade |
|
BETTERWARE DE MEXICO, S.A.P.I. DE C.V
A direct-to-consumer company offering innovative products f…
|
BWMX | MX | Wholesale and retail trade |
Ziel Home Furnishing Technology 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/56276/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56276 | 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=56276 | 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=56276 \ -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": 56276}, 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 Ziel Home Furnishing Technology Co., Ltd. (id: 56276)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.