
Runjian Co., Ltd. — Investor Relations & Filings
Runjian Co., Ltd. provides comprehensive telecommunications network services and information technology solutions. The company specializes in the construction, maintenance, and optimization of communication networks, supporting major telecommunications operators. Its portfolio includes integrated ICT services, cloud computing, and data center infrastructure management. Runjian focuses on digital transformation through its 'cloud-network-edge-terminal' strategy, offering smart city applications, Internet of Things (IoT) platforms, and intelligent operations and maintenance (O&M) systems. Additionally, the company develops digital energy solutions aimed at improving energy efficiency in high-power environments. By leveraging its extensive technical expertise and service network, Runjian delivers end-to-end digital infrastructure support for government, enterprise, and industrial clients.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于聘请H股发行及上市审计机构的公告 | 2026-05-18 | Chinese | |
| 股东通讯政策(草案)(H股发行并上市后适用) | 2026-05-18 | Chinese | |
| 信息披露事务管理制度(草案)(H股发行并上市后适用) | 2026-05-18 | Chinese | |
| 董事会战略与ESG委员会工作细则(草案)(H股发行并上市后适用) | 2026-05-18 | Chinese | |
| 董事会成员及雇员多元化政策(草案)(H股发行并上市后适用) | 2026-05-18 | Chinese | |
| 独立董事提名人声明与承诺(郭嵩) | 2026-05-18 | Chinese |
Browse filings by year
9 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46513780 | 关于聘请H股发行及上市审计机构的公告 | 2026-05-18 | Chinese | ||
| 46513779 | 股东通讯政策(草案)(H股发行并上市后适用) | 2026-05-18 | Chinese | ||
| 46513778 | 信息披露事务管理制度(草案)(H股发行并上市后适用) | 2026-05-18 | Chinese | ||
| 46513777 | 董事会战略与ESG委员会工作细则(草案)(H股发行并上市后适用) | 2026-05-18 | Chinese | ||
| 46513776 | 董事会成员及雇员多元化政策(草案)(H股发行并上市后适用) | 2026-05-18 | Chinese | ||
| 46513775 | 独立董事提名人声明与承诺(郭嵩) | 2026-05-18 | Chinese | ||
| 46513774 | 独立董事候选人声明与承诺(林伟伟) | 2026-05-18 | Chinese | ||
| 46513370 | 内幕信息知情人登记管理制度(草案)(H股发行并上市后适用) | 2026-05-18 | Chinese | ||
| 46513369 | 股东会议事规则(草案)(H股发行并上市后适用) | 2026-05-18 | Chinese | ||
| 46513356 | 董事会审计委员会工作细则(草案)(H股发行并上市后适用) | 2026-05-18 | Chinese | ||
| 46513355 | 关于制定及修订H股发行上市后适用的《公司章程》及相关内部治理制度的公告 | 2026-05-18 | Chinese | ||
| 46513354 | 关于董事会换届选举的公告 | 2026-05-18 | Chinese | ||
| 44267425 | 关于2025年股票期权与限制性股票激励计划部分股票期权注销完成的公告 | 2026-05-07 | Chinese | ||
| 44267403 | 关于股票交易异常波动的公告 | 2026-05-07 | Chinese | ||
| 39895048 | 关于2025年度利润分配预案的公告 | 2026-04-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wired, wireless, and satellite telecommunication activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
EMPRESA NACIONAL DE TELECOMUNICACIONES S.A.
Leading provider of telecommunications and IT services, off…
|
— | CL | Telecommunications, computer pr… |
|
Empresas Cablevisión, S.A.B. de C.V.
Provides integrated multimedia, digital cable television, b…
|
CABLE | MX | Telecommunications, computer pr… |
|
Energous Corp
Develops RF-based, over-the-air wireless charging for suppl…
|
WATT | US | Telecommunications, computer pr… |
|
Ericsson
Provider of mobile network infrastructure, software, and se…
|
ERIC | SE | Telecommunications, computer pr… |
|
ETHERSTACK PLC
Develops and licenses mission-critical radio communications…
|
ESK | AU | Telecommunications, computer pr… |
|
Etihad Etisalat Co.
Provides integrated connectivity, 5G, cloud, and digital se…
|
7020 | SA | Telecommunications, computer pr… |
|
Etihad GO Telecom Co.
Provides fixed-line, broadband, and managed network service…
|
7040 | SA | Telecommunications, computer pr… |
|
ETISALAT GROUP EMT NOTES 0.375% MAY 2028
A global technology and investment conglomerate providing t…
|
XSEGEMTN0528 | AE | Telecommunications, computer pr… |
|
ETISALAT GROUP EMT NOTES 0.875% MAY 2033
A global technology and investment group delivering innovat…
|
XSEGEMTN0533 | AE | Telecommunications, computer pr… |
|
Eutelsat Communications
Operates a multi-orbit satellite network for global connect…
|
ETL | FR | Telecommunications, computer pr… |
Runjian 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/54922/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54922 | 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=54922 | 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=54922 \ -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": 54922}, 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 Runjian Co., Ltd. (id: 54922)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.