
C*CORE TECHNOLOGY CO., LTD. — Investor Relations & Filings
C*CORE Technology Co., Ltd. specializes in the research, development, and application of embedded CPU technology. The company provides high-performance, low-power embedded CPU cores and related SoC design platforms. Its product portfolio includes a wide range of information security chips, automotive electronics chips, and edge computing chips. C*CORE focuses on delivering secure and controllable core technologies for critical infrastructure, including smart grids, financial terminals, and industrial control systems. The company is recognized for its independent intellectual property in CPU architecture and its comprehensive chip design services, supporting various sectors in achieving hardware-level security and high-efficiency processing. Its solutions are widely integrated into automotive body control, powertrain, and advanced driver-assistance systems (ADAS), as well as secure payment and identity authentication devices.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 北京金诚同达(上海)律师事务所关于苏州国芯科技股份有限公司2025年度股东会的法律意见书 | 2026-05-21 | Chinese | |
| 2025年年度股东会会议资料 | 2026-05-11 | Chinese | |
| 2025年度董事会审计委员会履职情况报告 | 2026-04-23 | Chinese | |
| 2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-23 | Chinese | |
| 关于未弥补亏损达实收股本总额三分之一的公告 | 2026-04-23 | Chinese | |
| 国泰海通证券股份有限公司关于苏州国芯科技股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-23 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46757215 | 北京金诚同达(上海)律师事务所关于苏州国芯科技股份有限公司2025年度股东会的法律意见书 | 2026-05-21 | Chinese | ||
| 45017887 | 2025年年度股东会会议资料 | 2026-05-11 | Chinese | ||
| 39290349 | 2025年度董事会审计委员会履职情况报告 | 2026-04-23 | Chinese | ||
| 39290338 | 2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-23 | Chinese | ||
| 39290337 | 关于未弥补亏损达实收股本总额三分之一的公告 | 2026-04-23 | Chinese | ||
| 39290334 | 国泰海通证券股份有限公司关于苏州国芯科技股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-23 | Chinese | ||
| 39290331 | 关于购买董事、高级管理人员责任险的公告 | 2026-04-23 | Chinese | ||
| 39290321 | 关于召开2025年年度股东会的通知 | 2026-04-23 | Chinese | ||
| 39290316 | 公证天业会计师事务所(特殊普通合伙)关于苏州国芯科技股份有限公司2025年度内部控制审计报告 | 2026-04-23 | Chinese | ||
| 39290270 | 关于续聘公司2026年度审计机构的公告 | 2026-04-23 | Chinese | ||
| 39290265 | 关于2026年度董事、高级管理人员薪酬方案的公告 | 2026-04-23 | Chinese | ||
| 39290262 | 第三届董事会第八次会议决议公告 | 2026-04-23 | Chinese | ||
| 39290260 | 董事会审计委员会对会计师事务所履行监督职责情况报告 | 2026-04-23 | Chinese | ||
| 39290258 | 2025年度独立董事述职报告(陈弘毅) | 2026-04-23 | Chinese | ||
| 39290252 | 2025年内部控制评价报告 | 2026-04-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
THine Electronics, Inc.
Fabless semiconductor firm designing mixed-signal LSIs and …
|
6769 | JP | Manufacturing |
|
THINKING
Specialized manufacturer of protective circuit components a…
|
2428 | TW | Manufacturing |
|
Thinkon Semiconductor Jinzhou Corp.
Manufactures high-purity silicon materials and components f…
|
688233 | CN | Manufacturing |
|
Tianjin Jingwei Huikai Optoelectronic CO.,Ltd.
Produces electromagnetic wires and optoelectronic component…
|
300120 | CN | Manufacturing |
|
TIANJIN PRINTRONICS CIRCUIT CORPORATION
Manufactures high-precision PCBs, including HDI and multi-l…
|
002134 | CN | Manufacturing |
|
Tianjin Ruixin Technology Co., Ltd.
Develops high-reliability electronic components for aerospa…
|
300828 | CN | Manufacturing |
|
Tianli Holdings Group Limited
Manufacturing and sales of electronic products (MLCCs), pro…
|
117 | HK | Manufacturing |
|
TIANMA MICROELECTRONICS CO., LTD
Specializes in small-to-medium LCD and OLED display solutio…
|
000050 | CN | Manufacturing |
|
Tianshui Huatian Technology Co.,Ltd.
Offers integrated circuit packaging and testing services fo…
|
002185 | CN | Manufacturing |
|
Time Interconnect Technology Limited
Specializes in manufacturing copper and optical fiber cable…
|
1729 | HK | Manufacturing |
C*CORE 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/58283/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58283 | 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=58283 | 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=58283 \ -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": 58283}, 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 C*CORE TECHNOLOGY CO., LTD. (id: 58283)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.