JIANGSU FAVORED NANOTECHNOLOGY CO., LTD. — Investor Relations & Filings
About JIANGSU FAVORED NANOTECHNOLOGY CO., LTD.
Jiangsu Favored Nanotechnology Co., Ltd. is a high-tech enterprise specializing in the research, development, and application of advanced liquid-phase nano-coating technologies. The company provides comprehensive protective solutions designed to enhance the durability and performance of electronic components and industrial products. Its core offerings include vacuum plasma coating equipment and specialized nano-materials that provide superior waterproof, oil-repellent, and anti-corrosion properties, often achieving IPX7 or IPX8 standards. Favored Nanotechnology serves a diverse range of sectors, including consumer electronics, automotive systems, medical devices, and smart wearables. By integrating equipment manufacturing with material science, the company delivers end-to-end surface treatment services that improve product reliability in challenging environments while maintaining environmental sustainability.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度内部控制审计报告 | 2026-04-17 | Chinese | |
| 第二届董事会第二十次会议决议公告 | 2026-04-17 | Chinese | |
| 关于召开2025年年度股东会的通知 | 2026-04-17 | Chinese | |
| 关于注销2023年股票期权激励计划剩余股票期权的公告 | 2026-04-17 | Chinese | |
| 江苏菲沃泰纳米科技股份有限公司募集资金使用管理办法(2026年4月) | 2026-04-17 | Chinese | |
| 董事会审计委员会对2025年度会计师事务所履行监督职责情况报告 | 2026-04-17 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39522314 | 2025年度内部控制审计报告 | 2026-04-17 | Chinese | ||
| 39522312 | 第二届董事会第二十次会议决议公告 | 2026-04-17 | Chinese | ||
| 39522311 | 关于召开2025年年度股东会的通知 | 2026-04-17 | Chinese | ||
| 39522310 | 关于注销2023年股票期权激励计划剩余股票期权的公告 | 2026-04-17 | Chinese | ||
| 39522309 | 江苏菲沃泰纳米科技股份有限公司募集资金使用管理办法(2026年4月) | 2026-04-17 | Chinese | ||
| 39522307 | 董事会审计委员会对2025年度会计师事务所履行监督职责情况报告 | 2026-04-17 | Chinese | ||
| 39522304 | 2025年度独立董事述职报告-周频 | 2026-04-17 | Chinese | ||
| 39522302 | 2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-17 | Chinese | ||
| 39522299 | 关于公司2024年股票期权激励计划第二个行权期股票期权部分可行权暨注销部分股票期权的公告 | 2026-04-17 | Chinese | ||
| 39522296 | 2025年度独立董事述职报告-竹民 | 2026-04-17 | Chinese | ||
| 39522294 | 2025年度审计报告 | 2026-04-17 | Chinese | ||
| 39522288 | 董事会关于独立董事独立性情况的专项意见 | 2026-04-17 | Chinese | ||
| 39522286 | 2025年度募集资金存放、管理与使用情况专项报告的鉴证报告 | 2026-04-17 | Chinese | ||
| 39522282 | 北京市中伦律师事务所关于江苏菲沃泰纳米科技股份有限公司2025年股票期权激励计划第一个行权期行权条件未成就暨注销部分股票期权事项的法律意见书 | 2026-04-17 | Chinese | ||
| 39522280 | 关于续聘会计师事务所的公告 | 2026-04-17 | 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 |
|
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 |
|
Advanced Process Systems Corporation
Manufactures equipment for the semiconductor, display, EV b…
|
265520 | KR | Manufacturing |
JIANGSU FAVORED NANOTECHNOLOGY 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/58376/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58376 | 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=58376 | 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=58376 \ -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": 58376}, 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 JIANGSU FAVORED NANOTECHNOLOGY CO., LTD. (id: 58376)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.