Shannon Semiconductor Technology Co., Ltd. — Investor Relations & Filings
Shannon Semiconductor Technology Co., Ltd. focuses on the distribution and technical application of semiconductor components. The company provides a broad portfolio of electronic products, including DRAM, NAND Flash, power management ICs, and microcontrollers. It supports various applications across consumer electronics, industrial control, automotive electronics, and telecommunications. Through strategic collaborations with global technology providers, the company delivers integrated supply chain management and technical design-in services. Its operations emphasize the provision of high-quality memory solutions and specialized electronic components, supported by a comprehensive service network designed to optimize procurement and product lifecycle management for diverse technical requirements.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 监事会关于公司2024年限制性股票激励计划预留授予部分第一个归属期归属名单的核查意见 | 2025-10-22 | Chinese | |
| 第五届董事会第十三次(临时)会议决议公告 | 2025-10-22 | Chinese | |
| 2025年半年度权益分派实施公告 | 2025-10-22 | Chinese | |
| 东方财富证券股份有限公司关于香农芯创科技股份有限公司2024年限制性股票激励计划预留授予部分第一个归属期归属相关事项之独立财务顾问报告 | 2025-10-22 | Chinese | |
| 关于调整2024年限制性股票激励计划授予价格的公告 | 2025-10-22 | Chinese | |
| 安徽承义律师事务所关于公司2024年限制性股票激励计划授予价格调整及预留授予部分第一个归属期归属条件成就相关事项的法律意见书 | 2025-10-22 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 37296296 | 监事会关于公司2024年限制性股票激励计划预留授予部分第一个归属期归属名单的核查意见 | 2025-10-22 | Chinese | ||
| 37296287 | 第五届董事会第十三次(临时)会议决议公告 | 2025-10-22 | Chinese | ||
| 37296277 | 2025年半年度权益分派实施公告 | 2025-10-22 | Chinese | ||
| 37296274 | 东方财富证券股份有限公司关于香农芯创科技股份有限公司2024年限制性股票激励计划预留授予部分第一个归属期归属相关事项之独立财务顾问报告 | 2025-10-22 | Chinese | ||
| 37296264 | 关于调整2024年限制性股票激励计划授予价格的公告 | 2025-10-22 | Chinese | ||
| 37296255 | 安徽承义律师事务所关于公司2024年限制性股票激励计划授予价格调整及预留授予部分第一个归属期归属条件成就相关事项的法律意见书 | 2025-10-22 | Chinese | ||
| 37296253 | 2025年三季度报告 | 2025-10-22 | Chinese | ||
| 37296249 | 关于持股5%以上股东减持计划的预披露公告 | 2025-10-20 | Chinese | ||
| 37296241 | 关于股东股份解除质押的公告 | 2025-09-22 | Chinese | ||
| 37296235 | 关于为控股孙公司提供担保及接受关联方担保暨关联交易的进展公告 | 2025-09-22 | Chinese | ||
| 37296228 | 2025年第一次临时股东大会决议公告 | 2025-09-12 | Chinese | ||
| 37296226 | 股票交易异常波动公告 | 2025-09-12 | Chinese | ||
| 37296216 | 安徽承义律师事务所关于公司召开2025年第一次临时股东大会的法律意见书 | 2025-09-12 | Chinese | ||
| 37296204 | 关于参加2025年安徽辖区上市公司投资者网上集体接待日活动的公告 | 2025-09-10 | Chinese | ||
| 37296197 | 关于为全资子公司提供担保及接受关联方提供担保暨关联交易的进展公告 | 2025-09-09 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wholesale of electronic and telecommunications equipment and parts
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Alcadon Group AB
Developer and distributor of products for network infrastru…
|
ALCA | SE | Wholesale and retail trade |
|
ALLIED TECNOLOGIA S.A.
Multichannel distributor and retailer of consumer electroni…
|
— | BR | Wholesale and retail trade |
|
Alltek Technology Corporation
Communication component distributor and solution provider f…
|
3209 | TW | Wholesale and retail trade |
|
AMBERTECH LIMITED
Distributor of professional audio, video, and broadcast equ…
|
AMO | AU | Wholesale and retail trade |
|
Apex Ace Holding Limited
Distribution and supply of electronic components, digital s…
|
6036 | HK | Wholesale and retail trade |
|
ARROW ELECTRONICS, INC.
Global provider of electronic components and enterprise com…
|
ARW | US | Wholesale and retail trade |
|
ATRenew Inc.
A technology-driven platform for pre-owned consumer electro…
|
RERE | US | Wholesale and retail trade |
|
AV Concept Holdings Limited
Distributes electronic components, specializing in semicond…
|
595 | HK | Wholesale and retail trade |
|
Avemio AG
B2B supplier of professional hardware and software for the …
|
AV2 | DE | Wholesale and retail trade |
|
Avenir Telecom
Designs, manufactures, and distributes Energizer® branded m…
|
AVT | FR | Wholesale and retail trade |
Shannon Semiconductor 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/55462/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55462 | 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=55462 | 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=55462 \ -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": 55462}, 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 Shannon Semiconductor Technology Co., Ltd. (id: 55462)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.