ANHUI YINGLIU ELECTROMECHANICAL CO.,LTD — Investor Relations & Filings
About ANHUI YINGLIU ELECTROMECHANICAL CO.,LTD
Anhui Yingliu Electromechanical Co., Ltd. specializes in the research, development, and manufacturing of high-end equipment components. The company focuses on precision casting and forging technologies to produce critical parts for demanding sectors including aerospace, nuclear power, and oil and gas. Its product portfolio features high-performance components such as turbine blades, casings, and valve bodies made from superalloys, titanium alloys, and specialized steels. Yingliu maintains an integrated production chain encompassing material development, casting, forging, heat treatment, and precision machining. The company is a key supplier of critical components for aero-engines, gas turbines, and nuclear power plants, emphasizing high reliability and technical precision in extreme environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 安徽应流机电股份有限公司2026年度“提质增效重回报”行动方案 | 2026-04-23 | Chinese | |
| 应流股份2026年第一季度报告 | 2026-04-23 | Chinese | |
| 天健会计师事务所关于募集资金年度存放、管理与实际使用情况鉴证报告 | 2026-04-23 | Chinese | |
| 应流股份募集资金存放与实际使用情况的专项报告 | 2026-04-23 | Chinese | |
| 华泰联合证券有限责任公司关于安徽应流机电股份有限公司2025年度募集资金存放、管理和使用情况专项核查报告 | 2026-04-23 | Chinese | |
| 应流股份关于召开2025年年度股东会的通知 | 2026-04-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 37062134 | 安徽应流机电股份有限公司2026年度“提质增效重回报”行动方案 | 2026-04-23 | Chinese | ||
| 37062133 | 应流股份2026年第一季度报告 | 2026-04-23 | Chinese | ||
| 37062131 | 天健会计师事务所关于募集资金年度存放、管理与实际使用情况鉴证报告 | 2026-04-23 | Chinese | ||
| 37062085 | 应流股份募集资金存放与实际使用情况的专项报告 | 2026-04-23 | Chinese | ||
| 37062083 | 华泰联合证券有限责任公司关于安徽应流机电股份有限公司2025年度募集资金存放、管理和使用情况专项核查报告 | 2026-04-23 | Chinese | ||
| 37062082 | 应流股份关于召开2025年年度股东会的通知 | 2026-04-23 | Chinese | ||
| 37062080 | 独立董事候选人声明与承诺(陈翌庆) | 2026-04-23 | Chinese | ||
| 37062079 | 应流股份2025年年度报告摘要 | 2026-04-23 | Chinese | ||
| 37062078 | 应流股份2025年内部控制评价报告 | 2026-04-23 | Chinese | ||
| 37062070 | 安徽应流机电股份有限公司董事和高级管理人员薪酬管理制度 | 2026-04-23 | Chinese | ||
| 37062061 | 华泰联合证券有限责任公司关于安徽应流机电股份有限公司不提前赎回“应流转债”的核查意见 | 2026-04-15 | Chinese | ||
| 37062059 | 应流股份关于不提前赎回“应流转债”的公告 | 2026-04-15 | Chinese | ||
| 37062055 | 应流股份关于债券持有人可转债持有比例变动达10%暨持股5%以上股东权益变动触及1%刻度的提示性公告 | 2026-04-08 | Chinese | ||
| 37062054 | 应流股份关于“应流转债”预计满足赎回条件的提示性公告 | 2026-04-08 | Chinese | ||
| 37062052 | 应流股份可转债转股结果暨股份变动的公告 | 2026-04-01 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Forging, pressing, stamping and roll-forming of metal; powder metallurgy
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AMAERO LTD
Specializes in metal additive manufacturing and powders for…
|
3DA | AU | Manufacturing |
|
Amforge Industries Ltd.
Manufacturer of precision forged components for automotive …
|
513117 | IN | Manufacturing |
|
Amic Forging Limited
Produces open die forged components for heavy engineering, …
|
544037 | IN | Manufacturing |
|
ASL Industries Limited
Manufactures forged and machined components for automotive,…
|
ASLIND | IN | Manufacturing |
|
BALU FORGE INDUSTRIES LIMITED
Manufactures precision forged components and crankshafts fo…
|
BALUFORGE | IN | Manufacturing |
|
Baoding Technology Co., Ltd.
Manufactures large-scale castings and forgings for marine a…
|
002552 | CN | Manufacturing |
|
Bharat Forge Ltd
Global manufacturer of high-performance forged and machined…
|
BHARATFORG | IN | Manufacturing |
|
BRAIME GROUP PLC
Manufactures metal presswork and distributes bulk material …
|
BMT | GB | Manufacturing |
|
Chia Chang Co., Ltd.
Manufacturer of precision metal components for servers, dis…
|
4942 | TW | Manufacturing |
|
CKPZ
Manufactures forgings, wheels, and parts for the automotive…
|
CKPZ | RU | Manufacturing |
ANHUI YINGLIU ELECTROMECHANICAL 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/57584/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57584 | 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=57584 | 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=57584 \ -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": 57584}, 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 ANHUI YINGLIU ELECTROMECHANICAL CO.,LTD (id: 57584)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.