Rockchip Electronics Co., Ltd. — Investor Relations & Filings
About Rockchip Electronics Co., Ltd.
Rockchip Electronics Co., Ltd. is a fabless semiconductor company specializing in the design and development of high-performance System-on-Chip (SoC) solutions. The company focuses on providing integrated circuits for a wide range of applications, including AIoT, consumer electronics, automotive electronics, and industrial control. Its product portfolio primarily consists of ARM-based processors equipped with advanced multimedia processing capabilities and integrated neural processing units (NPUs) for artificial intelligence tasks. Rockchip's solutions power diverse devices such as smart speakers, tablets, streaming media players, security cameras, and smart home appliances. By leveraging its expertise in video and audio processing, the company delivers scalable hardware and software platforms that enable rapid product development for global technology brands and manufacturers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于部分股票期权注销完成的公告 | 2026-04-17 | Chinese | |
| 关于2024年股票期权与限制性股票激励计划首次授予股票期权第二个行权期采用自主行权模式的提示性公告 | 2026-04-14 | Chinese | |
| 2025年年度报告摘要 | 2026-04-14 | Chinese | |
| 关于2024年股票期权与限制性股票激励计划首次授予第二个行权期行权条件及第二个限售期解除限售条件成就的公告 | 2026-04-14 | Chinese | |
| 2025年度内部控制审计报告 | 2026-04-14 | Chinese | |
| 2025年度利润分配预案公告 | 2026-04-14 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34826256 | 关于部分股票期权注销完成的公告 | 2026-04-17 | Chinese | ||
| 38607195 | 关于2024年股票期权与限制性股票激励计划首次授予股票期权第二个行权期采用自主行权模式的提示性公告 | 2026-04-14 | Chinese | ||
| 34932115 | 2025年年度报告摘要 | 2026-04-14 | Chinese | ||
| 34932113 | 关于2024年股票期权与限制性股票激励计划首次授予第二个行权期行权条件及第二个限售期解除限售条件成就的公告 | 2026-04-14 | Chinese | ||
| 34885266 | 2025年度内部控制审计报告 | 2026-04-14 | Chinese | ||
| 34885264 | 2025年度利润分配预案公告 | 2026-04-14 | Chinese | ||
| 34869810 | 2025年度独立董事述职报告(乔政) | 2026-04-14 | Chinese | ||
| 34869795 | 关于2025年股票期权激励计划第一个行权期行权条件成就的公告 | 2026-04-14 | Chinese | ||
| 34855135 | 关于2022年第二期股票期权与限制性股票激励计划首次授予股票期权第三个行权期采用自主行权模式的提示性公告 | 2026-04-14 | Chinese | ||
| 34845048 | 北京国枫律师事务所关于瑞芯微电子股份有限公司2024年第一期股票期权与限制性股票激励计划注销部分股票期权与首次授予第二个行权期行权条件及第二个限售期解除限售条件成就的法律意见书 | 2026-04-14 | Chinese | ||
| 34845011 | 2025年度会计师事务所履职情况评估报告 | 2026-04-14 | Chinese | ||
| 34844994 | 2025年度审计报告 | 2026-04-14 | Chinese | ||
| 34844797 | 董事会审计委员会对会计师事务所2025年度履行监督职责情况报告 | 2026-04-14 | Chinese | ||
| 34844794 | 2025年非经营性资金占用及其他关联资金往来情况 | 2026-04-14 | Chinese | ||
| 34844779 | 2025年度董事会审计委员会履职情况报告 | 2026-04-14 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AMBARELLA INC
Fabless semiconductor company designing low-power AI vision…
|
AMBA | KY | Manufacturing |
|
Ambiq Micro, Inc.
Develops ultra-low power semiconductors for battery-powered…
|
AMBQ | US | Manufacturing |
|
American Aires Inc.
Develops patented nanotechnology solutions for neutralizing…
|
WIFI | CA | Manufacturing |
|
AMKOR TECHNOLOGY, INC.
A leading provider of outsourced semiconductor assembly and…
|
AMKR | US | Manufacturing |
|
Amlogic (Shanghai) Co.,Ltd.
Global fabless semiconductor company specializing in multim…
|
688099 | CN | Manufacturing |
|
Amosense Co., Ltd.
Develops electronic components, modules, and IoT devices us…
|
357580 | KR | Manufacturing |
|
Amotech Co., Ltd.
Manufacturer of electronic components based on advanced mat…
|
052710 | KR | Manufacturing |
|
AMPHENOL CORP /DE/
Global designer and manufacturer of interconnect products, …
|
APH | US | Manufacturing |
|
AMS OSRAM AG
A global leader in optical solutions for sensing, illuminat…
|
AMS | AT | Manufacturing |
|
ANALOG DEVICES INC
Designs and manufactures high-performance analog, mixed-sig…
|
ADI | US | Manufacturing |
Rockchip Electronics 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/57885/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57885 | 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=57885 | 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=57885 \ -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": 57885}, 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 Rockchip Electronics Co., Ltd. (id: 57885)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.