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 |
|---|---|---|---|
|
Elite Material Co., Ltd.
Global manufacturer of copper clad laminates and prepreg fo…
|
2383 | TW | Manufacturing |
|
Elite Semiconductor Microelectronics Technology Inc.
IC design company specializing in memory products and mixed…
|
3006 | TW | Manufacturing |
|
Elmos Semiconductor SE
Develops semiconductors and sensor solutions for the automo…
|
ELG | DE | Manufacturing |
|
ELTEK LTD
Global manufacturer of custom, high-reliability Printed Cir…
|
ELTK | US | Manufacturing |
|
EMERGING DISPLAY TECHNOLOGIES CORP.
Manufacturer of TFT touch display modules and HMI solutions…
|
3038 | TW | Manufacturing |
|
EM-Tech.CO.,LTD.
Manufactures miniature acoustic and haptic components for m…
|
091120 | KR | Manufacturing |
|
Enablence Technologies Inc.
Designs and manufactures advanced optical components utiliz…
|
ENA | CA | Manufacturing |
|
Enedo Oyj
Designs and produces power supplies and systems for critica…
|
ENEDO | FI | Manufacturing |
|
Ene Technology Inc.
IC design firm specializing in embedded controllers and mob…
|
6243 | TW | Manufacturing |
|
Ennostar Inc.
Global provider of vertically integrated optoelectronic and…
|
3714 | TW | 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.