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 |
|---|---|---|---|
| 上海锦天城(青岛)律师事务所关于青岛豪江智能科技股份有限公司2024年限制性股票激励计划授予价格调整、第一个归属期归属条件成就相关事项的法律意见书 | 2025-08-28 | Chinese | |
| 北京证券关于豪江智能增加2025年度日常关联交易额度的核查意见 | 2025-08-28 | Chinese | |
| 2025年半年度募集资金存放、管理与使用情况的专项报告 | 2025-08-28 | Chinese | |
| 董事会决议公告 | 2025-08-28 | Chinese | |
| 2025年半年度报告摘要 | 2025-08-28 | Chinese | |
| 关于2025年半年度计提信用减值损失、资产减值损失及核销资产的公告 | 2025-08-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39415626 | 上海锦天城(青岛)律师事务所关于青岛豪江智能科技股份有限公司2024年限制性股票激励计划授予价格调整、第一个归属期归属条件成就相关事项的法律意见书 | 2025-08-28 | Chinese | ||
| 39415618 | 北京证券关于豪江智能增加2025年度日常关联交易额度的核查意见 | 2025-08-28 | Chinese | ||
| 39415611 | 2025年半年度募集资金存放、管理与使用情况的专项报告 | 2025-08-28 | Chinese | ||
| 39415601 | 董事会决议公告 | 2025-08-28 | Chinese | ||
| 39415585 | 2025年半年度报告摘要 | 2025-08-28 | Chinese | ||
| 39415574 | 关于2025年半年度计提信用减值损失、资产减值损失及核销资产的公告 | 2025-08-28 | Chinese | ||
| 39415567 | 2025年半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-28 | Chinese | ||
| 39415563 | 关于调整2024年限制性股票激励计划授予价格的公告 | 2025-08-28 | Chinese | ||
| 39415555 | 董事会薪酬与考核委员会关于2024年限制性股票激励计划第一个归属期条件成就情况的核查意见 | 2025-08-28 | Chinese | ||
| 39415552 | 关于增加2025年度日常关联交易额度预计的公告 | 2025-08-28 | Chinese | ||
| 39415546 | 关于2024年限制性股票激励计划第一个归属期归属条件成就的公告 | 2025-08-28 | Chinese | ||
| 39415540 | 监事会决议公告 | 2025-08-28 | Chinese | ||
| 39415531 | 董事会薪酬与考核委员会关于向激励对象首次授予限制性股票的核查意见 | 2025-08-14 | Chinese | ||
| 39415523 | 关于向激励对象首次授予限制性股票的公告 | 2025-08-14 | Chinese | ||
| 39415522 | 第三届董事会第十四次会议决议公告 | 2025-08-14 | 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.