
Zhong Fu Tong Group Co.,Ltd. — Investor Relations & Filings
Zhong Fu Tong Group Co.,Ltd. provides comprehensive communication network technical services and digital intelligence solutions. The company specializes in the maintenance and optimization of communication networks, including base stations, transmission lines, and core network equipment. Its service portfolio extends to information system integration, software development, and the provision of edge computing and artificial intelligence-driven digital services. By leveraging technical expertise in network infrastructure, the group supports telecommunications operators, equipment vendors, and government and enterprise clients in enhancing network performance and digital transformation. The company focuses on delivering integrated lifecycle management for communication systems and developing innovative applications for the digital economy.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于公司2026年度向相关金融机构申请授信额度的公告 | 2026-05-29 | Chinese | |
| 关于召开2025年度股东会的通知 | 2026-05-29 | Chinese | |
| 关于中富通集团股份有限公司2026年限制性股票激励计划(草案)的法律意见书 | 2026-05-29 | Chinese | |
| 关于公司2026年度拟为下属公司提供担保预计额度的公告 | 2026-05-29 | Chinese | |
| 中国银河证券股份有限公司关于中富通集团股份有限公司2026年限制性股票激励计划(草案)之独立财务顾问报告 | 2026-05-29 | Chinese | |
| 中富通集团股份有限公司2026年限制性股票激励计划实施考核管理办法 | 2026-05-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47897573 | 关于公司2026年度向相关金融机构申请授信额度的公告 | 2026-05-29 | Chinese | ||
| 47897572 | 关于召开2025年度股东会的通知 | 2026-05-29 | Chinese | ||
| 47897571 | 关于中富通集团股份有限公司2026年限制性股票激励计划(草案)的法律意见书 | 2026-05-29 | Chinese | ||
| 47897414 | 关于公司2026年度拟为下属公司提供担保预计额度的公告 | 2026-05-29 | Chinese | ||
| 47897157 | 中国银河证券股份有限公司关于中富通集团股份有限公司2026年限制性股票激励计划(草案)之独立财务顾问报告 | 2026-05-29 | Chinese | ||
| 47897156 | 中富通集团股份有限公司2026年限制性股票激励计划实施考核管理办法 | 2026-05-29 | Chinese | ||
| 47897155 | 中富通集团股份有限公司2026年限制性股票激励计划(草案) | 2026-05-29 | Chinese | ||
| 47897154 | 中富通集团股份有限公司2026年限制性股票激励计划(草案)摘要 | 2026-05-29 | Chinese | ||
| 47897057 | 2026年限制性股票激励计划自查表 | 2026-05-29 | Chinese | ||
| 46383422 | 关于控股股东、实际控制人的一致行动人进行部分股份质押的公告 | 2026-05-18 | Chinese | ||
| 45566088 | 关于聘任证券事务代表的公告 | 2026-05-13 | Chinese | ||
| 45566071 | 北京国枫律师事务所关于中富通集团股份有限公司作废2024年限制性股票激励计划首次授予部分已授予尚未归属的限制性股票相关事项的法律意见书 | 2026-05-13 | Chinese | ||
| 45566069 | 关于作废2024年限制性股票激励计划首次授予部分已授予尚未归属的限制性股票的公告 | 2026-05-13 | Chinese | ||
| 45566096 | 第五届董事会第十八次会议决议公告 | 2026-05-13 | Chinese | ||
| 44952519 | 关于公司股东减持计划期限届满的公告 | 2026-05-11 | 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… |
Zhong Fu Tong Group 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/55543/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55543 | 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=55543 | 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=55543 \ -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": 55543}, 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 Zhong Fu Tong Group Co.,Ltd. (id: 55543)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.