
曙光数创 — Investor Relations & Filings
Sugon Data Infrastructure Innovation specializes in the research, development, and deployment of advanced data center infrastructure solutions. The company is a leader in high-efficiency thermal management, offering a comprehensive suite of liquid cooling technologies, including cold plate and immersion systems designed for high-density computing environments. Its product portfolio encompasses modular data centers, intelligent power distribution units, and integrated monitoring systems. By focusing on optimizing Power Usage Effectiveness (PUE), the company provides scalable and sustainable infrastructure for high-performance computing, artificial intelligence, and enterprise cloud platforms. Its solutions address the critical cooling and power requirements of modern data centers, ensuring operational reliability and energy efficiency.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第三届监事会第二次会议决议公告[2023-014] | 2023-04-16 | Chinese | |
| 关于接待机构投资者调研情况的公告[2023-009] | 2023-03-13 | Chinese | |
| 关于公司获得中国科技产业化促进会第三届科学技术奖科技创新奖一等奖的公告[2023-008] | 2023-02-23 | Chinese | |
| 2022年年度业绩快报公告[2023-007] | 2023-02-22 | Chinese | |
| 第四届董事会第一次会议决议公告[2023-002] | 2023-01-17 | Chinese | |
| 北京市炜衡律师事务所关于曙光数据基础设施创新技术(北京)股份有限公司2023年第一次临时股东大会的法律意见书[2023-006] | 2023-01-17 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
10 filings
| |||||
| 40122676 | 第三届监事会第二次会议决议公告[2023-014] | 2023-04-16 | Chinese | ||
| 40122666 | 关于接待机构投资者调研情况的公告[2023-009] | 2023-03-13 | Chinese | ||
| 40122656 | 关于公司获得中国科技产业化促进会第三届科学技术奖科技创新奖一等奖的公告[2023-008] | 2023-02-23 | Chinese | ||
| 40122648 | 2022年年度业绩快报公告[2023-007] | 2023-02-22 | Chinese | ||
| 40122638 | 第四届董事会第一次会议决议公告[2023-002] | 2023-01-17 | Chinese | ||
| 40122624 | 北京市炜衡律师事务所关于曙光数据基础设施创新技术(北京)股份有限公司2023年第一次临时股东大会的法律意见书[2023-006] | 2023-01-17 | Chinese | ||
| 40122590 | 第三届监事会第一次会议决议公告[2023-004] | 2023-01-17 | Chinese | ||
| 40122581 | 2023年第一次临时股东大会决议公告[2023-001] | 2023-01-17 | Chinese | ||
| 40122571 | 董事长、监事会主席、高级管理人员换届公告[2023-005] | 2023-01-17 | Chinese | ||
| 40122563 | 独立董事关于第四届董事会第一次会议相关议案的独立意见[2023-003] | 2023-01-17 | Chinese | ||
|
2022
5 filings
| |||||
| 40122556 | 曙光数据基础设施创新技术(北京)股份有限公司募集资金置换专项审核报告[2022-111] | 2022-12-29 | Chinese | ||
| 40122546 | 2023年第一次临时股东大会通知(提供网络投票)[2022-109] | 2022-12-29 | Chinese | ||
| 40122537 | 2022年第一次职工代表大会决议公告[2022-107] | 2022-12-29 | Chinese | ||
| 40122529 | 独立董事候选人声明(高志勇)[2022-104] | 2022-12-29 | Chinese | ||
| 40122518 | 关于使用募集资金置换预先投入募投项目及已支付发行费用的自筹资金的公告[2022-110] | 2022-12-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Computing infrastructure, data processing, hosting and related activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Abits Group Inc
A digital data center operator for Bitcoin mining and third…
|
ABTS | US | Telecommunications, computer pr… |
|
Ace Software Exports ltd.
Offers digital publishing, data conversion, and structured …
|
890230 | IN | Telecommunications, computer pr… |
|
ACORN ENERGY, INC.
Holding company providing remote monitoring for energy infr…
|
ACFN | US | Telecommunications, computer pr… |
|
Activium Group
IT services and consulting firm offering outsourcing, cloud…
|
MLACT | FR | Telecommunications, computer pr… |
|
ADISYN LTD
Provider of managed IT, sovereign cloud, cybersecurity, and…
|
AI1 | AU | Telecommunications, computer pr… |
|
ADVERITAS LIMITED
Provides SaaS solutions for digital advertising fraud preve…
|
AV1 | AU | Telecommunications, computer pr… |
|
AETERNAL M.
A High-Performance Computing-as-a-Service (HPCaaS) provider…
|
AMEN | ES | Telecommunications, computer pr… |
|
AFFLE 3I LIMITED
Technology-driven consumer intelligence platform for mobile…
|
AFFLE | IN | Telecommunications, computer pr… |
|
AgEagle Aerial Systems Inc.
Provider of full-stack, autonomous uncrewed aerial systems …
|
UAVS | US | Telecommunications, computer pr… |
|
AGILE
Cloud platform for creating, managing, and monetizing telev…
|
AGIL | ES | Telecommunications, computer pr… |
曙光数创 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/58925/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58925 | 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=58925 | 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=58925 \ -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": 58925}, 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 曙光数创 (id: 58925)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.