UCloud Technology Co., Ltd. — Investor Relations & Filings
About UCloud Technology Co., Ltd.
UCloud Technology Co., Ltd. is an independent cloud computing service provider specializing in Infrastructure as a Service (IaaS) and Platform as a Service (PaaS). The company offers a comprehensive suite of cloud resources, including computing, storage, networking, and database services. Key products include UHost cloud servers, UDB cloud databases, and UPath global network acceleration. UCloud distinguishes itself through its commitment to neutrality, ensuring it does not compete with its clients' core businesses. It serves a diverse range of sectors such as gaming, e-commerce, finance, and healthcare, providing scalable, high-performance solutions and hybrid cloud architectures. With a global network of data centers, the company supports enterprises in digital transformation and international expansion through robust security, stable infrastructure, and specialized technical support.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 募集资金使用可行性分析报告(修订稿) | 2020-12-08 | Chinese | |
| 关于向特定对象发行A股股票摊薄回报与填补措施及相关主体承诺(修订稿)的公告 | 2020-12-08 | Chinese | |
| 2020年度向特定对象发行A股股票预案(修订稿) | 2020-12-08 | Chinese | |
| 关于2020年度向特定对象发行A股股票预案(修订稿)披露的提示性公告 | 2020-12-08 | Chinese | |
| 2020年度向特定对象发行A股股票方案的论证分析报告(修订稿) | 2020-12-08 | Chinese | |
| 第一届董事会第十八次会议决议公告 | 2020-12-08 | Chinese |
Browse filings by year
8 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 39052100 | 募集资金使用可行性分析报告(修订稿) | 2020-12-08 | Chinese | ||
| 39052091 | 关于向特定对象发行A股股票摊薄回报与填补措施及相关主体承诺(修订稿)的公告 | 2020-12-08 | Chinese | ||
| 39052082 | 2020年度向特定对象发行A股股票预案(修订稿) | 2020-12-08 | Chinese | ||
| 39052060 | 关于2020年度向特定对象发行A股股票预案(修订稿)披露的提示性公告 | 2020-12-08 | Chinese | ||
| 39052050 | 2020年度向特定对象发行A股股票方案的论证分析报告(修订稿) | 2020-12-08 | Chinese | ||
| 39052043 | 第一届董事会第十八次会议决议公告 | 2020-12-08 | Chinese | ||
| 39052038 | 关于调整本次向特定对象发行股票方案的公告 | 2020-12-08 | Chinese | ||
| 39052033 | 关于优刻得科技股份有限公司向特定对象发行股票申请文件的审核问询函 | 2020-11-13 | Chinese | ||
| 39052025 | 关于向特定对象发行股票申请收到上海证券交易所审核问询函的公告 | 2020-11-13 | Chinese | ||
| 39052019 | 2020年度向特定对象发行股票募集说明书(申报稿) | 2020-10-28 | Chinese | ||
| 39051947 | 关于2020年第三季度报告的更正公告 | 2020-10-28 | Chinese | ||
| 39051943 | 国浩律师(上海)事务所关于优刻得2020年度向特定对象发行股票之法律意见书 | 2020-10-28 | Chinese | ||
| 39051934 | 立信会计师事务所关于优刻得2020年度向特定对象发行股票的财务报表及审计报告 | 2020-10-28 | Chinese | ||
| 39051442 | 2020年第三季度报告(更正版) | 2020-10-28 | Chinese | ||
| 39051420 | 优刻得科技股份有限公司关于向特定对象发行股票申请获得上海证券交易所受理的公告 | 2020-10-28 | 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… |
UCloud 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/58193/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58193 | 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=58193 | 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=58193 \ -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": 58193}, 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 UCloud Technology Co., Ltd. (id: 58193)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.