RoboTechnik Intelligent Technology Co., LTD — Investor Relations & Filings
RoboTechnik Intelligent Technology Co., LTD specializes in the design and manufacture of high-end intelligent equipment and integrated production systems. The company provides comprehensive automation solutions, focusing on high-speed, high-precision manufacturing processes. Its core product portfolio includes automated production lines, intelligent material handling systems, and laser processing equipment. RoboTechnik serves diverse high-tech sectors, with a significant presence in the solar photovoltaic industry, semiconductor manufacturing, and automotive electronics. By integrating advanced robotics, machine vision, and proprietary software, the company enables manufacturers to optimize production efficiency and achieve digital transformation. Its solutions are designed to meet the rigorous demands of large-scale industrial applications, emphasizing reliability and technological innovation in intelligent manufacturing.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 董事会审计委员会对会计师事务所2025年度履职情况评估及履行监督职责情况的报告 | 2026-03-30 | Chinese | |
| 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-03-30 | Chinese | |
| 董事会关于独立董事独立性情况的专项意见 | 2026-03-30 | Chinese | |
| 2025年年度报告 | 2026-03-30 | Chinese | |
| 罗博特科智能科技股份有限公司发行股份及支付现金购买资产并募集配套资金之2025年年度持续督导意见 | 2026-03-30 | Chinese | |
| 2025年度董事会工作报告 | 2026-03-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38881597 | 董事会审计委员会对会计师事务所2025年度履职情况评估及履行监督职责情况的报告 | 2026-03-30 | Chinese | ||
| 38881595 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-03-30 | Chinese | ||
| 38881592 | 董事会关于独立董事独立性情况的专项意见 | 2026-03-30 | Chinese | ||
| 38881589 | 2025年年度报告 | 2026-03-30 | Chinese | ||
| 38881586 | 罗博特科智能科技股份有限公司发行股份及支付现金购买资产并募集配套资金之2025年年度持续督导意见 | 2026-03-30 | Chinese | ||
| 38881584 | 2025年度董事会工作报告 | 2026-03-30 | Chinese | ||
| 38881580 | 罗博特科智能科技股份有限公司关于发行股份及支付现金购买资产并募集配套资金之2025年度业绩承诺实现情况的说明审核报告 | 2026-03-30 | Chinese | ||
| 38881546 | 关于发行股份及支付现金购买资产并募集配套资金之2025年度业绩承诺实现情况的说明的公告 | 2026-03-30 | Chinese | ||
| 38881542 | 关于罗博特科智能科技股份有限公司非经营性资金占用及其他关联资金往来的专项说明 | 2026-03-30 | Chinese | ||
| 38881540 | 罗博特科智能科技股份有限公司2025年度内部控制评价报告 | 2026-03-30 | Chinese | ||
| 38881536 | 关于提请股东会授权董事会办理小额快速融资相关事宜的公告 | 2026-03-30 | Chinese | ||
| 38881533 | 关于2025年度募集资金存放、管理与使用情况的专项报告 | 2026-03-30 | Chinese | ||
| 38881529 | 罗博特科智能科技股份有限公司营业收入扣除情况表专项核查报告 | 2026-03-30 | Chinese | ||
| 38881527 | 东方证券股份有限公司关于罗博特科智能科技股份有限公司2025年度内部控制评价报告的核查意见 | 2026-03-30 | Chinese | ||
| 38881524 | 独立董事2025年度述职报告(凌旭峰已离任) | 2026-03-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other special-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
333D LIMITED
Provides additive manufacturing, 3D printing, scanning, and…
|
T3D | AU | Manufacturing |
|
3DM Digital Manufacturing Ltd.
Develops patented SLS 3D printing technology for industrial…
|
DM3 | IL | Manufacturing |
|
3S KOREA CO., LTD
Manufactures semiconductor wafer carriers and environmental…
|
060310 | KR | Manufacturing |
|
AB DYNAMICS PLC
Supplier of advanced testing and simulation solutions for t…
|
ABDP | GB | Manufacturing |
|
ABRIL PAPER TECH LIMITED
Provides engineering, machinery, and turnkey solutions for …
|
544500 | IN | Manufacturing |
|
ACM Research, Inc.
Develops and sells wafer fabrication equipment for the glob…
|
ACMR | US | Manufacturing |
|
ACM RESEARCH(SHANGHAI),INC.
Develops advanced semiconductor wet cleaning and surface tr…
|
688082 | CN | Manufacturing |
|
Advanced Fiber Technologies (AFT) Income Fund
Specialized products and technologies for the fiber process…
|
AFT.UN | CA | Manufacturing |
|
Advanced Micro-Fabrication Equipment Inc. China
Develops plasma etching and MOCVD equipment for advanced se…
|
688012 | CN | Manufacturing |
|
Advanced Process Systems Corporation
Manufactures equipment for the semiconductor, display, EV b…
|
265520 | KR | Manufacturing |
RoboTechnik Intelligent Technology 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/55729/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55729 | 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=55729 | 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=55729 \ -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": 55729}, 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 RoboTechnik Intelligent Technology Co., LTD (id: 55729)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.