
Yantai Eddie Precision Machinery Co.,Ltd — Investor Relations & Filings
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-05-27 | Chinese | |
| 艾迪精密 关于提前赎回“艾迪转债”的公告 | 2026-05-27 | Chinese | |
| 艾迪精密 关于“艾迪转债”预计满足赎回条件的提示性公告 | 2026-05-20 | Chinese | |
| 艾迪精密 关于公司持股5%以上股东部分股份质押及部分股份解除质押的公告 | 2026-05-20 | Chinese | |
| 艾迪精密 2025年年度股东会决议公告 | 2026-05-12 | Chinese | |
| 艾迪精密-2025年年度股东大会意见书 | 2026-05-12 | Chinese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47849344 | 国联民生证券承销保荐有限公司关于烟台艾迪精密机械股份有限公司提前赎回“艾迪转债”的核查意见 | 2026-05-27 | Chinese | ||
| 47849183 | 艾迪精密 关于提前赎回“艾迪转债”的公告 | 2026-05-27 | Chinese | ||
| 46701486 | 艾迪精密 关于“艾迪转债”预计满足赎回条件的提示性公告 | 2026-05-20 | Chinese | ||
| 46700948 | 艾迪精密 关于公司持股5%以上股东部分股份质押及部分股份解除质押的公告 | 2026-05-20 | Chinese | ||
| 45347326 | 艾迪精密 2025年年度股东会决议公告 | 2026-05-12 | Chinese | ||
| 45347127 | 艾迪精密-2025年年度股东大会意见书 | 2026-05-12 | Chinese | ||
| 45347077 | 艾迪精密 关于公司持股5%以上股东部分股份质押及部分股份解除质押的公告 | 2026-05-12 | Chinese | ||
| 44277343 | 艾迪精密 关于参加2026年山东辖区上市公司投资者网上集体接待日活动的公告 | 2026-05-06 | Chinese | ||
| 37952171 | 烟台艾迪精密机械股份有限公司-独立董事述职报告-冷敏娟 | 2026-04-21 | Chinese | ||
| 37952160 | 艾迪精密 关于公司使用部分闲置募集资金进行现金管理的公告 | 2026-04-21 | Chinese | ||
| 37952156 | 烟台艾迪精密机械股份有限公司薪酬管理制度-4.20 | 2026-04-21 | Chinese | ||
| 37952152 | 艾迪精密-募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-21 | Chinese | ||
| 37952149 | 艾迪精密公司章程 | 2026-04-21 | Chinese | ||
| 37952126 | 天职国际会计师事务所对公司控股股东及其他关联方资金占用情况的专项说明 | 2026-04-21 | Chinese | ||
| 37952124 | 艾迪精密_2025年_年度报告 | 2026-04-21 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of fluid power equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AIRTAC
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 |
|
CHELIC
Specialized manufacturer of pneumatic and electric automati…
|
4555 | TW | 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 |
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.