
Dongguan Yiheda Automation Co., Ltd. — Investor Relations & Filings
Dongguan Yiheda Automation Co., Ltd. specializes in the research, development, production, and sales of factory automation (FA) components. The company provides a comprehensive one-stop sourcing platform for automation equipment manufacturers, offering a vast range of standardized parts. Its product portfolio includes linear motion components, transmission parts, pneumatic components, aluminum profiles, sensors, fasteners, and industrial frame structures. By focusing on the standardization of automation components, Yiheda enables customers to reduce design time, lower procurement costs, and shorten equipment assembly cycles. The company leverages a digitalized supply chain and large-scale inventory management to ensure rapid delivery and high reliability across various sectors, including electronics, automotive, new energy, and medical device manufacturing.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于控股股东、实际控制人及其一致行动人权益变动触及1%整数倍的公告 | 2026-05-22 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-20 | Chinese | |
| 第四届董事会第一次会议决议公告 | 2026-05-20 | Chinese | |
| 关于职工代表董事辞职及选举职工代表董事的公告 | 2026-05-20 | Chinese | |
| 关于董事会完成换届选举及聘任高级管理人员、证券事务代表的公告 | 2026-05-20 | Chinese | |
| 广东华商律师事务所关于东莞怡合达自动化股份有限公司2025年年度股东会的法律意见书 | 2026-05-20 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46788453 | 关于控股股东、实际控制人及其一致行动人权益变动触及1%整数倍的公告 | 2026-05-22 | Chinese | ||
| 46651037 | 2025年年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 46651033 | 第四届董事会第一次会议决议公告 | 2026-05-20 | Chinese | ||
| 46651030 | 关于职工代表董事辞职及选举职工代表董事的公告 | 2026-05-20 | Chinese | ||
| 46651026 | 关于董事会完成换届选举及聘任高级管理人员、证券事务代表的公告 | 2026-05-20 | Chinese | ||
| 46651024 | 广东华商律师事务所关于东莞怡合达自动化股份有限公司2025年年度股东会的法律意见书 | 2026-05-20 | Chinese | ||
| 46534664 | 东莞证券股份有限公司关于东莞怡合达自动化股份有限公司2025年年度持续督导跟踪报告 | 2026-05-19 | Chinese | ||
| 44264344 | 关于控股股东、实际控制人及其一致行动人权益变动触及1%整数倍的公告 | 2026-05-08 | Chinese | ||
| 39271347 | 关于会计师事务所履职情况的评估报告 | 2026-04-27 | Chinese | ||
| 39271343 | 立信会计师事务所(特殊普通合伙)关于东莞怡合达自动化股份有限公司2025年度非经营性资金占用及其他关联资金往来情况的专项报告 | 2026-04-27 | Chinese | ||
| 39271310 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-27 | Chinese | ||
| 39271304 | 董事会关于独立董事2025年度保持独立性情况的专项意见 | 2026-04-27 | Chinese | ||
| 39271302 | 2025年年度审计报告 | 2026-04-27 | Chinese | ||
| 39271274 | 东莞证券股份有限公司关于东莞怡合达自动化股份有限公司关于使用闲置自有资金进行委托理财的核查意见 | 2026-04-27 | Chinese | ||
| 39271264 | 关于确认董事、高级管理人员2025年度薪酬及拟定2026年度薪酬方案的公告 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other general-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3D SYSTEMS CORP
Provides additive manufacturing solutions including printer…
|
DDD | US | Manufacturing |
|
AAON, INC.
Manufactures configurable, energy-efficient commercial and …
|
AAON | US | Manufacturing |
|
Absolent Air Care Group AB
A global developer and manufacturer of industrial air clean…
|
ABSO | SE | Manufacturing |
|
Adarsh Plant Project Ltd.
Engineering firm providing process equipment and turnkey pl…
|
526711 | IN | Manufacturing |
|
AIRFLOA RAIL TECHNOLOGY LIMITED
Engineers and manufactures climate control and air manageme…
|
544516 | IN | Manufacturing |
|
AirJoule Technologies Corp.
Develops atmospheric water harvesting and energy-efficient …
|
AIRJ | US | Manufacturing |
|
Airobot Technologies AS
Develops sensor-driven, autonomous indoor climate systems f…
|
AIR | EE | Manufacturing |
|
AIRTECH JAPAN,LTD.
Manufacturer of clean air systems and cleanroom equipment f…
|
6291 | JP | Manufacturing |
|
Alfa Laval
Provider of engineered solutions for heat transfer, separat…
|
ALFA | SE | Manufacturing |
|
A Libental Holdings Ltd.
Develops real estate projects and manages a portfolio of in…
|
LBTL | IL | Manufacturing |
Dongguan Yiheda Automation 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/55989/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55989 | 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=55989 | 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=55989 \ -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": 55989}, 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 Dongguan Yiheda Automation Co., Ltd. (id: 55989)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.