Oppein Home Group Inc. — Investor Relations & Filings
About Oppein Home Group Inc.
Oppein Home Group Inc. specializes in the design, manufacture, and distribution of custom cabinetry and integrated home solutions. The product range encompasses kitchen cabinets, wardrobes, bathroom vanities, interior doors, and windows. The company employs advanced automated production lines and digital design platforms to facilitate large-scale customization and precision engineering. Its core value proposition centers on a "one-stop" service model, providing end-to-end solutions from conceptual design to final installation for residential interiors. By utilizing high-standard environmental materials and durable hardware, the firm caters to both individual retail consumers and large-scale commercial real estate projects. The global distribution network supports a wide reach, focusing on delivering functional and aesthetic interior environments through a diverse array of styles and configurations.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 广东信达律师事务所关于欧派家居集团股份有限公司2025年中期差异化权益分派事项的法律意见书 | 2026-01-04 | Chinese | |
| 欧派家居2025年中期权益分派实施公告 | 2026-01-04 | Chinese | |
| 欧派家居关于公司及控股子公司对外担保进展公告 | 2025-12-26 | Chinese | |
| 欧派家居关于实施2025年中期权益分派时“欧22转债”停止转股的提示性公告 | 2025-12-25 | Chinese | |
| 欧派家居关于公司及控股子公司对外担保进展公告 | 2025-12-19 | Chinese | |
| 欧派家居关于控股子公司工商登记信息变更的公告 | 2025-12-18 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
2 filings
| |||||
| 37937473 | 广东信达律师事务所关于欧派家居集团股份有限公司2025年中期差异化权益分派事项的法律意见书 | 2026-01-04 | Chinese | ||
| 37937463 | 欧派家居2025年中期权益分派实施公告 | 2026-01-04 | Chinese | ||
|
2025
13 filings
| |||||
| 37937453 | 欧派家居关于公司及控股子公司对外担保进展公告 | 2025-12-26 | Chinese | ||
| 37937451 | 欧派家居关于实施2025年中期权益分派时“欧22转债”停止转股的提示性公告 | 2025-12-25 | Chinese | ||
| 37937449 | 欧派家居关于公司及控股子公司对外担保进展公告 | 2025-12-19 | Chinese | ||
| 37937434 | 欧派家居关于控股子公司工商登记信息变更的公告 | 2025-12-18 | Chinese | ||
| 37937425 | 欧派家居关于使用闲置募集资金进行现金管理的公告 | 2025-12-16 | Chinese | ||
| 37937405 | 欧派家居关于公司及控股子公司对外担保进展公告 | 2025-12-12 | Chinese | ||
| 37937400 | 欧派家居关于控股股东、实际控制人之一致行动人首次增持公司股份暨增持计划的公告 | 2025-12-12 | Chinese | ||
| 37937386 | 欧派家居关于使用闲置募集资金进行现金管理的进展公告 | 2025-12-12 | Chinese | ||
| 37937378 | 欧派家居关于2025年中期分红方案的公告 | 2025-12-01 | Chinese | ||
| 37937369 | 欧派家居关于暂时调整募投项目部分闲置场地用途的进展公告 | 2025-11-24 | Chinese | ||
| 37937360 | 欧派家居关于为控股子公司提供担保的公告 | 2025-11-20 | Chinese | ||
| 37937351 | 欧派家居关于使用闲置募集资金进行现金管理的公告 | 2025-11-17 | Chinese | ||
| 37937341 | 欧派家居关于使用闲置募集资金进行现金管理的进展公告 | 2025-11-13 | 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 |
|
GoldenHome Living Co., Ltd.
Designs and manufactures high-end kitchen cabinets and cust…
|
603180 | CN | 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 |
Oppein Home Group Inc. 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/57853/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57853 | 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=57853 | 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=57853 \ -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": 57853}, 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 Oppein Home Group Inc. (id: 57853)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.