
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 |
|---|---|---|---|
|
Shennan Circuits Co., Ltd.
Provides high-end PCBs, IC packaging substrates, and electr…
|
002916 | CN | Manufacturing |
|
Shenyu Communication Technology Inc.
Manufactures high-frequency communication cables and precis…
|
300563 | CN | Manufacturing |
|
Shenzhen Ampron Technology Co., Ltd.
Manufactures high-precision NTC/PTC thermistors and tempera…
|
301413 | CN | Manufacturing |
|
Shenzhen AV-Display Co., Ltd.
Manufacturer of professional LCD, OLED, and touch display s…
|
300939 | CN | Manufacturing |
|
SHENZHEN BAOMING TECHNOLOGY CO.,LTD.
Develops display components and composite copper foil for e…
|
002992 | CN | Manufacturing |
|
SHENZHEN BLUETRUM TECHNOLOGY CO., LTD.
Designs low-power wireless communication and high-performan…
|
688332 | CN | Manufacturing |
|
Shenzhen Bromake New Material Co., Ltd.
Manufactures functional materials and precision die-cut com…
|
301387 | CN | Manufacturing |
|
SHENZHEN BSC TECHNOLOGY CO.,LTD.
Manufacturer of precision connectors and cable assembly sol…
|
300951 | CN | Manufacturing |
|
Shenzhen CDL Precision Technology Co., Ltd.
Manufactures precision structural and functional components…
|
300686 | CN | Manufacturing |
|
SHENZHEN CHENGTIAN WEIYE TECHNOLOGY CO.,LTD.
Develops and manufactures smart cards, chip packaging, and …
|
300689 | CN | 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.