UE FURNITURE CO., LTD — Investor Relations & Filings
About UE FURNITURE CO., LTD
UE Furniture Co., Ltd. specializes in the research, development, manufacturing, and distribution of high-quality seating solutions. The company's primary product portfolio includes ergonomic office chairs, massage chairs, functional sofas, and various leisure seating components. It emphasizes technological innovation and ergonomic design to enhance user comfort and productivity. Operating extensive production facilities, the firm serves a global clientele across major markets in North America, Europe, and Asia. Its operations integrate advanced manufacturing processes with rigorous quality control standards, focusing on providing durable and health-oriented furniture solutions for both commercial and residential environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 永艺家具股份有限公司董事会审计委员会关于对2025年度年审会计师事务所履行监督职责情况的报告 | 2026-04-24 | Chinese | |
| 永艺家具股份有限公司2025年年度报告摘要 | 2026-04-24 | Chinese | |
| 董事会关于独立董事2025年度保持独立性情况的专项报告 | 2026-04-24 | Chinese | |
| 永艺家具股份有限公司关于召开2025年年度业绩说明会的公告 | 2026-04-24 | Chinese | |
| 永艺家具股份有限公司2025年度独立董事述职报告(章国政) | 2026-04-24 | Chinese | |
| 永艺家具股份有限公司关于2026年度开展应收账款保理业务的公告 | 2026-04-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 37141001 | 永艺家具股份有限公司董事会审计委员会关于对2025年度年审会计师事务所履行监督职责情况的报告 | 2026-04-24 | Chinese | ||
| 37140995 | 永艺家具股份有限公司2025年年度报告摘要 | 2026-04-24 | Chinese | ||
| 37140977 | 董事会关于独立董事2025年度保持独立性情况的专项报告 | 2026-04-24 | Chinese | ||
| 37140971 | 永艺家具股份有限公司关于召开2025年年度业绩说明会的公告 | 2026-04-24 | Chinese | ||
| 37140964 | 永艺家具股份有限公司2025年度独立董事述职报告(章国政) | 2026-04-24 | Chinese | ||
| 37140956 | 永艺家具股份有限公司关于2026年度开展应收账款保理业务的公告 | 2026-04-24 | Chinese | ||
| 37140949 | 永艺家具股份有限公司非经营性资金占用及其他关联资金往来情况的专项审计说明 | 2026-04-24 | Chinese | ||
| 37140905 | 永艺家具股份有限公司2025年度可持续发展报告摘要 | 2026-04-24 | Chinese | ||
| 37140898 | 永艺家具股份有限公司2025年度内部控制评价报告 | 2026-04-24 | Chinese | ||
| 37140888 | 永艺家具股份有限公司关于续聘外部审计机构的公告 | 2026-04-24 | Chinese | ||
| 37140882 | 永艺家具股份有限公司2025年度独立董事述职报告(包磊) | 2026-04-24 | Chinese | ||
| 37140875 | 永艺家具股份有限公司关于2025年度年审会计师履职情况的评估报告 | 2026-04-24 | Chinese | ||
| 37140872 | 永艺家具股份有限公司关于会计政策变更的公告 | 2026-04-24 | Chinese | ||
| 37140867 | 关于永艺家具股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-24 | Chinese | ||
| 37140861 | 永艺家具股份有限公司关于2026年度向银行申请授信额度的公告 | 2026-04-24 | 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 |
UE FURNITURE 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/57726/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57726 | 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=57726 | 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=57726 \ -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": 57726}, 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 UE FURNITURE CO., LTD (id: 57726)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.