
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 |
|---|---|---|---|
| 北京市中伦律师事务所关于信科移动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 | |
| 2026年度向特定对象发行A股股票摊薄即期回报与公司采取填补措施及相关主体承诺的公告 | 2026-04-30 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 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 | ||
| 39548437 | 持股5%以上股东及其一致行动人减持计划时间届满暨减持股份结果公告 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wired, wireless, and satellite telecommunication activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Extenway Solutions Inc.
Provides media, connectivity, and communication solutions f…
|
EY | CA | Telecommunications, computer pr… |
|
Far EasTone
Provides integrated telecommunications, 5G connectivity, an…
|
4904 | TW | Telecommunications, computer pr… |
|
Fibergate Inc.
Provides Wi-Fi solutions for commercial facilities and resi…
|
9450 | JP | Telecommunications, computer pr… |
|
Fonorola Inc.
Telecommunications carrier offering long distance voice and…
|
— | CA | Telecommunications, computer pr… |
|
FreeBit Co., Ltd.
Internet technology company providing 5G and digital transf…
|
3843 | JP | Telecommunications, computer pr… |
|
Frontier Communications Parent, Inc.
A telecommunications company providing fiber-optic broadban…
|
FYBR | US | Telecommunications, computer pr… |
|
Galaxy OnLine Inc.
Delivers high-speed internet and IP communications using sa…
|
— | CA | Telecommunications, computer pr… |
|
GAMMA COMMUNICATIONS PLC
Provider of UCaaS, connectivity, and cybersecurity solution…
|
GAMA | GB | Telecommunications, computer pr… |
|
GCI Liberty, Inc.
Alaska's largest communications provider of data, mobile, v…
|
GLIBA | US | Telecommunications, computer pr… |
|
Generic Sweden AB
Specializes in secure digital communication and high-tech m…
|
GENI | SE | 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.