
纳科诺尔 — Investor Relations & Filings
Nakonor specializes in the research, development, and manufacturing of high-precision roller press equipment and integrated calendering solutions. The company provides specialized machinery essential for the production of battery electrodes, focusing on high-performance roller presses, automated production lines, and advanced equipment for solid-state battery materials. Its technology emphasizes precision control, automation, and consistency in electrode density, catering to the requirements of large-scale energy storage and power battery production. By offering customized engineering and technical support, Nakonor facilitates the processing of various new energy materials, ensuring high-speed operation and micron-level accuracy in the calendering process.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于开立募集资金现金管理专用结算账户的公告 | 2024-05-28 | Chinese | |
| 2023年年度股东大会决议公告 | 2024-05-16 | Chinese | |
| 河北领航律师事务所关于纳科诺尔2023年年度股东大会的法律意见书 | 2024-05-16 | Chinese | |
| 北京市尚公律师事务所关于邢台纳科诺尔精轧科技股份有限公司2022年股权激励计划预留部分限制性股票第一个解除限售期解除限售条件成就相关事项的法律意见书 | 2024-05-13 | Chinese | |
| 独立董事候选人声明与承诺(张晓颖) | 2024-05-13 | Chinese | |
| 董事、监事换届公告 | 2024-05-13 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 39762077 | 关于开立募集资金现金管理专用结算账户的公告 | 2024-05-28 | Chinese | ||
| 39762071 | 2023年年度股东大会决议公告 | 2024-05-16 | Chinese | ||
| 39762063 | 河北领航律师事务所关于纳科诺尔2023年年度股东大会的法律意见书 | 2024-05-16 | Chinese | ||
| 39761998 | 北京市尚公律师事务所关于邢台纳科诺尔精轧科技股份有限公司2022年股权激励计划预留部分限制性股票第一个解除限售期解除限售条件成就相关事项的法律意见书 | 2024-05-13 | Chinese | ||
| 39761976 | 独立董事候选人声明与承诺(张晓颖) | 2024-05-13 | Chinese | ||
| 39761967 | 董事、监事换届公告 | 2024-05-13 | Chinese | ||
| 39761956 | 监事会关于公司2022年股权激励计划预留部分限制性股票第一个限售期解除限售条件成就事项的核查意见 | 2024-05-13 | Chinese | ||
| 39761946 | 国泰君安证券股份有限公司关于邢台纳科诺尔精轧科技股份有限公司2022年股权激励计划预留部分限制性股票第一个限售期届满且解除限售条件成就的核查意见 | 2024-05-13 | Chinese | ||
| 39761933 | 2024年第一次职工代表大会决议公告 | 2024-05-13 | Chinese | ||
| 39761927 | 2022年股权激励计划预留部分限制性股票第一个限售期解除限售条件成就公告 | 2024-05-13 | Chinese | ||
| 39761911 | 独立董事候选人声明与承诺(刘军学) | 2024-05-13 | Chinese | ||
| 39761901 | 第三届董事会第三十八次会议决议公告 | 2024-05-13 | Chinese | ||
| 39761894 | 关于召开2024年第四次临时股东大会通知公告(提供网络投票) | 2024-05-13 | Chinese | ||
| 39761888 | 独立董事提名人声明与承诺 | 2024-05-13 | Chinese | ||
| 39761875 | 第三届监事会第二十八次会议决议公告 | 2024-05-13 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other special-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
333D LIMITED
Provides additive manufacturing, 3D printing, scanning, and…
|
T3D | AU | Manufacturing |
|
3DM Digital Manufacturing Ltd.
Develops patented SLS 3D printing technology for industrial…
|
DM3 | IL | Manufacturing |
|
3REN BERHAD
Provides digitalized automation solutions & engineering ser…
|
— | MY | Manufacturing |
|
3S KOREA CO., LTD
Manufactures semiconductor wafer carriers and environmental…
|
060310 | KR | Manufacturing |
|
AB DYNAMICS PLC
Supplier of advanced testing and simulation solutions for t…
|
ABDP | GB | Manufacturing |
|
ABRIL PAPER TECH LIMITED
Provides engineering, machinery, and turnkey solutions for …
|
544500 | IN | Manufacturing |
|
ACM Research, Inc.
Develops and sells wafer fabrication equipment for the glob…
|
ACMR | US | Manufacturing |
|
ACM RESEARCH(SHANGHAI),INC.
Develops advanced semiconductor wet cleaning and surface tr…
|
688082 | CN | Manufacturing |
|
Advanced Fiber Technologies (AFT) Income Fund
Specialized products and technologies for the fiber process…
|
AFT.UN | CA | Manufacturing |
|
Advanced Micro-Fabrication Equipment Inc. China
Develops plasma etching and MOCVD equipment for advanced se…
|
688012 | CN | Manufacturing |
纳科诺尔 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/58856/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58856 | 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=58856 | 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=58856 \ -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": 58856}, 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 纳科诺尔 (id: 58856)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.