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 |
|---|---|---|---|
| 关于召开2022年第二次临时股东大会的通知 | 2022-09-26 | Chinese | |
| 关于延长配股股东大会决议有效期及授权有效期的公告 | 2022-09-26 | Chinese | |
| 第四届董事会第二十四次(临时)会议决议公告 | 2022-09-26 | Chinese | |
| 第四届监事会第二十二次(临时)会议决议公告 | 2022-09-26 | Chinese | |
| 独立董事关于第四届董事会第二十四次(临时)会议相关事项的独立意见 | 2022-09-26 | Chinese | |
| 北京市环球律师事务所关于香农芯创科技股份有限公司创业板向不特定对象配股之补充法律意见书(五) | 2022-09-01 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 37289351 | 关于召开2022年第二次临时股东大会的通知 | 2022-09-26 | Chinese | ||
| 37289342 | 关于延长配股股东大会决议有效期及授权有效期的公告 | 2022-09-26 | Chinese | ||
| 37289336 | 第四届董事会第二十四次(临时)会议决议公告 | 2022-09-26 | Chinese | ||
| 37289327 | 第四届监事会第二十二次(临时)会议决议公告 | 2022-09-26 | Chinese | ||
| 37289318 | 独立董事关于第四届董事会第二十四次(临时)会议相关事项的独立意见 | 2022-09-26 | Chinese | ||
| 37289309 | 北京市环球律师事务所关于香农芯创科技股份有限公司创业板向不特定对象配股之补充法律意见书(五) | 2022-09-01 | Chinese | ||
| 37289285 | 关于财务性投资相关承诺的公告 | 2022-09-01 | Chinese | ||
| 37289276 | 中审众环会计师事务所(特殊普通合伙)关于香农芯创科技股份有限公司申请向不特定对象配股发行注册环节反馈意见落实函回复 | 2022-09-01 | Chinese | ||
| 37289259 | 香农芯创科技股份有限公司与华安证券股份有限公司关于香农芯创科技股份有限公司申请向原股东配售股份的发行注册环节反馈意见落实函的回复报告 | 2022-09-01 | Chinese | ||
| 37289241 | 关于回复《发行注册环节反馈意见落实函》的提示性公告 | 2022-09-01 | Chinese | ||
| 37289229 | 简式权益变动报告书(一) | 2022-08-29 | Chinese | ||
| 37289223 | 关于股东拟协议转让股份的提示性公告 | 2022-08-29 | Chinese | ||
| 37289218 | 简式权益变动报告书(二) | 2022-08-29 | Chinese | ||
| 37289210 | 独立董事关于第四届董事会第二十三次会议相关事项的独立意见 | 2022-08-24 | Chinese | ||
| 37289208 | 2022年半年度报告摘要 | 2022-08-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wholesale of electronic and telecommunications equipment and parts
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACO GROUP BERHAD
Distributor of electrical products and accessories for indu…
|
— | MY | Wholesale and retail trade |
|
AGIS Tbk
Engaged in general and electronic trading, consumer electro…
|
TMPI | ID | Wholesale and retail trade |
|
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
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 |
|
ANSTEK
Distributor of electronic components and provider of integr…
|
3528 | TW | 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 |
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.