
Decai Decoration Co.,Ltd — Investor Relations & Filings
Decai Decoration Co., Ltd. specializes in comprehensive architectural decoration services, integrating design, construction, and project management. The company provides a wide range of solutions including interior and exterior decoration, curtain wall engineering, landscaping, and the restoration of ancient buildings. Its portfolio encompasses diverse sectors such as high-end hotels, commercial complexes, public infrastructure, and residential developments. Decai Decoration emphasizes an integrated industrial chain approach, focusing on green building technologies and sustainable construction practices. The firm holds top-tier qualifications in architectural decoration design and construction, enabling it to execute complex, large-scale projects. By leveraging advanced engineering techniques and a commitment to quality, the company delivers customized environments that meet rigorous aesthetic and functional standards for its clients.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 德才装饰股份有限公司可转换公司债券持有人会议规则 | 2023-06-12 | Chinese | |
| 德才股份关于前次募集资金使用情况报告 | 2023-06-12 | Chinese | |
| 德才股份关于向不特定对象发行可转换公司债券预案披露的提示性公告 | 2023-06-12 | Chinese | |
| 德才股份独立董事关于第四届董事会第九次会议相关事项的独立意见 | 2023-06-12 | Chinese | |
| 德才股份关于向不特定对象发行可转换公司债券摊薄即期回报的风险提示、填补措施及相关主体承诺的公告 | 2023-06-12 | Chinese | |
| 上海锦天城(青岛)律师事务所关于德才装饰股份有限公司2022年年度股东大会的法律意见书 | 2023-06-06 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 39302497 | 德才装饰股份有限公司可转换公司债券持有人会议规则 | 2023-06-12 | Chinese | ||
| 39302492 | 德才股份关于前次募集资金使用情况报告 | 2023-06-12 | Chinese | ||
| 39302488 | 德才股份关于向不特定对象发行可转换公司债券预案披露的提示性公告 | 2023-06-12 | Chinese | ||
| 39302483 | 德才股份独立董事关于第四届董事会第九次会议相关事项的独立意见 | 2023-06-12 | Chinese | ||
| 39302477 | 德才股份关于向不特定对象发行可转换公司债券摊薄即期回报的风险提示、填补措施及相关主体承诺的公告 | 2023-06-12 | Chinese | ||
| 39302468 | 上海锦天城(青岛)律师事务所关于德才装饰股份有限公司2022年年度股东大会的法律意见书 | 2023-06-06 | Chinese | ||
| 39302435 | 德才股份2022年年度股东大会决议公告 | 2023-06-06 | Chinese | ||
| 39302422 | 德才股份2022年可持续发展报告 | 2023-06-05 | Chinese | ||
| 39302327 | 德才股份2022年年度股东大会会议资料 | 2023-05-30 | Chinese | ||
| 39302314 | 德才股份持股5%以上股东集中竞价减持计划时间过半暨减持进展公告 | 2023-05-22 | Chinese | ||
| 39302308 | 德才股份关于为子公司提供担保的进展公告 | 2023-05-10 | Chinese | ||
| 39302301 | 德才股份关于为子公司提供担保的进展公告 | 2023-05-08 | Chinese | ||
| 39302296 | 德才装饰股份有限公司股东大会议事规则 | 2023-04-28 | Chinese | ||
| 39302290 | 德才股份独立董事关于公司2022年度对外担保情况的专项说明及独立意见 | 2023-04-28 | Chinese | ||
| 39302282 | 光大证券股份有限公司关于德才装饰股份有限公司2022年度募集资金存放与使用情况的专项核查报告 | 2023-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Building completion and finishing
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Acme International Holdings Limited
Provides integrated design and build solutions for speciali…
|
1870 | HK | Construction |
|
ADNEX GROUP BERHAD
Interior fit-out specialist offering comprehensive turnkey …
|
— | MY | Construction |
|
Aeso Holding Limited
Principally engaged in fitting-out and renovation contracti…
|
8341 | HK | Construction |
|
Aesthetik Engineers Limited
Designs, fabricates, and installs architectural facade syst…
|
AESTHETIK | IN | Construction |
|
ALUWIND INFRA-TECH LIMITED
Designs, fabricates, and installs architectural aluminum bu…
|
ALUWIND | IN | Construction |
|
Anchorstone Holdings Limited
Specialist subcontractor for natural stone supply and insta…
|
1592 | HK | Construction |
|
ATTIKA GROUP LTD.
Full-service commercial interior decoration and MEP enginee…
|
53W | SG | Construction |
|
Balco Group
Develops, manufactures, and installs innovative, energy-sav…
|
BALCO | SE | Construction |
|
Basic House New Life Group Limited
Provision of integrated interior design and fit out solutio…
|
8360 | HK | Construction |
|
China Wacan Group Company Limited
Established building subcontractor providing specialized we…
|
1920 | HK | Construction |
Decai Decoration 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/58019/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58019 | 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=58019 | 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=58019 \ -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": 58019}, 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 Decai Decoration Co.,Ltd (id: 58019)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.