GIGADEVICE SEMICONDUCTOR INC. — Investor Relations & Filings
GigaDevice Semiconductor Inc. is a leading fabless semiconductor supplier specializing in advanced memory technology and microcontroller solutions. The company's primary product portfolio includes a wide range of SPI NOR Flash and SPI NAND Flash memory, utilized extensively in consumer electronics, industrial equipment, and automotive applications. GigaDevice is also a prominent provider of 32-bit general-purpose microcontrollers, notably the GD32 series based on Arm Cortex-M and RISC-V architectures, designed to offer high performance and low power consumption for IoT and embedded systems. Additionally, the company develops human-machine interface sensors, including fingerprint and touch controllers. By focusing on innovation and high-quality standards, GigaDevice provides scalable and reliable semiconductor solutions for diverse global markets including telecommunications, computing, and mobile devices.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 兆易创新关于参与投资私募股权投资基金的进展公告 | 2026-06-02 | Chinese | |
| 北京市中伦(深圳)律师事务所关于兆易创新2021年、2023年、2024年股权激励计划调整相关事项的法律意见书 | 2026-05-26 | Chinese | |
| 兆易创新关于调整2023年股票期权激励计划相关事项的公告 | 2026-05-26 | Chinese | |
| 兆易创新关于持股5%以上股东权益变动触及1%刻度的提示性公告 | 2026-05-26 | Chinese | |
| 兆易创新关于调整2021年股票期权与限制性股票激励计划相关事项的公告 | 2026-05-26 | Chinese | |
| 兆易创新关于调整2024年股票期权激励计划相关事项的公告 | 2026-05-26 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47941295 | 兆易创新关于参与投资私募股权投资基金的进展公告 | 2026-06-02 | Chinese | ||
| 47077753 | 北京市中伦(深圳)律师事务所关于兆易创新2021年、2023年、2024年股权激励计划调整相关事项的法律意见书 | 2026-05-26 | Chinese | ||
| 47077751 | 兆易创新关于调整2023年股票期权激励计划相关事项的公告 | 2026-05-26 | Chinese | ||
| 47077445 | 兆易创新关于持股5%以上股东权益变动触及1%刻度的提示性公告 | 2026-05-26 | Chinese | ||
| 47077182 | 兆易创新关于调整2021年股票期权与限制性股票激励计划相关事项的公告 | 2026-05-26 | Chinese | ||
| 47076976 | 兆易创新关于调整2024年股票期权激励计划相关事项的公告 | 2026-05-26 | Chinese | ||
| 46565779 | 兆易创新2025年年度权益分派实施公告 | 2026-05-19 | Chinese | ||
| 46565139 | 北京中银律师事务所关于兆易创新差异化权益分派事项的法律意见书 | 2026-05-19 | Chinese | ||
| 44268233 | 兆易创新关于持股5%以上股东权益变动触及1%刻度的提示性公告 | 2026-05-07 | Chinese | ||
| 37646287 | 中国国际金融股份有限公司关于兆易创新科技使用部分A股闲置募集资金暂时补充流动资金的核查意见 | 2026-03-30 | Chinese | ||
| 37646273 | 兆易创新2025年度内部控制审计报告 | 2026-03-30 | Chinese | ||
| 37646221 | 兆易创新2025年度利润分配预案公告 | 2026-03-30 | Chinese | ||
| 37646209 | 兆易创新公司章程(2026年4月) | 2026-03-30 | Chinese | ||
| 37646206 | 兆易创新独立董事2025年度述职报告(郑晓东) | 2026-03-30 | Chinese | ||
| 37646191 | 兆易创新2025年度内部控制评价报告 | 2026-03-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SCOPE INDUSTRIES BHD
Manufacturing electronics, oil palm plantation, real estate…
|
— | MY | Manufacturing |
|
SDI
Global manufacturer of high-precision lead frames and stati…
|
2351 | TW | Manufacturing |
|
SEEYA TECHNOLOGY CORP.
Designs and manufactures silicon-based Micro-OLED displays …
|
688781 | CN | Manufacturing |
|
SEJIN T.S CO., LTD.
Manufacturer of specialty functional films for the display …
|
067770 | KR | Manufacturing |
|
SEMCNS Co., Ltd.
Manufactures advanced ceramic components for semiconductor …
|
252990 | KR | Manufacturing |
|
SEMCO Technologies
Designs and manufactures critical components like electrost…
|
ALSEM | FR | Manufacturing |
|
Semiconductor Manufacturing International Corporation
Pure-play IC foundry providing comprehensive manufacturing …
|
981 | KY | Manufacturing |
|
Semiconductor Manufacturing International Corporation
Global provider of IC foundry and technology services for d…
|
688981 | CN | Manufacturing |
|
SemiLEDs Corp
Develops and manufactures high-brightness, metal alloy vert…
|
LEDS | US | Manufacturing |
|
SEMITEC Corporation
Manufactures high-precision temperature sensors and electro…
|
6626 | JP | Manufacturing |
GIGADEVICE SEMICONDUCTOR 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/57936/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57936 | 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=57936 | 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=57936 \ -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": 57936}, 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 GIGADEVICE SEMICONDUCTOR INC. (id: 57936)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.