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 |
|---|---|---|---|
| 2021年年度权益分派实施公告 | 2022-07-12 | Chinese | |
| 北京市环球律师事务所关于香农芯创科技股份有限公司创业板向不特定对象配股之补充法律意见书(四) | 2022-07-08 | Chinese | |
| 发行人及保荐机构关于审核问询函的回复(2022年一季报财务数据更新版) | 2022-07-08 | Chinese | |
| 发行人最近三年及一期的备考审阅报告 | 2022-07-08 | Chinese | |
| 会计师关于第二轮审核问询函的回复(2022年一季报财务数据更新版) | 2022-07-08 | Chinese | |
| 会计师关于审核问询函的回复(2022年一季报财务数据更新版) | 2022-07-08 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 37288612 | 2021年年度权益分派实施公告 | 2022-07-12 | Chinese | ||
| 37288603 | 北京市环球律师事务所关于香农芯创科技股份有限公司创业板向不特定对象配股之补充法律意见书(四) | 2022-07-08 | Chinese | ||
| 37288567 | 发行人及保荐机构关于审核问询函的回复(2022年一季报财务数据更新版) | 2022-07-08 | Chinese | ||
| 37288522 | 发行人最近三年及一期的备考审阅报告 | 2022-07-08 | Chinese | ||
| 37288458 | 会计师关于第二轮审核问询函的回复(2022年一季报财务数据更新版) | 2022-07-08 | Chinese | ||
| 37288451 | 会计师关于审核问询函的回复(2022年一季报财务数据更新版) | 2022-07-08 | Chinese | ||
| 37288406 | 发行人及保荐机构关于第二轮审核问询函的回复(2022年一季报财务数据更新版) | 2022-07-08 | Chinese | ||
| 37288359 | 华安证券股份有限公司关于香农芯创科技股份有限公司创业板向不特定对象配股之发行保荐书 | 2022-07-08 | Chinese | ||
| 37288340 | 华安证券股份有限公司关于香农芯创科技股份有限公司创业板向不特定对象配股之上市保荐书 | 2022-07-08 | Chinese | ||
| 37288320 | 关于申请向原股东配售股份的审核问询函回复暨配股说明书等申请文件更新财务数据的提示性公告 | 2022-07-08 | Chinese | ||
| 37288309 | 发行人最近三年的财务报告及其审计报告以及最近一期的财务报告 | 2022-07-08 | Chinese | ||
| 37287925 | 香农芯创科技股份有限公司创业板向不特定对象配股说明书(申报稿) | 2022-07-08 | Chinese | ||
| 37287844 | 关于收到深圳证券交易所恢复审核通知的公告 | 2022-07-07 | Chinese | ||
| 37287838 | 关于出售孙公司股权的进展公告 | 2022-06-30 | Chinese | ||
| 37287825 | 关于证券事务代表辞职的公告 | 2022-06-30 | 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.