Kingfa Sci.&Tech. Co.,Ltd. — Investor Relations & Filings
About Kingfa Sci.&Tech. Co.,Ltd.
Kingfa Sci.&Tech. Co.,Ltd. specializes in the research, development, production, and sale of advanced polymer materials. The company’s extensive product portfolio includes modified plastics, high-performance engineering plastics, biodegradable materials, carbon fiber composites, and specialty materials for the healthcare sector. These solutions are widely utilized across diverse sectors such as automotive manufacturing, consumer electronics, household appliances, telecommunications, and sustainable packaging. Kingfa focuses on technological innovation and environmental sustainability, providing customized material solutions that enhance product performance and efficiency. With a global manufacturing and R&D network, the company serves a broad international client base, emphasizing high-quality standards and the development of eco-friendly material alternatives to meet evolving industrial demands.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 金发科技2025年年度报告摘要 | 2026-04-20 | Chinese | |
| 金发科技独立董事2025年度述职报告(孟跃中) | 2026-04-20 | Chinese | |
| 金发科技独立董事2025年度述职报告(杨雄-已离任) | 2026-04-20 | Chinese | |
| 广东南国德赛律师事务所关于金发科技股份有限公司2026年限制性股票激励计划调整及授予相关事项的法律意见书 | 2026-04-20 | Chinese | |
| 金发科技董事会薪酬与考核委员会关于2026年限制性股票激励计划激励对象名单(授予日)的核查意见 | 2026-04-20 | Chinese | |
| 金发科技关于公司2026年度向金融机构申请综合授信并进行授权的公告 | 2026-04-20 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40423837 | 金发科技2025年年度报告摘要 | 2026-04-20 | Chinese | ||
| 40423836 | 金发科技独立董事2025年度述职报告(孟跃中) | 2026-04-20 | Chinese | ||
| 40423828 | 金发科技独立董事2025年度述职报告(杨雄-已离任) | 2026-04-20 | Chinese | ||
| 40423821 | 广东南国德赛律师事务所关于金发科技股份有限公司2026年限制性股票激励计划调整及授予相关事项的法律意见书 | 2026-04-20 | Chinese | ||
| 40423812 | 金发科技董事会薪酬与考核委员会关于2026年限制性股票激励计划激励对象名单(授予日)的核查意见 | 2026-04-20 | Chinese | ||
| 40423807 | 金发科技关于公司2026年度向金融机构申请综合授信并进行授权的公告 | 2026-04-20 | Chinese | ||
| 40423801 | 金发科技2025年度“提质增效重回报”行动方案的评估报告暨2026年度“提质增效重回报”行动方案 | 2026-04-20 | Chinese | ||
| 40423793 | 金发科技2025年内部控制评价报告 | 2026-04-20 | Chinese | ||
| 40423789 | 金发科技关于2025年度计提资产减值准备的公告 | 2026-04-20 | Chinese | ||
| 40423783 | 金发科技关于召开2025年年度股东会的通知 | 2026-04-20 | Chinese | ||
| 40423773 | 金发科技关于使用阶段性闲置自有资金进行现金管理的公告 | 2026-04-20 | Chinese | ||
| 40423766 | 金发科技2026年第一季度报告 | 2026-04-20 | Chinese | ||
| 40423764 | 金发科技2025年第四季度主要经营数据公告 | 2026-04-20 | Chinese | ||
| 40423760 | 金发科技2025年度会计师事务所履职情况评估报告 | 2026-04-20 | Chinese | ||
| 40423758 | 金发科技董事会对独立董事独立性情况的专项报告 | 2026-04-20 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of plastics and synthetic rubber in primary forms
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Asahi Kasei Corporation
A diversified technology company specializing in chemicals …
|
3407 | JP | Manufacturing |
|
Asia Polymer Corporation
Manufactures LDPE and EVA resins for injection molding, foa…
|
1308 | TW | Manufacturing |
|
Avantium N.V.
Develops technologies for renewable chemistry from plants a…
|
AVTX | NL | Manufacturing |
|
AVIENT CORP
Provider of specialized and sustainable polymer materials, …
|
AVNT | US | Manufacturing |
|
Axel Polymers Ltd.
Manufactures high-performance engineering thermoplastic com…
|
513642 | IN | Manufacturing |
|
BGFecomaterials CO., LTD.
Manufacturer of customized, high-performance engineering pl…
|
126600 | KR | Manufacturing |
|
Bhansali Engineering Polymers Ltd.
Manufactures ABS and SAN resins for automotive, electronics…
|
BEPL | IN | Manufacturing |
|
Bioextrax AB
Develops a bio-extraction platform to convert waste into hi…
|
BIOEX | SE | Manufacturing |
|
BIOME TECHNOLOGIES PLC
Develops plant-based bioplastics and advanced radio frequen…
|
BIOM | GB | Manufacturing |
|
BRASKEM SA
Global petrochemical firm producing thermoplastic resins, c…
|
BAK | BR | Manufacturing |
Kingfa Sci.&Tech. 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/56516/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56516 | 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=56516 | 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=56516 \ -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": 56516}, 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 Kingfa Sci.&Tech. Co.,Ltd. (id: 56516)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.