
Dawning Information Industry Co.,Ltd — Investor Relations & Filings
Dawning Information Industry Co., Ltd., also known as Sugon, specializes in high-performance computing (HPC), server manufacturing, and cloud computing infrastructure. The company develops a comprehensive range of products including rack and blade servers, distributed storage systems, and cloud operating platforms. Its core activities involve the design and deployment of supercomputing architectures and large-scale data center solutions. Sugon serves a diverse client base across sectors such as finance, telecommunications, and scientific research, providing hardware and software integration for complex data processing tasks. The company focuses on advancing computing performance, energy efficiency, and secure digital infrastructure through continuous research and development in high-end computing technologies.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 大信会计师事务所(特殊普通合伙)关于曙光信息产业股份有限公司2026年度向不特定对象发行可转换公司债券申请文件的审核问询函之回复报告 | 2026-05-06 | Chinese | |
| 关于曙光信息产业股份有限公司向不特定对象发行可转换公司债券申请文件的审核问询函之回复报告 | 2026-05-06 | Chinese | |
| 中科曙光2025年年度股东会决议公告 | 2026-05-06 | Chinese | |
| 北京市中伦律师事务所关于曙光信息产业股份有限公司2025年年度股东会的法律意见书 | 2026-05-06 | Chinese | |
| 曙光信息产业股份有限公司董事会秘书工作细则(202604) | 2026-04-14 | Chinese | |
| 中科曙光2025年年度报告摘要 | 2026-04-14 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 44279361 | 大信会计师事务所(特殊普通合伙)关于曙光信息产业股份有限公司2026年度向不特定对象发行可转换公司债券申请文件的审核问询函之回复报告 | 2026-05-06 | Chinese | ||
| 44279357 | 关于曙光信息产业股份有限公司向不特定对象发行可转换公司债券申请文件的审核问询函之回复报告 | 2026-05-06 | Chinese | ||
| 44277248 | 中科曙光2025年年度股东会决议公告 | 2026-05-06 | Chinese | ||
| 44277240 | 北京市中伦律师事务所关于曙光信息产业股份有限公司2025年年度股东会的法律意见书 | 2026-05-06 | Chinese | ||
| 36990262 | 曙光信息产业股份有限公司董事会秘书工作细则(202604) | 2026-04-14 | Chinese | ||
| 36990255 | 中科曙光2025年年度报告摘要 | 2026-04-14 | Chinese | ||
| 36990253 | 中科曙光关于董事会换届选举的公告 | 2026-04-14 | Chinese | ||
| 36990251 | 中科曙光2025年度审计报告 | 2026-04-14 | Chinese | ||
| 36990248 | 中科曙光2025年度独立董事述职报告(郑永琴) | 2026-04-14 | Chinese | ||
| 36990242 | 中科曙光关于召开2025年度暨2026年第一季度业绩说明会的公告 | 2026-04-14 | Chinese | ||
| 34943027 | 独立董事提名人声明与承诺(殷绪成) | 2026-04-14 | Chinese | ||
| 34902653 | 会计师事务所对中科曙光控股股东及其他关联方占用资金情况的专项说明 | 2026-04-14 | Chinese | ||
| 34902649 | 曙光信息产业股份有限公司内幕信息知情人登记管理制度(202604) | 2026-04-14 | Chinese | ||
| 34902645 | 中科曙光第五届董事会第二十九次会议决议公告 | 2026-04-14 | Chinese | ||
| 34902607 | 独立董事候选人声明与承诺(戴淑芬) | 2026-04-14 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of computers and peripheral equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
2CRSi
Designs and manufactures high-performance, energy-efficient…
|
2CRSI | FR | Manufacturing |
|
AAEON
Manufacturer of industrial and embedded computing platforms…
|
6579 | TW | Manufacturing |
|
ABKO CO., LTD.
Develops PC components, gaming peripherals, and consumer el…
|
129890 | KR | Manufacturing |
|
ACER
Specializes in computer hardware like PCs, laptops, desktop…
|
2353 | TW | Manufacturing |
|
ADLINK
Global provider of edge computing and IoT solutions for ind…
|
6166 | TW | Manufacturing |
|
Advantech
Global leader in industrial computing, IoT systems, and emb…
|
2395 | TW | Manufacturing |
|
AGM GROUP HOLDINGS, INC.
Designs blockchain ASIC chips and sells cryptocurrency mini…
|
AGMH | US | Manufacturing |
|
AGT
Develops computer peripherals, smart mobile devices, and sm…
|
2432 | TW | Manufacturing |
|
AIC
Designs professional display devices and visual solutions f…
|
9912 | TW | Manufacturing |
|
AMAX
Global provider of AI and HPC solutions, high-density serve…
|
6933 | TW | Manufacturing |
Dawning Information Industry 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/57354/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57354 | 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=57354 | 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=57354 \ -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": 57354}, 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 Dawning Information Industry Co.,Ltd (id: 57354)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.