Galaxycore Inc. — Investor Relations & Filings
About Galaxycore Inc.
Galaxycore Inc. is a fabless semiconductor company specializing in the design and development of CMOS image sensors and display driver integrated circuits. The company provides high-performance imaging solutions for a wide range of applications, including mobile devices, smart wearables, automotive electronics, and security surveillance systems. Its product portfolio includes a variety of image sensors ranging from entry-level to high-resolution specifications, alongside display drivers for LCD and AMOLED panels. Galaxycore focuses on proprietary pixel technology and circuit design to optimize image quality and power efficiency. By leveraging a robust supply chain and transitioning toward a Fab-Lite manufacturing model, the company maintains high-volume production capabilities to meet global demand for digital imaging and display technologies.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 格科微有限公司关于持股5%以上股东部分股份质押的公告 | 2026-05-08 | Chinese | |
| 格科微有限公司股东提前终止减持计划暨减持股份结果公告 | 2026-05-08 | Chinese | |
| 格科微有限公司第二届董事会第二十一次会议决议公告 | 2026-04-29 | Chinese | |
| 格科微有限公司董事会薪酬与考核委员会关于2024年限制性股票激励计划第一个归属期名单的核查意见 | 2026-04-29 | Chinese | |
| 格科微有限公司关于调整2024年限制性股票激励计划相关事项的公告 | 2026-04-29 | Chinese | |
| 格科微有限公司关于作废部分已授予尚未归属的限制性股票的公告 | 2026-04-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 44492182 | 格科微有限公司关于持股5%以上股东部分股份质押的公告 | 2026-05-08 | Chinese | ||
| 44488916 | 格科微有限公司股东提前终止减持计划暨减持股份结果公告 | 2026-05-08 | Chinese | ||
| 44565458 | 格科微有限公司第二届董事会第二十一次会议决议公告 | 2026-04-29 | Chinese | ||
| 44565454 | 格科微有限公司董事会薪酬与考核委员会关于2024年限制性股票激励计划第一个归属期名单的核查意见 | 2026-04-29 | Chinese | ||
| 44565449 | 格科微有限公司关于调整2024年限制性股票激励计划相关事项的公告 | 2026-04-29 | Chinese | ||
| 44565443 | 格科微有限公司关于作废部分已授予尚未归属的限制性股票的公告 | 2026-04-29 | Chinese | ||
| 44565435 | 格科微有限公司2024年限制性股票激励计划第一个归属期符合归属条件的公告 | 2026-04-29 | Chinese | ||
| 44565430 | 格科微有限公司2025年度控股股东及其他关联方占用资金情况专项报告 | 2026-04-27 | Chinese | ||
| 44565412 | 格科微有限公司2026年度“提质增效重回报”行动方案 | 2026-04-27 | Chinese | ||
| 44565355 | 格科微有限公司内部审计管理制度(2026年4月修订) | 2026-04-27 | Chinese | ||
| 44565353 | 格科微有限公司2025年度独立董事述职报告(宋健) | 2026-04-27 | Chinese | ||
| 44565351 | 格科微有限公司2025年度独立董事述职报告(郭少牧) | 2026-04-27 | Chinese | ||
| 44565350 | 格科微有限公司2025年度营业收入扣除情况专项报告 | 2026-04-27 | Chinese | ||
| 44565347 | 格科微有限公司2025年度合并财务报表及审计报告 | 2026-04-27 | Chinese | ||
| 44565345 | 格科微有限公司2025年度环境、社会和公司治理(ESG)报告摘要 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
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 |
|
Detection Technology Oyj
Global provider of X-ray detector solutions for medical, se…
|
DETEC | FI | Manufacturing |
|
Dexerials Corporation
Manufactures advanced materials and components for electron…
|
4980 | JP | Manufacturing |
|
Di-Nikko Engineering Co.,Ltd.
An EMS provider offering full-lifecycle ODM and OEM solutio…
|
6635 | JP | Manufacturing |
Galaxycore Inc. 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/58616/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58616 | 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=58616 | 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=58616 \ -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": 58616}, 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 Galaxycore Inc. (id: 58616)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.