CICT MOBILE COMMUNICATION TECHNOLOGY CO., LTD. — Investor Relations & Filings
About CICT MOBILE COMMUNICATION TECHNOLOGY CO., LTD.
CICT Mobile Communication Technology Co., Ltd. is a prominent provider of mobile communication equipment and integrated network solutions. The company focuses on the research, development, and manufacturing of wireless communication infrastructure, including 4G and 5G base stations, core network systems, and network optimization tools. It maintains a strong emphasis on technological innovation, contributing significantly to the evolution of global mobile standards from 3G through 5G and into 6G research. CICT Mobile delivers end-to-end wireless solutions for telecommunications operators and provides specialized private network applications for sectors such as rail transit, energy, and public safety. Its product portfolio includes macro stations, small cells, and Internet of Things (IoT) connectivity solutions designed to support high-capacity data transmission and digital transformation across various professional environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年上半年“提质增效重回报”行动方案评估报告 | 2025-08-22 | Chinese | |
| 关于对信科(北京)财务有限公司的风险持续评估报告 | 2025-08-22 | Chinese | |
| 2025年半年度募集资金存放与实际使用情况的专项报告 | 2025-08-22 | Chinese | |
| 第二届监事会第六次会议决议公告 | 2025-08-22 | Chinese | |
| 2025年半年度报告 | 2025-08-22 | Chinese | |
| 申万宏源证券承销保荐有限责任公司关于中信科移动通信技术股份有限公司2025年半年度持续督导跟踪报告 | 2025-08-22 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39547126 | 2025年上半年“提质增效重回报”行动方案评估报告 | 2025-08-22 | Chinese | ||
| 39547120 | 关于对信科(北京)财务有限公司的风险持续评估报告 | 2025-08-22 | Chinese | ||
| 39547114 | 2025年半年度募集资金存放与实际使用情况的专项报告 | 2025-08-22 | Chinese | ||
| 39547103 | 第二届监事会第六次会议决议公告 | 2025-08-22 | Chinese | ||
| 39547099 | 2025年半年度报告 | 2025-08-22 | Chinese | ||
| 39547078 | 申万宏源证券承销保荐有限责任公司关于中信科移动通信技术股份有限公司2025年半年度持续督导跟踪报告 | 2025-08-22 | Chinese | ||
| 39547069 | 2025年半年度报告摘要 | 2025-08-22 | Chinese | ||
| 39547061 | 关于2025年半年度计提资产减值准备的公告 | 2025-08-22 | Chinese | ||
| 39547057 | 申万宏源证券承销保荐有限责任公司关于中信科移动通信技术股份有限公司募投项目延期的核查意见 | 2025-06-13 | Chinese | ||
| 39547049 | 第二届监事会第五次会议决议公告 | 2025-06-13 | Chinese | ||
| 39547036 | 关于募投项目延期的公告 | 2025-06-13 | Chinese | ||
| 39547030 | 持股5%以上股东及其一致行动人减持计划时间届满暨减持股份结果公告 | 2025-05-23 | Chinese | ||
| 39547024 | 关于参加中国信息通信科技集团有限公司2024年度暨2025年第一季度集体业绩说明会的公告 | 2025-05-21 | Chinese | ||
| 39547018 | 2024年年度股东大会决议公告 | 2025-05-16 | Chinese | ||
| 39547010 | 北京市中伦律师事务所关于公司2024年年度股东大会的法律意见书 | 2025-05-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wired, wireless, and satellite telecommunication activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1&1 AG
A telecommunications provider offering mobile and broadband…
|
1U1 | DE | Telecommunications, computer pr… |
|
360networks Inc.
Major North American provider of high-capacity fiber optic …
|
TSIX | CA | Telecommunications, computer pr… |
|
4iG Nyilvánosan Működő Részvénytársaság
Provider of integrated telecommunications, IT, and space te…
|
4IG | HU | Telecommunications, computer pr… |
|
5G NETWORKS LIMITED.
Provides high-speed connectivity, fiber networks, and manag…
|
5GN | AU | Telecommunications, computer pr… |
|
AAC Clyde Space
Offers end-to-end small satellite solutions and space-based…
|
AAC | SE | Telecommunications, computer pr… |
|
Aastra Technologies Limited
Global provider of enterprise communication systems, specia…
|
AAH | CA | Telecommunications, computer pr… |
|
Accrete Inc.
Cloud-based messaging provider specializing in A2P SMS and …
|
4395 | JP | Telecommunications, computer pr… |
|
ACTELIS NETWORKS INC
Provider of cyber-hardened networking solutions for IoT ove…
|
ASNS | US | Telecommunications, computer pr… |
|
Adamant Holding Inc.
Global telecommunications carrier expanding into renewable …
|
UCCPF | CA | Telecommunications, computer pr… |
|
AdvanteXCEL.com Communications Corp.
Defaulting reporting issuer, cease-traded due to regulatory…
|
APTV | CA | Telecommunications, computer pr… |
CICT MOBILE COMMUNICATION 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/58390/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58390 | 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=58390 | 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=58390 \ -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": 58390}, 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 CICT MOBILE COMMUNICATION TECHNOLOGY CO., LTD. (id: 58390)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.