
Ruijie Networks Co., Ltd. — Investor Relations & Filings
Ruijie Networks Co., Ltd. is a provider of ICT infrastructure and industry solutions, specializing in the research, development, and design of network hardware and software. The product portfolio includes high-performance switches, routers, wireless access points, and security gateways. The company focuses on scenario-based innovation, tailoring solutions to meet the digital transformation requirements of sectors such as education, healthcare, government, and enterprise. Its offerings extend to cloud desktop solutions and managed network services, emphasizing reliability, scalability, and simplified management. By integrating advanced technologies like Wi-Fi 6/7 and AI-driven analytics, the company enables organizations to establish robust and intelligent network environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 董事会薪酬与考核委员会关于公司2025年限制性股票激励计划(草案修订稿)的核查意见 | 2026-01-16 | Chinese | |
| 2025年限制性股票激励计划(草案修订稿) | 2026-01-16 | Chinese | |
| 北京市中伦律师事务所关于锐捷网络股份有限公司2025年限制性股票激励计划(草案修订稿)的法律意见书 | 2026-01-16 | Chinese | |
| 2025年限制性股票激励计划管理办法(修订稿) | 2026-01-16 | Chinese | |
| 2025年限制性股票激励计划实施考核管理办法(修订稿) | 2026-01-16 | Chinese | |
| 关于非独立董事辞职暨提名非独立董事候选人的公告 | 2026-01-16 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
8 filings
| |||||
| 44562713 | 董事会薪酬与考核委员会关于公司2025年限制性股票激励计划(草案修订稿)的核查意见 | 2026-01-16 | Chinese | ||
| 44562702 | 2025年限制性股票激励计划(草案修订稿) | 2026-01-16 | Chinese | ||
| 44562701 | 北京市中伦律师事务所关于锐捷网络股份有限公司2025年限制性股票激励计划(草案修订稿)的法律意见书 | 2026-01-16 | Chinese | ||
| 44562687 | 2025年限制性股票激励计划管理办法(修订稿) | 2026-01-16 | Chinese | ||
| 44562673 | 2025年限制性股票激励计划实施考核管理办法(修订稿) | 2026-01-16 | Chinese | ||
| 44562664 | 关于非独立董事辞职暨提名非独立董事候选人的公告 | 2026-01-16 | Chinese | ||
| 44562659 | 关于召开2026年第一次临时股东会的通知 | 2026-01-16 | Chinese | ||
| 44562644 | 关于选举产生第四届董事会职工代表董事的公告 | 2026-01-14 | Chinese | ||
|
2025
7 filings
| |||||
| 44562637 | 关于变更2025年度审计签字注册会计师及质量控制复核人的公告 | 2025-12-25 | Chinese | ||
| 44562625 | 简式权益变动报告书(二) | 2025-11-28 | Chinese | ||
| 44562613 | 简式权益变动报告书(一) | 2025-11-28 | Chinese | ||
| 44562602 | 关于股东协议到期解除一致行动关系暨权益变动的提示性公告 | 2025-11-27 | Chinese | ||
| 44562591 | 北京市中伦律师事务所关于锐捷网络股份有限公司2025年第二次临时股东大会的法律意见书 | 2025-11-27 | Chinese | ||
| 44562575 | 2025年第二次临时股东大会决议公告 | 2025-11-27 | Chinese | ||
| 44562567 | 关于首次公开发行前已发行股份解除限售并上市流通的提示性公告 | 2025-11-18 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Computer consultancy and computer facilities management activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1000mercis
Marketing technology group for data-driven advertising and …
|
ALMIL | FR | Telecommunications, computer pr… |
|
3C IT Solutions and Telecoms (India) Limited
Provides IT infrastructure, system integration, cloud, and …
|
544190 | IN | Telecommunications, computer pr… |
|
3 E Network Technology Group Ltd
B2B IT solutions provider of software for property, restaur…
|
MASK | US | Telecommunications, computer pr… |
|
3i Infotech limited
Provides digital transformation, cloud services, and specia…
|
3IINFOLTD | IN | Telecommunications, computer pr… |
|
4C Group AB
Provides software and expert services for readiness, traini…
|
4C | SE | Telecommunications, computer pr… |
|
4GLOBAL PLC
A data, services, and software company for the sports and p…
|
4GBL | GB | Telecommunications, computer pr… |
|
4SIGHT HOLDINGS LIMITED
Technology group providing digital transformation solutions…
|
4SIE | ZA | Telecommunications, computer pr… |
|
AAA TECHNOLOGIES LIMITED
Provides IS auditing, cybersecurity consulting, and IT comp…
|
AAATECH | IN | Telecommunications, computer pr… |
|
ABEJA,Inc.
An AI technology company that facilitates the digital trans…
|
5574 | JP | Telecommunications, computer pr… |
|
Abra Information Technologies Ltd.
Develops, implements, and integrates complex software and h…
|
ABRA | IL | Telecommunications, computer pr… |
Ruijie Networks 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/56104/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56104 | 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=56104 | 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=56104 \ -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": 56104}, 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 Ruijie Networks Co., Ltd. (id: 56104)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.