Henglin Home Furnishings Co.,Ltd — Investor Relations & Filings
About Henglin Home Furnishings Co.,Ltd
Henglin Home Furnishings Co., Ltd. specializes in the research, development, manufacturing, and distribution of a wide range of seating and home furniture solutions. The company's primary product portfolio includes ergonomic office chairs, massage chairs, sofas, and functional furniture such as height-adjustable desks. It operates as a significant global provider, offering original equipment manufacturing (OEM) and original design manufacturing (ODM) services to international brands while expanding its own brand presence. The firm emphasizes technological innovation and ergonomic design, maintaining large-scale production facilities and a comprehensive quality control system. Its operations cover the entire value chain from design and material sourcing to final assembly, catering to both commercial office environments and residential markets worldwide.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 恒林家居股份有限公司对外担保决策制度(2025年8月修订) | 2025-08-27 | Chinese | |
| 恒林股份关于2025年中期利润分配预案的公告 | 2025-08-27 | Chinese | |
| 恒林股份关于2025年度“提质增效重回报”行动方案半年度实施情况的评估报告 | 2025-08-27 | Chinese | |
| 恒林家居股份有限公司会计师事务所选聘制度(2025年8月制定) | 2025-08-27 | Chinese | |
| 恒林家居股份有限公司印章管理制度(2025年8月修订) | 2025-08-27 | Chinese | |
| 恒林股份第七届董事会第七次会议决议公告 | 2025-08-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 36898006 | 恒林家居股份有限公司对外担保决策制度(2025年8月修订) | 2025-08-27 | Chinese | ||
| 36897999 | 恒林股份关于2025年中期利润分配预案的公告 | 2025-08-27 | Chinese | ||
| 36897992 | 恒林股份关于2025年度“提质增效重回报”行动方案半年度实施情况的评估报告 | 2025-08-27 | Chinese | ||
| 36897984 | 恒林家居股份有限公司会计师事务所选聘制度(2025年8月制定) | 2025-08-27 | Chinese | ||
| 36897978 | 恒林家居股份有限公司印章管理制度(2025年8月修订) | 2025-08-27 | Chinese | ||
| 36897970 | 恒林股份第七届董事会第七次会议决议公告 | 2025-08-27 | Chinese | ||
| 36897966 | 恒林股份2025年半年度报告摘要 | 2025-08-27 | Chinese | ||
| 36897960 | 恒林家居股份有限公司期货和衍生品交易管理制度(2025年8月修订) | 2025-08-27 | Chinese | ||
| 36897953 | 恒林股份2025年半年度报告 | 2025-08-27 | Chinese | ||
| 36897952 | 恒林股份关于开展外汇衍生品业务的公告 | 2025-08-27 | Chinese | ||
| 36897944 | 恒林家居股份有限公司对外投资管理制度(2025年8月修订) | 2025-08-27 | Chinese | ||
| 36897936 | 恒林家居股份有限公司信息披露管理制度(2025年8月修订) | 2025-08-27 | Chinese | ||
| 36897929 | 恒林家居股份有限公司投资者关系管理制度(2025年8月修订) | 2025-08-27 | Chinese | ||
| 36897923 | 恒林股份关于开展外汇衍生品业务的可行性分析报告 | 2025-08-27 | Chinese | ||
| 36897914 | 恒林股份关于为子公司提供担保的进展公告 | 2025-07-03 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other furniture
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AceBed
Manufacturer of scientifically engineered mattresses and be…
|
003800 | KR | Manufacturing |
|
Amisco Industries
Designs and manufactures customizable, durable residential …
|
— | CA | Manufacturing |
|
Avro India Limited
Manufactures and distributes a diverse range of plastic mol…
|
AVROIND | IN | Manufacturing |
|
CDA International Inc.
Designs, manufactures, and installs custom display products…
|
TIXT | CA | Manufacturing |
|
Chengdu Qushui Science and Technology Co., Ltd.
Develops and distributes sleep technology and ergonomic hom…
|
301336 | CN | Manufacturing |
|
DERUCCI HEALTHY SLEEP CO.,LTD.
Develops integrated sleep systems, smart mattresses, and er…
|
001323 | CN | Manufacturing |
|
Dexelance S.p.A.
Industrial group holding high-end furniture, design, and li…
|
DEX | IT | Manufacturing |
|
DIRTT Environmental Solutions Ltd.
Technology-driven manufacturer of customized, industrialize…
|
DRT | CA | Manufacturing |
|
DOĞANLAR MOBİLYA GRUBU İMALAT SANAYİ VE TİCARET A.Ş.
Manufactures and sells a wide array of home furnishings thr…
|
DGNMO | TR | Manufacturing |
|
Dorel Industries Inc.
Multinational consumer products company specializing in hom…
|
DII-B | CA | Manufacturing |
Henglin Home Furnishings 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/57760/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57760 | 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=57760 | 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=57760 \ -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": 57760}, 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 Henglin Home Furnishings Co.,Ltd (id: 57760)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.