
Suzhou Jinfu Technology Co., Ltd. — Investor Relations & Filings
Suzhou Jinfu Technology Co., Ltd. specializes in the research, development, and manufacturing of optoelectronic thin film devices and precision functional components. The company provides a comprehensive range of products including backlight modules, optical films, thermal management materials, and adhesive components primarily used in the consumer electronics and display industries. Its core expertise lies in high-precision die-cutting and advanced material processing, supporting the production of smartphones, tablets, televisions, and automotive displays. By focusing on technological innovation and supply chain integration, the company delivers customized solutions for display modules and electronic device assembly, catering to global manufacturers of high-end electronic products.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于为子公司提供担保的进展公告 | 2026-06-05 | Chinese | |
| 关于为子公司提供担保的进展公告 | 2026-05-28 | Chinese | |
| 北京大成(上海)律师事务所关于苏州锦富技术股份有限公司2025年度股东会法律意见书 | 2026-05-20 | Chinese | |
| 2025年度股东会决议公告 | 2026-05-20 | Chinese | |
| 关于为子公司提供担保的进展公告 | 2026-05-20 | Chinese | |
| 关于持股5%以上股东减持股份预披露公告 | 2026-05-19 | Chinese |
Browse filings by year
17 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
14 filings
| |||||
| 47985581 | 关于为子公司提供担保的进展公告 | 2026-06-05 | Chinese | ||
| 47869979 | 关于为子公司提供担保的进展公告 | 2026-05-28 | Chinese | ||
| 46615855 | 北京大成(上海)律师事务所关于苏州锦富技术股份有限公司2025年度股东会法律意见书 | 2026-05-20 | Chinese | ||
| 46615847 | 2025年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 46615871 | 关于为子公司提供担保的进展公告 | 2026-05-20 | Chinese | ||
| 46536071 | 关于持股5%以上股东减持股份预披露公告 | 2026-05-19 | Chinese | ||
| 45347143 | 关于为子公司提供担保的进展公告 | 2026-05-12 | Chinese | ||
| 45346480 | 关于注销募集资金现金管理专用结算账户的公告 | 2026-05-12 | Chinese | ||
| 45016809 | 国泰海通证券股份有限公司关于苏州锦富技术股份有限公司2025年度持续督导工作现场检查报告 | 2026-05-11 | Chinese | ||
| 45016187 | 国泰海通证券股份有限公司关于苏州锦富技术股份有限公司2025年度持续督导跟踪报告 | 2026-05-11 | Chinese | ||
| 45016186 | 国泰海通证券股份有限公司关于苏州锦富技术股份有限公司向特定对象发行证券并上市之保荐总结报告书 | 2026-05-11 | Chinese | ||
| 35920672 | 苏州锦富技术股份有限公司拟进行资产收购所涉及泰兴市赛尔新能源科技有限公司土地、房屋构筑物市场价值资产评估报告 | 2026-01-05 | Chinese | ||
| 35920658 | 第六届董事会第二十六次(临时)会议决议公告 | 2026-01-05 | Chinese | ||
| 35920652 | 关于召开2026年第一次(临时)股东会的通知 | 2026-01-05 | Chinese | ||
|
2025
1 filing
| |||||
| 35920642 | 关于公司及子公司为子公司提供担保的公告 | 2025-12-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
GUANGDONG CELLWISE MICROELECTRONICS CO., LTD.
Fabless firm specializing in high-performance battery manag…
|
688325 | CN | Manufacturing |
|
Guangdong Champion Asia Electronics Co.,Ltd.
Specializes in high-precision PCB manufacturing, including …
|
603386 | CN | Manufacturing |
|
GUANGDONG ELLINGTON ELECTRONICS TECHNOLOGY CO., LTD.
Manufactures high-precision multi-layer and HDI PCBs for gl…
|
603328 | CN | Manufacturing |
|
GUANGDONG FAITH LONG CRYSTAL TECHNOLOGY CO.,LTD
Manufactures high-precision quartz crystal resonators and o…
|
300460 | CN | Manufacturing |
|
Guangdong Fuxin Technology Co., Ltd.
Specializes in thermoelectric cooling technology and therma…
|
688662 | CN | Manufacturing |
|
Guangdong Ganhua Science & Industry Co., Ltd.
Develops power systems and electronic components for defens…
|
000576 | CN | Manufacturing |
|
GUANGDONG GOWORLD CO., LTD
Develops and manufactures high-precision PCBs, LCDs, and ul…
|
000823 | CN | Manufacturing |
|
GUANGDONG GREEN PRECISION COMPONENTS CO., LTD.
Designs and manufactures precision structural components fo…
|
300968 | CN | Manufacturing |
|
Guangdong Hec Technology Holding Co., Ltd
Produces electronic materials, new energy materials, and ch…
|
600673 | CN | Manufacturing |
|
Guangdong Kingshine Electronic Technology Co.,Ltd.
Manufactures high-precision PCBs and HDI solutions for dive…
|
300903 | CN | Manufacturing |
Suzhou Jinfu 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/55140/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55140 | 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=55140 | 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=55140 \ -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": 55140}, 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 Suzhou Jinfu Technology Co., Ltd. (id: 55140)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.