
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 |
|---|---|---|---|
|
TI Cloud Inc.
Delivers advanced cloud-native customer contact solutions u…
|
2167 | HK | Telecommunications, computer pr… |
|
TILON Co.,Ltd.
Develops cloud computing and virtualization solutions like …
|
217880 | KR | Telecommunications, computer pr… |
|
TITAN INTECH LIMITED
Provides IT solutions, data center management, cloud comput…
|
521005 | IN | Telecommunications, computer pr… |
|
TKC Corporation
Provides information processing and software for accounting…
|
9746 | JP | Telecommunications, computer pr… |
|
Tradelink Electronic Commerce Limited
Pioneer providing Government Electronic Trading Services an…
|
536 | HK | Telecommunications, computer pr… |
|
TRADE-VAN
ASP specializing in customs automation, trade facilitation,…
|
6183 | TW | Telecommunications, computer pr… |
|
TRAKM8 HOLDINGS PLC
Designs and develops telematics solutions for fleet managem…
|
TRAK | GB | Telecommunications, computer pr… |
|
Trakopolis IoT Corp.
SaaS platform for real-time tracking and management of mobi…
|
TRAK | CA | Telecommunications, computer pr… |
|
Transaction Media Networks Inc.
Develops and provides cloud-based electronic payment and in…
|
5258 | JP | Telecommunications, computer pr… |
|
TravelSky Technology Limited
Provides IT solutions and critical infrastructure for China…
|
696 | CN | 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.