
Jinneng Science&Technology Co.,Ltd — Investor Relations & Filings
Jinneng Science&Technology Co.,Ltd. is a resource-integrated enterprise specializing in the production of fine chemicals and coal-based products. The company operates an integrated circular economy model designed to optimize the industrial chain from raw material processing to high-value chemical manufacturing. Its core product portfolio includes carbon black, coke, p-phenylenediamine, sorbic acid, and potassium sorbate. These products are utilized across various sectors, including tire manufacturing, rubber processing, and food preservation. By implementing advanced production technologies and energy recovery systems, the company emphasizes high-efficiency resource utilization and sustainability. Jinneng serves a global market, providing high-purity chemical solutions and additives to meet international quality standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 金能科技股份有限公司关于参加2026年山东辖区上市公司投资者网上集体接待日活动的公告 | 2026-05-13 | Chinese | |
| 金能科技股份有限公司2025年年度股东会决议公告 | 2026-05-07 | Chinese | |
| 北京市中伦律师事务所关于金能科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-07 | Chinese | |
| 金能科技股份有限公司关于股价异动的公告 | 2026-05-06 | Chinese | |
| 金能科技股份有限公司关于为全资子公司提供担保的进展公告 | 2026-05-06 | Chinese | |
| 金能科技2025年度审计报告 | 2026-04-14 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 45774271 | 金能科技股份有限公司关于参加2026年山东辖区上市公司投资者网上集体接待日活动的公告 | 2026-05-13 | Chinese | ||
| 44269263 | 金能科技股份有限公司2025年年度股东会决议公告 | 2026-05-07 | Chinese | ||
| 44265456 | 北京市中伦律师事务所关于金能科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-07 | Chinese | ||
| 44280417 | 金能科技股份有限公司关于股价异动的公告 | 2026-05-06 | Chinese | ||
| 44280106 | 金能科技股份有限公司关于为全资子公司提供担保的进展公告 | 2026-05-06 | Chinese | ||
| 37452333 | 金能科技2025年度审计报告 | 2026-04-14 | Chinese | ||
| 37452325 | 董事会审计委员会关于对会计师事务所2025年度履职监督职责情况的报告 | 2026-04-14 | Chinese | ||
| 37452322 | 关于金能科技非经营性资金占用及其他关联资金往来的专项说明 | 2026-04-14 | Chinese | ||
| 37452321 | 金能科技股份有限公司关于使用闲置资金购买理财产品的公告 | 2026-04-14 | Chinese | ||
| 37452319 | 金能科技股份有限公司关于修改《公司章程》及其附件的公告 | 2026-04-14 | Chinese | ||
| 34908352 | 2025年度独立董事述职报告—黄侦武 | 2026-04-14 | Chinese | ||
| 34902133 | 金能科技股份有限公司关于会计政策变更的公告 | 2026-04-14 | Chinese | ||
| 34902130 | 金能科技股份有限公司关于续聘致同会计师事务所(特殊普通合伙)为公司2026年度审计机构的公告 | 2026-04-14 | Chinese | ||
| 34902127 | 独立董事提名人声明与承诺 | 2026-04-14 | Chinese | ||
| 34891973 | 股东会议事规则(2026.04) | 2026-04-14 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic chemicals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SHAANXI LIGHTE OPTOELECTRONICS MATERIAL CO.,LTD
Develops and produces high-purity OLED materials for flat p…
|
688150 | CN | Manufacturing |
|
Shandong Fengyuan Chemical Co.,Ltd
Produces oxalic acid, derivatives, and lithium iron phospha…
|
002805 | CN | Manufacturing |
|
SHANDONG HAIHUA CO.,LTD
Global manufacturer of soda ash and marine chemicals for va…
|
000822 | CN | Manufacturing |
|
Shandong Hi-tech Spring Material Technology Co., Ltd.
Global supplier of high-purity carbonate solvents for lithi…
|
301292 | CN | Manufacturing |
|
Shandong Hualu-Hengsheng Chemical Co.,Ltd
Large-scale producer of coal-based chemicals, fertilizers, …
|
600426 | CN | Manufacturing |
|
SHANDONG JIANBANG NEW MATERIAL CO., LTD.
Produces fine chemicals, catalysts, and water treatment age…
|
603285 | CN | Manufacturing |
|
Shandong Kaisheng New Materials Co.,Ltd.
Produces fine chemicals and high-performance polymer materi…
|
301069 | CN | Manufacturing |
|
Shandong Link Science and Technology Co.,Ltd.
Produces precipitated silica for the tire, rubber, and anim…
|
001207 | CN | Manufacturing |
|
SHANDONG SUNWAY CHEMICAL GROUP CO.,LTD
Produces organic chemicals, including adipic acid and plast…
|
002469 | CN | Manufacturing |
|
Shanghai Anoky Group Co., Ltd
Specializes in high-end dyestuffs, textile chemicals, and d…
|
300067 | CN | Manufacturing |
Jinneng Science&Technology 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/57436/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57436 | 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=57436 | 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=57436 \ -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": 57436}, 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 Jinneng Science&Technology Co.,Ltd (id: 57436)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.