Yantai Eddie Precision Machinery Co.,Ltd — Investor Relations & Filings
About Yantai Eddie Precision Machinery Co.,Ltd
Yantai Eddie Precision Machinery Co.,Ltd. focuses on the research, development, and manufacturing of hydraulic attachments and high-end hydraulic components. The product range includes hydraulic breakers, quick couplers, hydraulic shears, and vibrating compactors designed for integration with excavators and other heavy machinery. The company also produces core hydraulic parts such as axial piston pumps, travel motors, swing motors, and multi-way control valves. These solutions are applied in demolition, mining, road construction, and various infrastructure development projects. By leveraging advanced CNC machining and automated production processes, the company provides precision-engineered equipment aimed at improving operational efficiency and equipment longevity in demanding environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 艾迪精密 关于“艾迪转债”2026年付息公告 | 2026-04-06 | Chinese | |
| 艾迪精密 关于以集中竞价交易方式回购股份的进展公告 | 2026-04-01 | Chinese | |
| 艾迪精密 关于2026年第一季度可转换公司债券转股结果暨股份变动公告 | 2026-04-01 | Chinese | |
| 艾迪精密 关于以集中竞价交易方式回购股份的进展公告 | 2026-03-02 | Chinese | |
| 艾迪精密 关于“艾迪转债”变更转股股份来源的公告 | 2026-02-25 | Chinese | |
| 艾迪精密 关于以集中竞价交易方式首次实施股份回购的公告 | 2026-02-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
12 filings
| |||||
| 37949882 | 艾迪精密 关于“艾迪转债”2026年付息公告 | 2026-04-06 | Chinese | ||
| 37949880 | 艾迪精密 关于以集中竞价交易方式回购股份的进展公告 | 2026-04-01 | Chinese | ||
| 37949874 | 艾迪精密 关于2026年第一季度可转换公司债券转股结果暨股份变动公告 | 2026-04-01 | Chinese | ||
| 37949871 | 艾迪精密 关于以集中竞价交易方式回购股份的进展公告 | 2026-03-02 | Chinese | ||
| 37949855 | 艾迪精密 关于“艾迪转债”变更转股股份来源的公告 | 2026-02-25 | Chinese | ||
| 37949846 | 艾迪精密 关于以集中竞价交易方式首次实施股份回购的公告 | 2026-02-24 | Chinese | ||
| 37949845 | 艾迪精密 关于2025年经营业绩情况的公告 | 2026-02-10 | Chinese | ||
| 37949841 | 艾迪精密 关于以集中竞价交易方式回购股份的进展公告 | 2026-02-02 | Chinese | ||
| 37949836 | 艾迪精密 关于收到回购专项贷款承诺函的公告 | 2026-01-07 | Chinese | ||
| 37949834 | 艾迪精密 关于增加股份回购资金来源的公告 | 2026-01-05 | Chinese | ||
| 37949831 | 艾迪精密 关于2025年第四季度可转换公司债券转股结果暨股份变动公告 | 2026-01-05 | Chinese | ||
| 37949830 | 艾迪精密 关于以集中竞价交易方式回购股份的进展公告 | 2026-01-04 | Chinese | ||
|
2025
3 filings
| |||||
| 37949824 | 艾迪精密 关于使用部分闲置募集资金购买理财产品到期赎回的公告 | 2025-12-17 | Chinese | ||
| 37949816 | 艾迪精密关于因2025年前三季度利润分配调整可转债转股价格的公告 | 2025-12-01 | Chinese | ||
| 37949813 | 艾迪精密2025年前三季度权益分派实施公告 | 2025-12-01 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of fluid power equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Airtac International Group
Manufacturer of pneumatic components and transmission equip…
|
1590 | TW | Manufacturing |
|
Avic Heavy Machinery Co.,Ltd.
Manufactures high-end forgings, hydraulic systems, and heat…
|
600765 | CN | Manufacturing |
|
CFF FLUID CONTROL LIMITED
Manufactures and services naval shipboard machinery and flu…
|
543920 | IN | Manufacturing |
|
CKD Corporation
Manufactures automation machinery and components for a wide…
|
6407 | JP | Manufacturing |
|
CONVUM Ltd.
Manufacturer of pneumatic equipment and vacuum components f…
|
6265 | JP | Manufacturing |
|
Duncan Engineering Limited
Manufacturer of industrial pneumatic products and OTR tyre …
|
504908 | IN | Manufacturing |
|
DY Corporation
Manufactures industrial machinery, automotive components, a…
|
013570 | KR | Manufacturing |
|
DY POWER Corporation
Manufacturer of hydraulic cylinders for construction and he…
|
210540 | KR | Manufacturing |
|
HELIOS TECHNOLOGIES, INC.
Develops and manufactures motion control and electronic con…
|
HLIO | US | Manufacturing |
|
Hengong Precision Equipment Co., Ltd.
Manufactures continuous casting iron materials and high-pre…
|
301261 | CN | Manufacturing |
Yantai Eddie Precision 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/57750/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57750 | 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=57750 | 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=57750 \ -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": 57750}, 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 Yantai Eddie Precision Machinery Co.,Ltd (id: 57750)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.