Yonyou Network Technology Co., Ltd. — Investor Relations & Filings
About Yonyou Network Technology Co., Ltd.
Yonyou Network Technology Co., Ltd. provides enterprise-grade cloud services and business software solutions. The company’s core offering is the Yonyou Business Innovation Platform (BIP), a comprehensive suite designed to facilitate digital transformation across various organizational functions. Key products include NC Cloud for large enterprises, U9 Cloud for manufacturing, and YonSuite for growth-oriented businesses. These solutions encompass financial management, human resources, procurement, supply chain, and marketing automation. Utilizing cloud-native architecture, the platform integrates advanced technologies such as artificial intelligence, big data, and the Internet of Things to enhance operational efficiency. Yonyou serves a broad spectrum of clients, ranging from global corporations to small and medium-sized enterprises, focusing on scalable and secure digital infrastructure.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 用友网络关于股东会开设网络投票提示服务的公告 | 2026-04-27 | Chinese | |
| 用友网络2025年年度股东会会议资料 | 2026-04-27 | Chinese | |
| 用友网络关于控股股东部分股份质押的公告 | 2026-04-24 | Chinese | |
| 用友网络2026年第一次临时股东会决议公告 | 2026-04-24 | Chinese | |
| 用友网络2026年第一季度报告 | 2026-04-24 | Chinese | |
| 北京市天元律师事务所关于用友网络科技股份有限公司2026年第一次临时股东会的法律意见 | 2026-04-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 41205336 | 用友网络关于股东会开设网络投票提示服务的公告 | 2026-04-27 | Chinese | ||
| 41205323 | 用友网络2025年年度股东会会议资料 | 2026-04-27 | Chinese | ||
| 41205304 | 用友网络关于控股股东部分股份质押的公告 | 2026-04-24 | Chinese | ||
| 41205294 | 用友网络2026年第一次临时股东会决议公告 | 2026-04-24 | Chinese | ||
| 41205291 | 用友网络2026年第一季度报告 | 2026-04-24 | Chinese | ||
| 41205281 | 北京市天元律师事务所关于用友网络科技股份有限公司2026年第一次临时股东会的法律意见 | 2026-04-24 | Chinese | ||
| 41205276 | 用友网络关于计提资产减值准备的公告 | 2026-04-17 | Chinese | ||
| 41205274 | 用友网络2025年度内控审计报告 | 2026-04-17 | Chinese | ||
| 41205272 | 用友网络关于2025年度“提质增效重回报”行动方案的评估报告暨2026年度“提质增效重回报”行动方案 | 2026-04-17 | Chinese | ||
| 41205268 | 用友网络2025年可持续发展(ESG)报告摘要 | 2026-04-17 | Chinese | ||
| 41205265 | 用友网络科技股份有限公司董事、高级管理人员薪酬管理制度(2026年4月修订版) | 2026-04-17 | Chinese | ||
| 41205262 | 用友网络董事会提名委员会关于第十届董事会非独立董事、独立董事候选人任职资格的审查意见 | 2026-04-17 | Chinese | ||
| 41205258 | 中信证券股份有限公司关于用友网络科技股份有限公司2025年度募集资金存放与使用情况专项核查报告 | 2026-04-17 | Chinese | ||
| 41205254 | 用友网络独立董事候选人声明与承诺(DengFeng) | 2026-04-17 | Chinese | ||
| 41205253 | 用友网络关于使用部分闲置自有资金进行存款业务暨关联交易的公告 | 2026-04-17 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other computer programming activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
01 Quantum Inc.
Specializes in post-quantum cybersecurity and integrated co…
|
ONE | CA | Telecommunications, computer pr… |
|
17 Education & Technology Group Inc.
Provides a smart in-school classroom solution with data-dri…
|
YQ | US | Telecommunications, computer pr… |
|
1SPATIAL PLC
Provides software and solutions for automating Location Mas…
|
SPA | GB | Telecommunications, computer pr… |
|
20-20 Technologies Inc.
End-to-end CAD and automation software for interior design,…
|
TWT | CA | Telecommunications, computer pr… |
|
24SevenOffice Group AB
Provides a modular, cloud-based ERP system for accounting, …
|
247 | SE | Telecommunications, computer pr… |
|
360 Ludashi Holdings Limited
Software developer providing PC and mobile device performan…
|
3601 | HK | Telecommunications, computer pr… |
|
360 Security Technology Inc.
Provides AI-driven internet and mobile security solutions f…
|
601360 | CN | Telecommunications, computer pr… |
|
4by4 Inc.
Develops AI video solutions, visual enhancement hardware, a…
|
389140 | KR | Telecommunications, computer pr… |
|
4DMEDICAL LIMITED
Develops non-invasive respiratory imaging solutions using p…
|
4DX | AU | Telecommunications, computer pr… |
|
63 Moons Technologies Limited
Provides trading software, exchange technology, and solutio…
|
63MOONS | IN | Telecommunications, computer pr… |
Yonyou Network 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/56842/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56842 | 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=56842 | 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=56842 \ -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": 56842}, 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 Yonyou Network Technology Co., Ltd. (id: 56842)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.