
Wangsu Science & Technology Co.,Ltd. — Investor Relations & Filings
Wangsu Science & Technology Co.,Ltd. is a global provider of edge computing and content delivery network (CDN) services. The company specializes in optimizing digital experiences through a comprehensive suite of solutions, including content acceleration, cloud security, and software-defined wide area networking (SD-WAN). Its core platform leverages a vast network of global points of presence to provide low-latency data processing and secure content distribution for sectors such as e-commerce, gaming, and media. Wangsu integrates advanced security features like DDoS mitigation and web application firewalls directly into its edge architecture. By focusing on the convergence of cloud and edge technologies, the company enables enterprises to manage high-traffic workloads and improve application performance across diverse geographic regions through its integrated delivery and security infrastructure.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 独立董事提名人声明(刘焱) | 2026-05-25 | Chinese | |
| 独立董事候选人声明与承诺(刘焱) | 2026-05-25 | Chinese | |
| 关于召开2026年第二次临时股东会的通知 | 2026-05-25 | Chinese | |
| 关于变更公司注册资本、经营范围并修订《公司章程》的公告 | 2026-05-25 | Chinese | |
| 独立董事提名人声明(李建华) | 2026-05-25 | Chinese | |
| 独立董事候选人声明与承诺(李建华) | 2026-05-25 | Chinese |
Browse filings by year
18 years- 2026 46 filings
- 2025 163 filings
- 2024 147 filings
- 2023 226 filings
- 2022 173 filings
- 2021 160 filings
- 2020 227 filings
- 2019 204 filings
- 2018 209 filings
- 2017 290 filings
- 2016 182 filings
- 2015 257 filings
- 2014 126 filings
- 2013 98 filings
- 2012 118 filings
- 2011 97 filings
- 2010 74 filings
- 2009 37 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47041802 | 独立董事提名人声明(刘焱) | 2026-05-25 | Chinese | ||
| 47041801 | 独立董事候选人声明与承诺(刘焱) | 2026-05-25 | Chinese | ||
| 47041800 | 关于召开2026年第二次临时股东会的通知 | 2026-05-25 | Chinese | ||
| 47041734 | 关于变更公司注册资本、经营范围并修订《公司章程》的公告 | 2026-05-25 | Chinese | ||
| 47041733 | 独立董事提名人声明(李建华) | 2026-05-25 | Chinese | ||
| 47041732 | 独立董事候选人声明与承诺(李建华) | 2026-05-25 | Chinese | ||
| 47041730 | 独立董事提名人声明(文学国) | 2026-05-25 | Chinese | ||
| 47041211 | 关于董事会换届选举的公告 | 2026-05-25 | Chinese | ||
| 46719689 | 关于召开2025年年度股东会的提示性公告 | 2026-05-21 | Chinese | ||
| 44262219 | 简式权益变动报告书 | 2026-05-08 | Chinese | ||
| 44262361 | 关于第一大股东持股比例被动稀释触及1%和5%整数倍的提示性公告 | 2026-05-08 | Chinese | ||
| 35001450 | 第六届董事会第三十三次会议决议公告 | 2026-04-14 | Chinese | ||
| 35001449 | 2025年度非经营性资金占用及其他关联资金往来的专项说明 | 2026-04-14 | Chinese | ||
| 34896409 | 关于举行2025年度业绩网上说明会的公告 | 2026-04-14 | Chinese | ||
| 34896402 | 2025年度证券与衍生品投资情况的专项说明 | 2026-04-14 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Computing infrastructure, data processing, hosting and related activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Sidus Space Inc.
A space and defense tech company offering 'Space-as-a-Servi…
|
SIDU | US | Telecommunications, computer pr… |
|
SIFY TECHNOLOGIES LTD
ICT company providing converged data center, cloud, and net…
|
SIFY | IN | Telecommunications, computer pr… |
|
SILICOM LTD.
Provider of high-performance networking and data infrastruc…
|
SILC | IL | Telecommunications, computer pr… |
|
Simplatform Co., Ltd.
Develops an industrial AIoT SaaS platform for manufacturing…
|
444530 | KR | Telecommunications, computer pr… |
|
SINOCLOUD GROUP LIMITED
Investment holding company providing IT services, cloud sec…
|
LYY | SG | Telecommunications, computer pr… |
|
SINODATA CO.,LTD.
Provides IT infrastructure, cloud computing, and digital tr…
|
002657 | CN | Telecommunications, computer pr… |
|
Skillz Inc.
Mobile gaming platform for skill-based competitions with ca…
|
SKLZ | US | Telecommunications, computer pr… |
|
Skolon AB
A SaaS platform for education that aggregates and manages d…
|
Skolon | SE | Telecommunications, computer pr… |
|
Skychain Technologies Inc.
Develops and operates high-density data centers and provide…
|
SCT | CA | Telecommunications, computer pr… |
|
SmartDrive inc.
Operates a mobility data platform providing B2B services to…
|
5137 | JP | Telecommunications, computer pr… |
Wangsu Science & 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/55042/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55042 | 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=55042 | 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=55042 \ -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": 55042}, 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 Wangsu Science & Technology Co.,Ltd. (id: 55042)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.