SHENYANG FORTUNE PRECISION EQUIPMENT CO., LTD. — Investor Relations & Filings
About SHENYANG FORTUNE PRECISION EQUIPMENT CO., LTD.
SHENYANG FORTUNE PRECISION EQUIPMENT CO., LTD. specializes in the engineering and manufacturing of high-precision components and integrated systems for advanced technology sectors. The company’s core expertise lies in the production of vacuum chambers, gas distribution systems, and complex mechanical assemblies utilized in semiconductor fabrication, flat panel display manufacturing, and solar energy production. Utilizing advanced CNC machining, specialized welding, and cleanroom assembly facilities, the firm provides critical hardware for thin-film deposition, etching, and lithography processes. Its technical capabilities support the development of high-performance equipment requiring stringent vacuum integrity and thermal stability. The company serves as a strategic partner to original equipment manufacturers (OEMs), delivering customized precision solutions that meet rigorous industrial standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 股东及部分董事、高管减持计划时间届满暨减持股份结果公告 | 2026-06-05 | Chinese | |
| 2025年年度股东会决议公告 | 2026-06-01 | Chinese | |
| 北京市中伦律师事务所关于沈阳富创精密设备股份有限公司2025年年度股东会的法律意见书 | 2026-06-01 | Chinese | |
| 日扬电子科技(上海)有限公司2025年度审计报告 | 2026-05-26 | Chinese | |
| 2025年年度股东会会议资料 | 2026-05-20 | Chinese | |
| 中信证券股份有限公司关于沈阳富创精密设备股份有限公司2025年度持续督导工作现场检查报告 | 2026-05-19 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47986315 | 股东及部分董事、高管减持计划时间届满暨减持股份结果公告 | 2026-06-05 | Chinese | ||
| 47927080 | 2025年年度股东会决议公告 | 2026-06-01 | Chinese | ||
| 47926164 | 北京市中伦律师事务所关于沈阳富创精密设备股份有限公司2025年年度股东会的法律意见书 | 2026-06-01 | Chinese | ||
| 47076904 | 日扬电子科技(上海)有限公司2025年度审计报告 | 2026-05-26 | Chinese | ||
| 46703286 | 2025年年度股东会会议资料 | 2026-05-20 | Chinese | ||
| 46566134 | 中信证券股份有限公司关于沈阳富创精密设备股份有限公司2025年度持续督导工作现场检查报告 | 2026-05-19 | Chinese | ||
| 46512798 | 股票交易异常波动公告 | 2026-05-18 | Chinese | ||
| 39506521 | 2025年度内部控制评价报告 | 2026-04-29 | Chinese | ||
| 39506516 | 立信会计师事务所(特殊普通合伙)关于沈阳富创精密设备股份有限公司2025年度募集资金存放与使用情况专项报告的鉴证报告 | 2026-04-29 | Chinese | ||
| 39506260 | 2025年度审计报告 | 2026-04-29 | Chinese | ||
| 39505151 | 立信会计师事务所(特殊普通合伙)关于沈阳富创精密设备股份有限公司2025年度募集资金存放与使用情况专项报告的鉴证报告 | 2026-04-29 | Chinese | ||
| 39504923 | 关于2026年度董事、高级管理人员薪酬方案的公告 | 2026-04-29 | Chinese | ||
| 39504915 | 2025年度“提质增效重回报”专项行动方案年度评估报告暨2026年度“提质增效重回报”专项行动方案 | 2026-04-29 | Chinese | ||
| 39504909 | 关于增加2026年度日常关联交易额度预计的公告 | 2026-04-29 | Chinese | ||
| 39504903 | 关于2025年度计提资产减值准备的公告 | 2026-04-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other special-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Advanced Process Systems Corporation
Manufactures equipment for the semiconductor, display, EV b…
|
265520 | KR | Manufacturing |
|
Aerowash AB
Develops and manufactures automated robots for washing airc…
|
AERW B | SE | Manufacturing |
|
AI Korea Co., Ltd.
Manufacturer of precision-machined components for high-tech…
|
364950 | KR | Manufacturing |
|
AIMECHATEC,Ltd.
Manufactures equipment for semiconductors, flat-panel displ…
|
6227 | JP | Manufacturing |
|
Airtouch Solar Ltd.
Develops autonomous, water-free robotic cleaning solutions …
|
ARTS | IL | Manufacturing |
|
AIXTRON SE
A leading provider of deposition equipment to the semicondu…
|
AIXA | DE | Manufacturing |
|
AKVA Group
A technology and service partner to the global aquaculture …
|
AKVA | NO | Manufacturing |
|
Alexanderwerk AG
Manufacturer of compaction and granulation machines for pha…
|
ALX | DE | Manufacturing |
|
Alfred Herbert (India) Ltd.
Manufactures rubber processing machinery, machine tools, an…
|
505216 | IN | Manufacturing |
|
Alter NRG Corp.
Developer of equipment converting waste streams into clean …
|
NRG | CA | Manufacturing |
SHENYANG FORTUNE PRECISION EQUIPMENT 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/58405/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58405 | 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=58405 | 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=58405 \ -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": 58405}, 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 SHENYANG FORTUNE PRECISION EQUIPMENT CO., LTD. (id: 58405)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.