Qingdao Richmat Intelligence Technology Inc. — Investor Relations & Filings
Qingdao Richmat Intelligence Technology Inc. specializes in the research, development, and manufacturing of intelligent control systems and linear actuator solutions. The company provides a comprehensive range of products, including linear actuators, control boxes, handsets, and related accessories designed for various applications. Its core offerings cater to the smart home sector, specifically for adjustable beds and motion furniture, as well as the medical and healthcare industry for hospital beds and patient lifts. Additionally, the company develops ergonomic solutions for office environments, such as height-adjustable desk systems, and provides specialized components for industrial automation. Richmat focuses on delivering integrated motion control technology, emphasizing product reliability, precision, and technological innovation to meet the requirements of global manufacturers and service providers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 董事会薪酬与考核委员会关于向激励对象预留授予限制性股票的核查意见 | 2025-12-30 | Chinese | |
| 第三届董事会第二十次会议决议公告 | 2025-12-30 | Chinese | |
| 董事会薪酬与考核委员会关于2025年限制性股票激励计划预留授予激励对象名单的核查意见(预留授予日) | 2025-12-30 | Chinese | |
| 2025年限制性股票激励计划预留授予激励对象名单(预留授予日) | 2025-12-30 | Chinese | |
| 北京证券有限责任公司关于青岛豪江智能科技股份有限公司持续督导期2025年培训情况报告 | 2025-12-18 | Chinese | |
| 北京证券有限责任公司关于青岛豪江智能科技股份有限公司2025年定期现场检查报告 | 2025-12-18 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39416169 | 董事会薪酬与考核委员会关于向激励对象预留授予限制性股票的核查意见 | 2025-12-30 | Chinese | ||
| 39416154 | 第三届董事会第二十次会议决议公告 | 2025-12-30 | Chinese | ||
| 39416141 | 董事会薪酬与考核委员会关于2025年限制性股票激励计划预留授予激励对象名单的核查意见(预留授予日) | 2025-12-30 | Chinese | ||
| 39416125 | 2025年限制性股票激励计划预留授予激励对象名单(预留授予日) | 2025-12-30 | Chinese | ||
| 39416107 | 北京证券有限责任公司关于青岛豪江智能科技股份有限公司持续督导期2025年培训情况报告 | 2025-12-18 | Chinese | ||
| 39416099 | 北京证券有限责任公司关于青岛豪江智能科技股份有限公司2025年定期现场检查报告 | 2025-12-18 | Chinese | ||
| 39416091 | 关于股东股份减持计划时间届满暨减持结果的公告 | 2025-12-04 | Chinese | ||
| 39416087 | 关于完成工商变更登记并换发营业执照的公告 | 2025-12-04 | Chinese | ||
| 39416082 | 第三届董事会第十九次会议决议公告 | 2025-11-21 | Chinese | ||
| 39416077 | 关于财务总监辞职暨聘任财务总监的公告 | 2025-11-21 | Chinese | ||
| 39416072 | 2025年三季度报告 | 2025-10-28 | Chinese | ||
| 39416070 | 关于2025年前三季度计提信用减值损失、资产减值损失及核销资产的公告 | 2025-10-28 | Chinese | ||
| 39416065 | 关于公司入选国家级专精特新“小巨人”企业公示名单的公告 | 2025-10-27 | Chinese | ||
| 39416057 | 2025年第二次临时股东大会决议公告 | 2025-10-27 | Chinese | ||
| 39416050 | 关于选举第三届董事会职工代表董事的公告 | 2025-10-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of electric motors, generators, transformers and electricity distribution and control apparatus
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aartech Solonics Limited
Engineering firm providing energy storage, bus transfer sys…
|
AARTECH | IN | Manufacturing |
|
ABB India Limited
Technology leader in electrification and automation for a s…
|
ABB | IN | Manufacturing |
|
ABB Ltd
A technology company specializing in electrification and au…
|
ABBN | CH | Manufacturing |
|
ACCORD TRANSFORMER & SWITCHGEAR LIMITED
Designs and manufactures energy-efficient transformers and …
|
544710 | IN | Manufacturing |
|
Ads-Tec Energy Public Ltd Co
Develops battery-buffered platform solutions for ultra-fast…
|
ADSE | US | Manufacturing |
|
ADVAIT ENERGY TRANSITIONS LIMITED
Provides power transmission components, renewable energy, a…
|
ADVAIT | IN | Manufacturing |
|
ADVENT TECHNOLOGIES HOLDINGS, INC.
Develops and manufactures complete fuel cell systems and th…
|
ADN | US | Manufacturing |
|
AFC ENERGY PLC
Develops hydrogen power generation technologies for off-gri…
|
AFC | GB | Manufacturing |
|
AHA Co.,Ltd
A technology company operating in EdTech, Healthcare, and E…
|
102950 | KR | Manufacturing |
|
AHOKU Electronic Company
Manufacturer of power management, surge protectors, and PDU…
|
3002 | TW | Manufacturing |
Qingdao Richmat Intelligence Technology Inc. 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/56236/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56236 | 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=56236 | 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=56236 \ -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": 56236}, 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 Qingdao Richmat Intelligence Technology Inc. (id: 56236)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.