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-11 | Chinese | |
| 2025年度董事会审计委员会履职情况报告 | 2026-04-23 | Chinese | |
| 2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-23 | Chinese | |
| 关于未弥补亏损达实收股本总额三分之一的公告 | 2026-04-23 | Chinese | |
| 国泰海通证券股份有限公司关于苏州国芯科技股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-23 | Chinese | |
| 关于购买董事、高级管理人员责任险的公告 | 2026-04-23 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 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 | ||
| 39290241 | 公证天业会计师事务所(特殊普通合伙)关于苏州国芯科技股份有限公司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 |
|---|---|---|---|
|
MECARO.CO.,LTD.
Manufacturer of functional components for the semiconductor…
|
241770 | KR | Manufacturing |
|
MediaTek Inc.
Global fabless leader in high-performance, power-efficient …
|
2454 | TW | Manufacturing |
|
MegaChips Corporation
Fabless semiconductor company designing and developing syst…
|
6875 | JP | Manufacturing |
|
MEGAIN Holding (Cayman) Co., Ltd.
R&D, commercialization of compatible printer cartridge chip…
|
6939 | HK | Manufacturing |
|
Meiko Electronics Co., Ltd.
Manufacturer of printed circuit boards offering comprehensi…
|
6787 | JP | Manufacturing |
|
Melexis N.V.
Designs and markets microelectronic solutions and sensor IC…
|
MELE | BE | Manufacturing |
|
Memscap
Designs and manufactures MEMS pressure sensors and optical …
|
MEMS | FR | Manufacturing |
|
Memsensing Microsystems (Suzhou, China) Co., Ltd.
Develops and manufactures MEMS sensors for consumer and aut…
|
688286 | CN | Manufacturing |
|
METAX INTEGRATED CIRCUITS (SHANGHAI) CO., LTD.
Designs GPGPUs for AI training, inference, and high-perform…
|
688802 | CN | Manufacturing |
|
MICRO2NANO, INC.
Manufactures micro/nano-scale components using MEMS and sem…
|
424980 | KR | 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.