
Yingkou Jinchen Machinery Co., Ltd. — Investor Relations & Filings
Yingkou Jinchen Machinery Co., Ltd. specializes in the design and manufacture of high-end intelligent equipment for the solar photovoltaic industry. The company provides comprehensive turnkey solutions for PV module production, including fully automated assembly lines and high-performance laminators. Its product portfolio extends to solar cell processing equipment and integrated smart factory management systems. By focusing on technological innovation and process optimization, the company enables manufacturers to enhance production efficiency and product quality. Serving a global clientele, it offers technical support and customized engineering services to meet the evolving demands of the renewable energy sector.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 营口金辰机械股份有限公司第五届董事会第二十一次会议决议公告 | 2026-05-25 | Chinese | |
| 营口金辰机械股份有限公司关于向全资子公司提供担保的公告 | 2026-05-25 | Chinese | |
| 营口金辰机械股份有限公司关于拟核销部分应收账款及其他应收款暨关联交易的公告 | 2026-05-25 | Chinese | |
| 上海市锦天城律师事务所关于营口金辰机械股份有限公司2025年年度股东会的法律意见书 | 2026-05-20 | Chinese | |
| 营口金辰机械股份有限公司2025年年度股东会决议公告 | 2026-05-20 | Chinese | |
| 营口金辰机械股份有限公司关于召开2025年年度暨2026年第一季度业绩说明会的公告 | 2026-05-18 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47042094 | 营口金辰机械股份有限公司第五届董事会第二十一次会议决议公告 | 2026-05-25 | Chinese | ||
| 47041338 | 营口金辰机械股份有限公司关于向全资子公司提供担保的公告 | 2026-05-25 | Chinese | ||
| 47041331 | 营口金辰机械股份有限公司关于拟核销部分应收账款及其他应收款暨关联交易的公告 | 2026-05-25 | Chinese | ||
| 46702701 | 上海市锦天城律师事务所关于营口金辰机械股份有限公司2025年年度股东会的法律意见书 | 2026-05-20 | Chinese | ||
| 46700477 | 营口金辰机械股份有限公司2025年年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 46512514 | 营口金辰机械股份有限公司关于召开2025年年度暨2026年第一季度业绩说明会的公告 | 2026-05-18 | Chinese | ||
| 38104746 | 营口金辰机械股份有限公司关于开展外汇套期保值业务的公告 | 2026-04-27 | Chinese | ||
| 38104735 | 营口金辰机械股份有限公司2025年年度报告 | 2026-04-27 | Chinese | ||
| 38104731 | 营口金辰机械股份有限公司第五届董事会第二十次会议决议公告 | 2026-04-27 | Chinese | ||
| 38104719 | 营口金辰机械股份有限公司2025年度可持续发展报告 | 2026-04-27 | Chinese | ||
| 38104007 | 营口金辰机械股份有限公司2026年第一季度报告 | 2026-04-27 | Chinese | ||
| 38103984 | 募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-27 | Chinese | ||
| 38103350 | 营口金辰机械股份有限公司关于续聘公司2026年度审计机构的公告 | 2026-04-27 | Chinese | ||
| 38103344 | 内部控制审计报告 | 2026-04-27 | Chinese | ||
| 38102849 | 营口金辰机械股份有限公司董事会关于独立董事独立性情况的专项意见 | 2026-04-27 | 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 |
Yingkou Jinchen Machinery 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/57655/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57655 | 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=57655 | 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=57655 \ -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": 57655}, 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 Yingkou Jinchen Machinery Co., Ltd. (id: 57655)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.