
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-11-23 | Chinese | |
| 独立董事关于公司股权激励计划第三个行权/解锁期行权/解锁条件成就的独立意见 | 2016-11-23 | Chinese | |
| 北京市康达律师事务所关于公司股票期权行权、限制性股票解锁事项的法律意见 | 2016-11-23 | Chinese | |
| 第二届董事会第三十六次会议决议公告 | 2016-11-23 | Chinese | |
| 第二届监事会第二十五次会议决议公告 | 2016-11-23 | Chinese | |
| 关于公司股票期权与限制性股票激励计划第三个行权/解锁期行权/解锁条件成就的公告 | 2016-11-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2016
15 filings
| |||||
| 36570161 | 股票期权与限制性股票激励计划第三个行权/解锁期行权/解锁对象名单 | 2016-11-23 | Chinese | ||
| 36570155 | 独立董事关于公司股权激励计划第三个行权/解锁期行权/解锁条件成就的独立意见 | 2016-11-23 | Chinese | ||
| 36570148 | 北京市康达律师事务所关于公司股票期权行权、限制性股票解锁事项的法律意见 | 2016-11-23 | Chinese | ||
| 36570140 | 第二届董事会第三十六次会议决议公告 | 2016-11-23 | Chinese | ||
| 36570136 | 第二届监事会第二十五次会议决议公告 | 2016-11-23 | Chinese | ||
| 36570125 | 关于公司股票期权与限制性股票激励计划第三个行权/解锁期行权/解锁条件成就的公告 | 2016-11-23 | Chinese | ||
| 36570114 | 关于独立董事任期届满辞职的公告 | 2016-11-21 | Chinese | ||
| 36570106 | 关于公司实际控制人增持公司股份的公告 | 2016-11-09 | Chinese | ||
| 36570101 | 关于签订战略合作协议的公告 | 2016-10-27 | Chinese | ||
| 36570089 | 2016年第三季度报告正文 | 2016-10-24 | Chinese | ||
| 36570075 | 董事会关于2016年第三季度报告对以前报告期披露的财务报表数据由于同一控制下企业合并进行追溯调整的说明 | 2016-10-24 | Chinese | ||
| 36570066 | 2016年第三季度报告全文 | 2016-10-24 | Chinese | ||
| 36570049 | 关于收购厦门烯成石墨烯科技有限公司53.8915%股权完成工商变更登记的公告 | 2016-10-21 | Chinese | ||
| 36570037 | 关于苏州百得胜智能家居有限公司原股东购买公司股票的公告 | 2016-09-28 | Chinese | ||
| 36570029 | 关于苏州百得胜智能家居有限公司原股东购买公司股票的公告 | 2016-09-27 | 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.