
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-12-28 | Chinese | |
| 上海锦天城(青岛)律师事务所关于德才装饰股份有限公司2023年第二次临时股东大会的法律意见书 | 2023-12-25 | Chinese | |
| 德才装饰股份有限公司会计师事务所选聘制度 | 2023-12-25 | Chinese | |
| 德才股份2023年第二次临时股东大会决议公告 | 2023-12-25 | Chinese | |
| 德才股份关于控股子公司青岛中房建筑设计院股份有限公司收到全国中小企业股份转让系统同意挂牌函的公告 | 2023-12-22 | Chinese | |
| 德才股份2023年第二次临时股东大会会议资料 | 2023-12-18 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 39303315 | 德才股份关于控股子公司青岛中房建筑设计院股份有限公司在全国中小企业股份转让系统正式挂牌的公告 | 2023-12-28 | Chinese | ||
| 39303306 | 上海锦天城(青岛)律师事务所关于德才装饰股份有限公司2023年第二次临时股东大会的法律意见书 | 2023-12-25 | Chinese | ||
| 39303299 | 德才装饰股份有限公司会计师事务所选聘制度 | 2023-12-25 | Chinese | ||
| 39303289 | 德才股份2023年第二次临时股东大会决议公告 | 2023-12-25 | Chinese | ||
| 39303279 | 德才股份关于控股子公司青岛中房建筑设计院股份有限公司收到全国中小企业股份转让系统同意挂牌函的公告 | 2023-12-22 | Chinese | ||
| 39303267 | 德才股份2023年第二次临时股东大会会议资料 | 2023-12-18 | Chinese | ||
| 39303257 | 光大证券股份有限公司关于德才装饰股份有限公司2023年度持续督导现场检查报告 | 2023-12-18 | Chinese | ||
| 39303243 | 德才装饰股份有限公司董事会提名委员会工作制度 | 2023-12-07 | Chinese | ||
| 39303235 | 德才装饰股份有限公司对外担保管理制度 | 2023-12-07 | Chinese | ||
| 39303230 | 德才装饰股份有限公司董事会战略委员会工作制度 | 2023-12-07 | Chinese | ||
| 39303223 | 德才股份关于修订《公司章程》并办理工商变更登记的公告 | 2023-12-07 | Chinese | ||
| 39303209 | 德才股份第四届董事会第十五次会议决议公告 | 2023-12-07 | Chinese | ||
| 39303201 | 德才股份关于为子公司提供担保的进展公告 | 2023-12-07 | Chinese | ||
| 39303195 | 德才装饰股份有限公司董事会审计委员会工作制度 | 2023-12-07 | Chinese | ||
| 39303187 | 德才装饰股份有限公司独立董事制度 | 2023-12-07 | 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.