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-02-27 | Chinese | |
| 关于本次向特定对象发行股票摊薄即期回报的影响分析及填补措施和相关主体承诺的公告 | 2026-02-27 | Chinese | |
| 关于无需编制前次募集资金使用情况报告的公告 | 2026-02-27 | Chinese | |
| 关于最近五年被证券监管部门和证券交易所采取监管措施或处罚及整改情况的公告 | 2026-02-27 | Chinese | |
| 2026年度向特定对象发行A股股票募集资金使用可行性分析报告 | 2026-02-27 | Chinese | |
| 2026年度向特定对象发行A股股票方案论证分析报告 | 2026-02-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 37834458 | 关于本次向特定对象发行股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2026-02-27 | Chinese | ||
| 37834447 | 关于本次向特定对象发行股票摊薄即期回报的影响分析及填补措施和相关主体承诺的公告 | 2026-02-27 | Chinese | ||
| 37834444 | 关于无需编制前次募集资金使用情况报告的公告 | 2026-02-27 | Chinese | ||
| 37834442 | 关于最近五年被证券监管部门和证券交易所采取监管措施或处罚及整改情况的公告 | 2026-02-27 | Chinese | ||
| 37834426 | 2026年度向特定对象发行A股股票募集资金使用可行性分析报告 | 2026-02-27 | Chinese | ||
| 37834409 | 2026年度向特定对象发行A股股票方案论证分析报告 | 2026-02-27 | Chinese | ||
| 37834407 | 关于控股股东、实际控制人的一致行动人进行部分股份质押的公告 | 2026-02-09 | Chinese | ||
| 37834404 | 关于公司股东股份减持计划的预披露公告 | 2026-02-06 | Chinese | ||
| 37834402 | 关于公司为子公司提供担保的进展公告 | 2026-02-05 | Chinese | ||
| 37834399 | 关于公司为子公司提供担保的进展公告 | 2026-02-04 | Chinese | ||
| 37834395 | 2025年度业绩预告 | 2026-01-30 | Chinese | ||
| 37834392 | 关于公司及相关人员收到福建证监局警示函的公告 | 2026-01-28 | Chinese | ||
| 37834390 | 关于前期会计差错更正后的财务报表及相关附注 | 2026-01-27 | Chinese | ||
| 37834388 | 第五届董事会第十四次会议决议公告 | 2026-01-27 | Chinese | ||
| 37834385 | 关于会计差错更正的公告 | 2026-01-27 | 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.