Anhui Orivie Technology Co.,Ltd — Investor Relations & Filings
Anhui Orivie Technology Co., Ltd. focuses on the research, development, and production of intelligent household cleaning appliances. The company’s core product line includes robotic vacuum cleaners, cordless handheld vacuums, and wet-dry floor washers. These products utilize advanced navigation systems, sensor integration, and high-efficiency motor technology to automate domestic maintenance tasks. Beyond floor care, the firm expands its portfolio into smart personal care and small home appliances. Orivie provides comprehensive solutions through original design manufacturing (ODM) and original equipment manufacturing (OEM) services, catering to global markets. The company emphasizes technological integration and functional design to enhance the efficiency of modern living environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 华安证券关于中赋科技详式权益变动报告书之2025年年度及2026年第一季度持续督导意见 | 2026-04-27 | Chinese | |
| 关于续聘公司2026年度审计机构的公告 | 2026-04-26 | Chinese | |
| 关于调整公司组织结构的公告 | 2026-04-26 | Chinese | |
| 独立董事2025年度述职报告(马奕旺) | 2026-04-26 | Chinese | |
| 2025年度环境、社会和公司治理(ESG)报告 | 2026-04-26 | Chinese | |
| 关于择期召开2025年年度股东会的通知 | 2026-04-26 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38604963 | 华安证券关于中赋科技详式权益变动报告书之2025年年度及2026年第一季度持续督导意见 | 2026-04-27 | Chinese | ||
| 38604947 | 关于续聘公司2026年度审计机构的公告 | 2026-04-26 | Chinese | ||
| 38604945 | 关于调整公司组织结构的公告 | 2026-04-26 | Chinese | ||
| 38604944 | 独立董事2025年度述职报告(马奕旺) | 2026-04-26 | Chinese | ||
| 38604939 | 2025年度环境、社会和公司治理(ESG)报告 | 2026-04-26 | Chinese | ||
| 38604929 | 关于择期召开2025年年度股东会的通知 | 2026-04-26 | Chinese | ||
| 38604915 | 关于中环转2摘牌的公告 | 2026-04-17 | Chinese | ||
| 38604905 | 关于中环转2即将停止转股暨赎回前最后半个交易日的重要提示性公告 | 2026-04-09 | Chinese | ||
| 38604904 | 关于中环转2即将停止转股暨赎回前最后一个交易日的重要提示性公告 | 2026-04-08 | Chinese | ||
| 38604902 | 安徽天禾律师事务所关于安徽中赋源创科技集团股份有限公司向特定对象发行股票之法律意见书 | 2026-04-07 | Chinese | ||
| 38604894 | 关于向特定对象发行股票申请获得深圳证券交易所受理的公告 | 2026-04-07 | Chinese | ||
| 38604886 | 安徽中赋源创科技集团股份有限公司最近一年的财务报告及其审计报告以及最近一期的财务报告 | 2026-04-07 | Chinese | ||
| 38604882 | 国泰海通证券股份有限公司关于安徽中赋源创科技集团股份有限公司创业板向特定对象发行股票之上市保荐书 | 2026-04-07 | Chinese | ||
| 38604879 | 国泰海通证券股份有限公司关于安徽中赋源创科技集团股份有限公司创业板向特定对象发行股票之发行保荐书 | 2026-04-07 | Chinese | ||
| 38604877 | 安徽中赋源创科技集团股份有限公司向特定对象发行股票募集说明书(申报稿) | 2026-04-07 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of domestic appliances
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AI Health Technology Limited
R&D, manufacturing, and trading of kitchen appliances and c…
|
1715 | HK | Manufacturing |
|
Airmate (Cayman) International Co Limited
Specializes in air-related household appliances and indoor …
|
1626 | TW | Manufacturing |
|
Alfa plam a.d.
Leading Southeastern European manufacturer of household hea…
|
ALFA | RS | Manufacturing |
|
Allan International Holdings Limited
Designs, manufactures, and sells household electrical appli…
|
684 | HK | Manufacturing |
|
Al-Omran Industrial Trading Co.
Manufactures and distributes household appliances, electron…
|
4141 | SA | Manufacturing |
|
Amica S.A.
A European manufacturer of a wide range of large household …
|
AMC | PL | Manufacturing |
|
ARÇELİK A.Ş.
Multinational manufacturer of household appliances and cons…
|
ARCLK | TR | Manufacturing |
|
ARZUM ELEKTRİKLİ EV ALETLERİ SANAYİ VE TİCARET A.Ş.
Manufacturer and distributor of small electrical home appli…
|
ARZUM | TR | Manufacturing |
|
AUCMA Co., Ltd.
Manufactures refrigeration equipment, cold chain systems, a…
|
600336 | CN | Manufacturing |
|
AUPU INTELLIGENT TECHNOLOGY CORPORATION LIMITED
Provides integrated home solutions, bathroom master units, …
|
603551 | CN | Manufacturing |
Anhui Orivie 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/55671/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55671 | 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=55671 | 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=55671 \ -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": 55671}, 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 Anhui Orivie Technology Co.,Ltd (id: 55671)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.