C*CORE TECHNOLOGY CO., LTD. — Investor Relations & Filings
About C*CORE TECHNOLOGY CO., LTD.
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-04-23 | Chinese | |
| 2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-23 | Chinese | |
| 关于未弥补亏损达实收股本总额三分之一的公告 | 2026-04-23 | Chinese | |
| 国泰海通证券股份有限公司关于苏州国芯科技股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-23 | Chinese | |
| 关于购买董事、高级管理人员责任险的公告 | 2026-04-23 | Chinese | |
| 关于召开2025年年度股东会的通知 | 2026-04-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 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 | ||
| 39290241 | 公证天业会计师事务所(特殊普通合伙)关于苏州国芯科技股份有限公司2025年度募集资金存放、管理与实际使用情况专项报告 | 2026-04-23 | Chinese | ||
| 39290174 | 公证天业会计师事务所(特殊普通合伙)关于苏州国芯科技股份有限公司非经营性资金占用及其他关联资金往来情况的专项说明 | 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 |
|---|---|---|---|
|
Anapass, Inc.
A fabless semiconductor company that designs System-on-Chip…
|
123860 | KR | Manufacturing |
|
Anfu CE LINK Limited
Develops and manufactures signal cables, docking stations, …
|
300787 | CN | Manufacturing |
|
Anhui Coreach Technology Co.,Ltd
Develops thermal management and EMI shielding solutions for…
|
002983 | CN | Manufacturing |
|
Anhui Tongfeng Electronics Company Limited
Manufactures capacitors, metallized films, and quartz reson…
|
600237 | CN | Manufacturing |
|
ANHUI XDLK MICROSYSTEM CORPORATION LIMITED
Develops and manufactures MEMS sensors and advanced microsy…
|
688582 | CN | Manufacturing |
|
AOI ELECTRONICS CO.,LTD.
Manufactures electronic components, semiconductors, and MEM…
|
6832 | JP | Manufacturing |
|
Aoshikang Technology Co. , Ltd
Manufactures high-precision PCBs and HDI boards for automot…
|
002913 | CN | Manufacturing |
|
APACT Co., Ltd.
Provider of semiconductor packaging, testing, and inspectio…
|
200470 | KR | Manufacturing |
|
Apaq Technology Co., Ltd.
Produces high-performance solid-state capacitors for AI ser…
|
6449 | TW | Manufacturing |
|
APCB Inc.
Manufacturer of high-precision double-sided and multi-layer…
|
6108 | TW | 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.