
Accelink Technologies Co., Ltd. — Investor Relations & Filings
Accelink Technologies Co., Ltd. specializes in the research, development, and manufacturing of optoelectronic components, modules, and subsystems. The company provides a comprehensive portfolio of optical communication solutions, including high-speed optical transceivers, optical amplifiers, and passive components such as wavelength division multiplexers and optical switches. Its products are integral to the infrastructure of telecommunications networks, data centers, and cloud computing environments. Accelink maintains a strong focus on vertical integration, encompassing chip design, packaging, and module assembly. This technical expertise allows the company to support global network equipment providers with high-performance components for 5G networks, long-haul transmission, and metropolitan area networks. Additionally, the company explores applications in optical sensing and industrial laser technologies.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 武汉光迅科技股份有限公司股票交易异常波动暨风险提示公告 | 2026-05-20 | Chinese | |
| 北京市嘉源律师事务所关于武汉光迅科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-13 | Chinese | |
| 武汉光迅科技股份有限公司第八届董事会第五次会议决议公告 | 2026-05-13 | Chinese | |
| 武汉光迅科技股份有限公司二〇二五年年度股东会决议公告 | 2026-05-13 | Chinese | |
| 武汉光迅科技股份有限公司股票交易异常波动公告 | 2026-05-12 | Chinese | |
| 武汉光迅科技股份有限公司股票交易异常波动公告 | 2026-05-07 | Chinese |
Browse filings by year
18 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46701864 | 武汉光迅科技股份有限公司股票交易异常波动暨风险提示公告 | 2026-05-20 | Chinese | ||
| 45774476 | 北京市嘉源律师事务所关于武汉光迅科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-13 | Chinese | ||
| 45774416 | 武汉光迅科技股份有限公司第八届董事会第五次会议决议公告 | 2026-05-13 | Chinese | ||
| 45774235 | 武汉光迅科技股份有限公司二〇二五年年度股东会决议公告 | 2026-05-13 | Chinese | ||
| 45346438 | 武汉光迅科技股份有限公司股票交易异常波动公告 | 2026-05-12 | Chinese | ||
| 44270064 | 武汉光迅科技股份有限公司股票交易异常波动公告 | 2026-05-07 | Chinese | ||
| 35278433 | 武汉光迅科技股份有限公司2025年度董事会工作报告 | 2026-04-22 | Chinese | ||
| 35278423 | 武汉光迅科技股份有限公司第八届董事会薪酬与考核委员会2026年第一次会议意见 | 2026-04-22 | Chinese | ||
| 35278418 | 申万宏源证券承销保荐有限责任公司关于武汉光迅科技股份有限公司2025年度募集资金存放与使用情况的专项核查报告 | 2026-04-22 | Chinese | ||
| 35278401 | 武汉光迅科技股份有限公司2025年度利润分配和资本公积金转增股本方案 | 2026-04-22 | Chinese | ||
| 35278392 | 武汉光迅科技股份有限公司董事会审计委员会对会计师事务所2025年度履职情况评估的报告 | 2026-04-22 | Chinese | ||
| 35278383 | 2025年年度审计报告 | 2026-04-22 | Chinese | ||
| 35278380 | 武汉光迅科技股份有限公司关于向特定对象发行股票申请获得中国证监会同意注册批复的公告 | 2026-04-22 | Chinese | ||
| 35278371 | 独立董事2025年度述职报告(马洪) | 2026-04-22 | Chinese | ||
| 35278364 | 独立董事2025年度述职报告(胡华夏) | 2026-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Napatech A/S
Provider of SmartNICs and DPUs for accelerating network and…
|
NAT | DK | Manufacturing |
|
National Silicon Industry Group Co.,Ltd.
Develops and manufactures high-performance semiconductor si…
|
688126 | CN | Manufacturing |
|
NATIONGATE HOLDINGS BERHAD
An Electronics Manufacturing Services (EMS) provider offeri…
|
— | MY | Manufacturing |
|
Navitas Semiconductor Corp
A power semiconductor company specializing in gallium nitri…
|
NVTS | US | Manufacturing |
|
NCAB Group
A global full-service supplier of Printed Circuit Boards fo…
|
NCAB | SE | Manufacturing |
|
NCCI
Specializes in thermal management solutions, including heat…
|
6230 | TW | Manufacturing |
|
NC& Co., Ltd.
Specializes in video processing and semiconductor solutions…
|
092600 | KR | Manufacturing |
|
N CITRON, INC.
Develops, manufactures, and distributes digital audio techn…
|
101400 | KR | Manufacturing |
|
NEPES Corporation
An OSAT partner providing advanced semiconductor packaging …
|
033640 | KR | Manufacturing |
|
Netlist, Inc.
Designs and manufactures high-performance modular memory su…
|
NLST | US | Manufacturing |
Accelink Technologies 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/54331/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54331 | 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=54331 | 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=54331 \ -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": 54331}, 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 Accelink Technologies Co., Ltd. (id: 54331)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.