
CICT MOBILE COMMUNICATION TECHNOLOGY CO., LTD. — Investor Relations & Filings
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 |
|---|---|---|---|
| 持股5%以上股东及其一致行动人集中竞价减持股份计划公告 | 2026-05-28 | Chinese | |
| 北京市中伦律师事务所关于信科移动2025年年度股东会的法律意见书 | 2026-05-20 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-20 | Chinese | |
| 2025年年度股东会会议资料 | 2026-05-12 | Chinese | |
| 前次募集资金使用情况专项报告 | 2026-04-30 | Chinese | |
| 关于2026年度向特定对象发行A股股票预案披露的提示性公告 | 2026-04-30 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47869982 | 持股5%以上股东及其一致行动人集中竞价减持股份计划公告 | 2026-05-28 | Chinese | ||
| 46701297 | 北京市中伦律师事务所关于信科移动2025年年度股东会的法律意见书 | 2026-05-20 | Chinese | ||
| 46701068 | 2025年年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 45346361 | 2025年年度股东会会议资料 | 2026-05-12 | Chinese | ||
| 39548465 | 前次募集资金使用情况专项报告 | 2026-04-30 | Chinese | ||
| 39548463 | 关于2026年度向特定对象发行A股股票预案披露的提示性公告 | 2026-04-30 | Chinese | ||
| 39548461 | 2026年度向特定对象发行A股股票摊薄即期回报与公司采取填补措施及相关主体承诺的公告 | 2026-04-30 | Chinese | ||
| 39548457 | 关于最近五年未被证券监管部门和证券交易所采取监管措施或处罚情况的公告 | 2026-04-30 | Chinese | ||
| 39548455 | 董事会审计委员会关于公司2026年度向特定对象发行A股股票相关事项的书面审核意见 | 2026-04-30 | Chinese | ||
| 39548453 | 2026年度向特定对象发行A股股票发行方案论证分析报告 | 2026-04-30 | Chinese | ||
| 39548448 | 2026年度向特定对象发行A股股票预案 | 2026-04-30 | Chinese | ||
| 39548446 | 关于暂不召开股东会的公告 | 2026-04-30 | Chinese | ||
| 39548445 | 关于2026年度向特定对象发行A股股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2026-04-30 | Chinese | ||
| 39548442 | 关于本次募集资金投向属于科技创新领域的说明 | 2026-04-30 | Chinese | ||
| 39548439 | 前次募集资金使用情况鉴证报告 | 2026-04-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wired, wireless, and satellite telecommunication activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Partner Communications Co Ltd.
A telecommunications operator offering mobile, fiber intern…
|
PTNR | IL | Telecommunications, computer pr… |
|
PCCW Limited
Global provider of telecommunications, media, and enterpris…
|
8 | HK | Telecommunications, computer pr… |
|
PENTANET LIMITED
Provides high-speed internet and cloud gaming via wireless …
|
5GG | AU | Telecommunications, computer pr… |
|
PERUSAHAAN PERSEROAN PERSERO PT TELEKOMUNIKASI INDONESIA TBK
A telecommunications conglomerate providing ICT, digital, a…
|
TLK | US | Telecommunications, computer pr… |
|
Planetel
Provider of telecom and IT services via its own proprietary…
|
PLT | IT | Telecommunications, computer pr… |
|
PLDT Inc.
Integrated telecom provider of fixed-line, mobile, broadban…
|
PHI | PH | Telecommunications, computer pr… |
|
Positron Fiber Systems Corporation
Extends fiber services and symmetrical Gigabit broadband ov…
|
POSC | CA | Telecommunications, computer pr… |
|
Prodelight Co.,Ltd.
Develops and sells cloud-based IP-PBX systems and voice tra…
|
5580 | JP | Telecommunications, computer pr… |
|
Proximus SA
Provider of digital services, communication solutions, and …
|
PROX | BE | Telecommunications, computer pr… |
|
Przedsiebiorstwo Telekomunikacyjne Telgam Spolka Akcyjna
Provider of fiber internet, 5G/LTE mobile, digital TV, and …
|
TLG | PL | 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.