
Der Future Science & Technology Holding Group Co., LTD. — Investor Relations & Filings
Der Future Science & Technology Holding Group Co., LTD. focuses on the research, development, and manufacturing of wood flooring and customized home furnishing solutions. Its product range encompasses laminate, solid wood, and multi-layer solid wood flooring, as well as integrated cabinetry and wardrobe systems. The group has diversified its operations into the advanced materials sector, specifically targeting the industrial application of graphene. Key initiatives include the production of graphene-enhanced thermal management components and energy storage materials. By integrating traditional home products with high-tech material science, the company provides specialized solutions for residential interiors and industrial thermal regulation. Its operations prioritize technological integration and the development of high-performance, sustainable materials.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2016年第七次临时股东大会决议公告 | 2016-09-23 | Chinese | |
| 2016年第七次临时股东大会的法律意见书 | 2016-09-23 | Chinese | |
| 关于控股股东进行部分股权质押的公告 | 2016-09-22 | Chinese | |
| 北京市康达律师事务所关于对公司重组问询函相关问题的法律意见书 | 2016-09-18 | Chinese | |
| 华泰联合证券有限责任公司关于对深圳证券交易所《关于对德尔未来科技控股集团股份有限公司的重组问询函》相关问题之专项核查意见 | 2016-09-18 | Chinese | |
| 关于发行股份及支付现金购买资产并募集配套资金暨关联交易预案修订说明的公告 | 2016-09-18 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2016
15 filings
| |||||
| 36570022 | 2016年第七次临时股东大会决议公告 | 2016-09-23 | Chinese | ||
| 36570016 | 2016年第七次临时股东大会的法律意见书 | 2016-09-23 | Chinese | ||
| 36570010 | 关于控股股东进行部分股权质押的公告 | 2016-09-22 | Chinese | ||
| 36570005 | 北京市康达律师事务所关于对公司重组问询函相关问题的法律意见书 | 2016-09-18 | Chinese | ||
| 36569984 | 华泰联合证券有限责任公司关于对深圳证券交易所《关于对德尔未来科技控股集团股份有限公司的重组问询函》相关问题之专项核查意见 | 2016-09-18 | Chinese | ||
| 36569962 | 关于发行股份及支付现金购买资产并募集配套资金暨关联交易预案修订说明的公告 | 2016-09-18 | Chinese | ||
| 36569957 | 发行股份及支付现金购买资产并募集配套资金暨关联交易预案(修订稿) | 2016-09-18 | Chinese | ||
| 36569855 | 关于深圳证券交易所《关于对德尔未来科技控股集团股份有限公司的重组问询函》之回复 | 2016-09-18 | Chinese | ||
| 36569804 | 关于筹划发行股份及支付现金购买资产并募集配套资金事项股票复牌的公告 | 2016-09-18 | Chinese | ||
| 36569792 | 《关于对德尔未来科技控股集团股份有限公司的重组问询函》(【2016】第82号)之回复有关会计问题的专项意见 | 2016-09-18 | Chinese | ||
| 36569780 | 限制性股票激励计划(草案)摘要 | 2016-09-13 | Chinese | ||
| 36569769 | 限制性股票激励计划(草案) | 2016-09-13 | Chinese | ||
| 36569747 | 中小企业板上市公司股权激励计划自查表 | 2016-09-13 | Chinese | ||
| 36569731 | 独立董事关于第二届董事会第三十四次会议相关事项的独立意见 | 2016-09-13 | Chinese | ||
| 36569719 | 限制性股票激励计划实施考核管理办法 | 2016-09-13 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of builders' carpentry and joinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACCSYS TECHNOLOGIES PLC
A chemical technology company that modifies sustainable woo…
|
AXS | GB | Manufacturing |
|
Anhui Sentai WPC Group Share Co., Ltd.
Produces high-performance wood-plastic composites for const…
|
301429 | CN | Manufacturing |
|
ANZO HOLDINGS BERHAD
Investment holding in timber services, wood product manufac…
|
— | MY | Manufacturing |
|
Atlas Engineered Products Ltd.
Manufacturer and supplier of engineered wood components for…
|
AEP | CA | Manufacturing |
|
Bergs Timber
An owner of companies producing doors, windows, furniture, …
|
BRG | SE | Manufacturing |
|
Byggma ASA
A supplier and manufacturer of building materials solutions…
|
BMA | NO | Manufacturing |
|
CAVCO INDUSTRIES, INC.
Designer and producer of factory-built housing like manufac…
|
CVCO | US | Manufacturing |
|
Champion Homes, Inc.
A large North American builder of factory-built and modular…
|
SKY | US | Manufacturing |
|
China Environmental Technology and Bioenergy Holdings Limited
Manufactures wooden products using patented technology and …
|
1237 | HK | Manufacturing |
|
C.S. LUMBER CO., INC
Manufactures pre-cut wood products and undertakes construct…
|
7808 | JP | Manufacturing |
Der Future Science & Technology Holding Group 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/54652/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54652 | 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=54652 | 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=54652 \ -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": 54652}, 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 Der Future Science & Technology Holding Group Co., LTD. (id: 54652)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.