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 |
|---|---|---|---|
|
8COMMON LIMITED
Provides enterprise financial software for expense manageme…
|
8CO | AU | Telecommunications, computer pr… |
|
A10 Networks, Inc.
Provides networking and security solutions to optimize and …
|
ATEN | US | Telecommunications, computer pr… |
|
A2Z CUST2MATE SOLUTIONS CORP.
Develops and commercializes smart cart solutions for the re…
|
AZ | US | Telecommunications, computer pr… |
|
AATech
Develops technology solutions for the fintech and energy tr…
|
AAT | IT | Telecommunications, computer pr… |
|
abc Multiactive Limited
Designs, sells, and leases finance IT software and RegTech …
|
8131 | HK | Telecommunications, computer pr… |
|
ABM Knowledgeware Ltd.
Provides e-governance solutions and IT services for municip…
|
ABMKNO | IN | Telecommunications, computer pr… |
|
Absolute Software Corporation
Delivers cyber resilience via a firmware-to-cloud platform …
|
ABST | CA | Telecommunications, computer pr… |
|
ACCELERATEBS INDIA LIMITED
Specializes in digital transformation, DXP, and enterprise …
|
543938 | IN | Telecommunications, computer pr… |
|
ACCELYA SOLUTIONS INDIA LIMITED
Provides technology solutions for airline revenue, cargo, a…
|
ACCELYA | IN | Telecommunications, computer pr… |
|
ACCESS CO., LTD.
Global provider of advanced software technologies for conne…
|
4813 | JP | 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.