
Guangzhou Risong Intelligent Technology Holding Co., Ltd. — Investor Relations & Filings
Guangzhou Risong Intelligent Technology Holding Co., Ltd. specializes in the research, development, and application of industrial robotics and intelligent manufacturing technologies. The company provides comprehensive solutions for automated production lines, focusing on robotic system integration, high-end intelligent equipment, and industrial software. Its core product portfolio includes automated welding systems, precision assembly lines, and intelligent logistics solutions tailored for the automotive, aerospace, and general manufacturing sectors. By integrating advanced sensing, control, and digital twin technologies, the company enables manufacturers to achieve high-precision production and digital transformation. Its services encompass the entire lifecycle of intelligent manufacturing, from conceptual design and system simulation to installation and technical support, aiming to optimize production efficiency and product quality through flexible automation.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2026年度向特定对象发行A股股票方案论证分析报告 | 2026-06-05 | Chinese | |
| 2026年限制性股票激励计划(草案) | 2026-06-05 | Chinese | |
| 关于2026年度向特定对象发行股票募集资金使用可行性分析报告 | 2026-06-05 | Chinese | |
| 关于本次募集资金投向属于科技创新领域的说明 | 2026-06-05 | Chinese | |
| 董事会薪酬与考核委员会关于公司2026年限制性股票激励计划(草案)的核查意见 | 2026-06-05 | Chinese | |
| 2026年限制性股票激励计划(草案)摘要公告 | 2026-06-05 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47986207 | 2026年度向特定对象发行A股股票方案论证分析报告 | 2026-06-05 | Chinese | ||
| 47986206 | 2026年限制性股票激励计划(草案) | 2026-06-05 | Chinese | ||
| 47986205 | 关于2026年度向特定对象发行股票募集资金使用可行性分析报告 | 2026-06-05 | Chinese | ||
| 47986204 | 关于本次募集资金投向属于科技创新领域的说明 | 2026-06-05 | Chinese | ||
| 47986203 | 董事会薪酬与考核委员会关于公司2026年限制性股票激励计划(草案)的核查意见 | 2026-06-05 | Chinese | ||
| 47986202 | 2026年限制性股票激励计划(草案)摘要公告 | 2026-06-05 | Chinese | ||
| 47986201 | 2026年限制性股票激励计划实施考核管理办法 | 2026-06-05 | Chinese | ||
| 47986104 | 2026年限制性股票激励计划首次授予激励对象名单 | 2026-06-05 | Chinese | ||
| 47986103 | 关于2026年度向特定对象发行A股股票预案披露的提示性公告 | 2026-06-05 | Chinese | ||
| 47985785 | 关于最近五年被证券监管部门和交易所处罚或采取监管措施及整改情况的公告 | 2026-06-05 | Chinese | ||
| 47985784 | 2026年度向特定对象发行A股股票预案 | 2026-06-05 | Chinese | ||
| 47985783 | 董事会审计委员会关于公司2026年度向特定对象发行股票相关事项的书面审核意见 | 2026-06-05 | Chinese | ||
| 47985782 | 关于本次向特定对象发行A股股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2026-06-05 | Chinese | ||
| 47985294 | 北京市中伦(广州)律师事务所关于广州瑞松智能科技股份有限公司2026年限制性股票激励计划(草案)的法律意见书 | 2026-06-05 | Chinese | ||
| 46757798 | 关于注销公司部分回购股份并减少注册资本暨通知债权人的公告 | 2026-05-21 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other general-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
DANYANG SYNGEN INTELLIGENT TECHNOLOGY CO.,LTD.
Develops precision mechanical components and automated manu…
|
603007 | CN | Manufacturing |
|
Davnor Water Treatment Technologies Ltd.
Manufactures durable BioSand Water Filters that remove path…
|
— | CA | Manufacturing |
|
DECISIVE DIVIDEND CORPORATION
An acquisition-oriented holding company focused exclusively…
|
DE | CA | Manufacturing |
|
Dectron Internationale Inc.
Long-established manufacturer of advanced dehumidification …
|
DECTF | CA | Manufacturing |
|
Dometic Group
Global provider of branded solutions for mobile living in v…
|
DOM | SE | Manufacturing |
|
DONALDSON Co INC
Global manufacturer of filtration systems and replacement p…
|
DCI | US | Manufacturing |
|
Dongguan Yiheda Automation Co., Ltd.
Provides a one-stop sourcing platform for standardized fact…
|
301029 | CN | Manufacturing |
|
Doosan Robotics Inc.
Manufacturer of collaborative robots and AI-powered robotic…
|
454910 | KR | Manufacturing |
|
Doright Co.,Ltd.
Designs and manufactures industrial heat transfer and energ…
|
300950 | CN | Manufacturing |
|
DOVER Corp
A diversified global manufacturer of equipment, components,…
|
DOV | US | Manufacturing |
Guangzhou Risong Intelligent Technology Holding 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/58136/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58136 | 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=58136 | 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=58136 \ -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": 58136}, 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 Guangzhou Risong Intelligent Technology Holding Co., Ltd. (id: 58136)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.