
Rockchip Electronics Co., Ltd. — Investor Relations & Filings
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-05-12 | Chinese | |
| 关于参加沪市主板新质领航之电子与通信行业2025年度集体业绩说明会的公告 | 2026-05-12 | Chinese | |
| 关于部分股票期权注销完成的公告 | 2026-04-17 | Chinese | |
| 关于2024年股票期权与限制性股票激励计划首次授予股票期权第二个行权期采用自主行权模式的提示性公告 | 2026-04-14 | Chinese | |
| 2025年年度报告摘要 | 2026-04-14 | Chinese | |
| 关于2024年股票期权与限制性股票激励计划首次授予第二个行权期行权条件及第二个限售期解除限售条件成就的公告 | 2026-04-14 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 45346956 | 股东减持股份计划公告 | 2026-05-12 | Chinese | ||
| 45346226 | 关于参加沪市主板新质领航之电子与通信行业2025年度集体业绩说明会的公告 | 2026-05-12 | Chinese | ||
| 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 | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
DAVICOM Semiconductor, Inc.
Designs communication and network ICs for industrial, autom…
|
3094 | TW | Manufacturing |
|
DB HiTek Co.,LTD
Specialty semiconductor foundry for analog and mixed-signal…
|
000990 | KR | Manufacturing |
|
DCX Systems Limited
Manufactures electronic sub-systems and cable harnesses for…
|
DCXINDIA | IN | Manufacturing |
|
DELTA ELECTRONICS, INC.
Global provider of high-efficiency power and thermal manage…
|
2308 | TW | Manufacturing |
|
DELTA MANUFACTURING LIMITED
Manufactures magnetic products, ferrite cores, and speciali…
|
DELTAMAGNT | IN | Manufacturing |
|
Delta Systems, Inc.
Engineers and manufactures electronic component solutions f…
|
DLT | US | Manufacturing |
|
Delton Technology (Guangzhou) Inc.
Specializes in high-precision PCB manufacturing for telecom…
|
001389 | CN | Manufacturing |
|
DENSAN CO.,LTD.
Manufacturer of standard and custom computer boards with fu…
|
3640 | JP | Manufacturing |
|
DERKWOO ELECTRONICS CO.,LTD.
Manufactures electronic components for mobile, automotive, …
|
263600 | KR | Manufacturing |
|
DESWELL INDUSTRIES INC
Manufactures plastic parts, electronic products, and metall…
|
DSWL | VG | 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.