EFORT INTELLIGENT ROBOT CO.,LTD. — Investor Relations & Filings
About EFORT INTELLIGENT ROBOT CO.,LTD.
EFORT Intelligent Robot Co., Ltd. specializes in the research, development, and manufacturing of industrial robots and intelligent manufacturing systems. The company provides a comprehensive product portfolio, including multi-joint industrial robots, SCARA robots, and core components such as robotic controllers and high-performance servo drives. EFORT's solutions cater to diverse applications, including painting, welding, palletizing, assembly, and material handling across sectors like automotive, electronics, and general manufacturing. By integrating advanced motion control technologies and leveraging strategic international acquisitions, the company delivers automated production lines and turnkey robotic solutions designed to enhance industrial efficiency and precision. Its focus remains on the innovation of intelligent robotic platforms and the provision of integrated system solutions for complex manufacturing environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 埃夫特2025年度非经营性资金占用及其他关联资金往来情况的专项说明 | 2026-04-14 | Chinese | |
| 埃夫特2025年度独立董事述职报告-李辰(离任) | 2026-04-14 | Chinese | |
| 埃夫特关于2025年度会计师事务所的履职情况评估报告 | 2026-04-14 | Chinese | |
| 埃夫特关于授权使用部分闲置募集资金临时补充流动资金到期未使用的公告 | 2026-04-14 | Chinese | |
| 埃夫特董事会关于独立董事独立性情况的专项意见 | 2026-04-14 | Chinese | |
| 国信证券关于埃夫特授权使用部分闲置募集资金临时补充流动资金的核查意见 | 2026-04-14 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34893358 | 埃夫特2025年度非经营性资金占用及其他关联资金往来情况的专项说明 | 2026-04-14 | Chinese | ||
| 34893282 | 埃夫特2025年度独立董事述职报告-李辰(离任) | 2026-04-14 | Chinese | ||
| 34893274 | 埃夫特关于2025年度会计师事务所的履职情况评估报告 | 2026-04-14 | Chinese | ||
| 34893265 | 埃夫特关于授权使用部分闲置募集资金临时补充流动资金到期未使用的公告 | 2026-04-14 | Chinese | ||
| 34866691 | 埃夫特董事会关于独立董事独立性情况的专项意见 | 2026-04-14 | Chinese | ||
| 34860845 | 国信证券关于埃夫特授权使用部分闲置募集资金临时补充流动资金的核查意见 | 2026-04-14 | Chinese | ||
| 34860836 | 埃夫特2025年度董事会审计委员会履职情况报告 | 2026-04-14 | Chinese | ||
| 34860826 | 国信证券关于埃夫特2025年度募集资金存放与使用情况的专项核查报告 | 2026-04-14 | Chinese | ||
| 34860817 | 埃夫特董事和高级管理人员薪酬管理制度 | 2026-04-14 | Chinese | ||
| 34860809 | 埃夫特关于公司及子公司申请授信融资额度暨2026年度为子公司提供融资或担保的公告 | 2026-04-14 | Chinese | ||
| 34860806 | 埃夫特2025年度环境、社会及公司治理(ESG)报告 | 2026-04-14 | Chinese | ||
| 34849670 | 埃夫特2025年度独立董事述职报告-王硕 | 2026-04-14 | Chinese | ||
| 34849659 | 埃夫特2025年度独立董事述职报告-杜颖洁 | 2026-04-14 | Chinese | ||
| 34849653 | 埃夫特2025年度独立董事述职报告-冯辕(离任) | 2026-04-14 | Chinese | ||
| 34849634 | 埃夫特关于2025年度计提减值准备的公告 | 2026-04-14 | 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 |
EFORT INTELLIGENT ROBOT 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/58199/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58199 | 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=58199 | 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=58199 \ -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": 58199}, 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 EFORT INTELLIGENT ROBOT CO.,LTD. (id: 58199)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.