
Zhejiang Jinggong Integration Technology Co., Ltd. — Investor Relations & Filings
Zhejiang Jinggong Integration Technology Co., Ltd. specializes in the research, development, and manufacturing of high-end intelligent equipment. The company focuses on several core sectors, including carbon fiber production lines, solar photovoltaic equipment, and specialized machinery for the construction and textile sectors. Its product portfolio includes multi-crystalline silicon casting furnaces, sandwich panel production lines, and high-performance carbon fiber precursors. By integrating advanced engineering with automated control systems, the company provides turnkey solutions for the renewable energy and aerospace sectors. It is recognized for its technical innovation in carbon fiber equipment manufacturing, supporting the global transition toward lightweight materials and sustainable energy.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度股东会决议公告 | 2026-05-13 | Chinese | |
| 北京市星河律师事务所关于浙江精工集成科技股份有限公司召开2025年度股东会的法律意见书 | 2026-05-13 | Chinese | |
| 董事会关于独立董事独立性自查情况的专项报告 | 2026-04-17 | Chinese | |
| 独立董事2025年度述职报告(陈三联) | 2026-04-17 | Chinese | |
| 关于举行2025年年度报告网上说明会的通知 | 2026-04-17 | Chinese | |
| 2025年度环境、社会及公司治理(ESG)报告 | 2026-04-17 | Chinese |
Browse filings by year
23 years- 2026 41 filings
- 2025 135 filings
- 2024 142 filings
- 2023 246 filings
- 2022 116 filings
- 2021 116 filings
- 2020 94 filings
- 2019 127 filings
- 2018 91 filings
- 2017 129 filings
- 2016 120 filings
- 2015 117 filings
- 2014 131 filings
- 2013 104 filings
- 2012 126 filings
- 2011 119 filings
- 2010 114 filings
- 2009 90 filings
- 2008 127 filings
- 2007 60 filings
- 2006 60 filings
- 2005 67 filings
- 2004 47 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 45774446 | 2025年度股东会决议公告 | 2026-05-13 | Chinese | ||
| 45774220 | 北京市星河律师事务所关于浙江精工集成科技股份有限公司召开2025年度股东会的法律意见书 | 2026-05-13 | Chinese | ||
| 44344485 | 董事会关于独立董事独立性自查情况的专项报告 | 2026-04-17 | Chinese | ||
| 44344478 | 独立董事2025年度述职报告(陈三联) | 2026-04-17 | Chinese | ||
| 44344477 | 关于举行2025年年度报告网上说明会的通知 | 2026-04-17 | Chinese | ||
| 44344465 | 2025年度环境、社会及公司治理(ESG)报告 | 2026-04-17 | Chinese | ||
| 44344434 | 关于2026年度日常关联交易预计的公告 | 2026-04-17 | Chinese | ||
| 44344433 | 募集资金2025年度存放、管理与使用情况鉴证报告 | 2026-04-17 | Chinese | ||
| 44344429 | 关于2025年度利润分配预案的公告 | 2026-04-17 | Chinese | ||
| 44344425 | 董事会审计委员会对会计师事务所2025年度履行监督职责情况的报告 | 2026-04-17 | Chinese | ||
| 44344424 | 独立董事2025年度述职报告(严建苗) | 2026-04-17 | Chinese | ||
| 44344422 | 2025年度内部控制评价报告 | 2026-04-17 | Chinese | ||
| 44344420 | 2025年年度报告 | 2026-04-17 | Chinese | ||
| 44344416 | 2025年年度报告摘要 | 2026-04-17 | Chinese | ||
| 34822887 | 独立董事2025年度述职报告(夏杰斌) | 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 |
|
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 |
Zhejiang Jinggong Integration 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/54072/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54072 | 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=54072 | 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=54072 \ -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": 54072}, 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 Zhejiang Jinggong Integration Technology Co., Ltd. (id: 54072)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.