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 |
|---|---|---|---|
| 2024年年度股东大会会议资料 | 2025-05-06 | Chinese | |
| 2025年第一季度报告 | 2025-04-24 | Chinese | |
| 关于制定《市值管理制度》的公告 | 2025-04-24 | Chinese | |
| 申万宏源证券承销保荐有限责任公司关于中信科移动通信技术股份有限公司使用部分暂时闲置募集资金进行现金管理之专项核查意见 | 2025-04-24 | Chinese | |
| 关于2024年度利润分配预案的公告 | 2025-04-24 | Chinese | |
| 关于2025年开展外汇套期保值交易的公告 | 2025-04-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39547002 | 2024年年度股东大会会议资料 | 2025-05-06 | Chinese | ||
| 39546987 | 2025年第一季度报告 | 2025-04-24 | Chinese | ||
| 39546977 | 关于制定《市值管理制度》的公告 | 2025-04-24 | Chinese | ||
| 39546970 | 申万宏源证券承销保荐有限责任公司关于中信科移动通信技术股份有限公司使用部分暂时闲置募集资金进行现金管理之专项核查意见 | 2025-04-24 | Chinese | ||
| 39546959 | 关于2024年度利润分配预案的公告 | 2025-04-24 | Chinese | ||
| 39546951 | 关于2025年开展外汇套期保值交易的公告 | 2025-04-24 | Chinese | ||
| 39546944 | 申万宏源证券承销保荐有限责任公司关于中信科移动通信技术股份有限公司2024年度募集资金存放与使用情况的核查意见 | 2025-04-24 | Chinese | ||
| 39546934 | 2024年年度报告 | 2025-04-24 | Chinese | ||
| 39546932 | 未来三年(2025-2027年)股东分红回报规划 | 2025-04-24 | Chinese | ||
| 39546931 | 申万宏源证券承销保荐有限责任公司关于中信科移动通信技术股份有限公司2025年度日常关联交易预计的核查意见 | 2025-04-24 | Chinese | ||
| 39546922 | 关于未弥补亏损达到实收股本总额三分之一的公告 | 2025-04-24 | Chinese | ||
| 39546915 | 2024年度内部控制审计报告 | 2025-04-24 | Chinese | ||
| 39546890 | 2024年度营业收入扣除情况表专项核查报告 | 2025-04-24 | Chinese | ||
| 39546837 | 申万宏源证券承销保荐有限责任公司关于中信科移动通信技术股份有限公司与关联方财务公司签署的金融服务协议及相关风险控制措施执行情况的核查意见 | 2025-04-24 | Chinese | ||
| 39546819 | 2024年度募集资金存放与实际使用情况的专项报告 | 2025-04-24 | 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.