
Zhejiang Communications Technology Co.,Ltd. — Investor Relations & Filings
Zhejiang Communications Technology Co., Ltd. specializes in the construction and maintenance of transportation infrastructure. The company's core operations encompass the development of high-grade highways, bridges, tunnels, and municipal engineering projects. It provides comprehensive services including engineering, procurement, and construction (EPC) management, as well as technical consulting and maintenance for large-scale transport networks. The firm is recognized for its expertise in executing complex civil engineering works, such as long-span bridges and underground transit systems. By leveraging advanced construction technologies and integrated project management, the company supports the expansion and modernization of regional and national transportation corridors. Its portfolio includes a wide range of public works and infrastructure assets designed to enhance connectivity and logistical efficiency.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度权益分派实施公告 | 2026-05-22 | Chinese | |
| 关于举办投资者接待日的通知 | 2026-05-19 | Chinese | |
| 2025年度股东会决议公告 | 2026-05-18 | Chinese | |
| 关于参加浙江辖区上市公司2026年投资者网上集体接待日暨2025年度业绩说明会活动的公告 | 2026-05-07 | Chinese | |
| 关于2026年度公司为子公司浙江交工提供委托贷款安排的公告 | 2026-03-24 | Chinese | |
| 公司章程(2026年3月) | 2026-03-24 | Chinese |
Browse filings by year
21 years- 2026 10 filings
- 2025 182 filings
- 2024 139 filings
- 2023 182 filings
- 2022 235 filings
- 2021 180 filings
- 2020 192 filings
- 2019 173 filings
- 2018 183 filings
- 2017 249 filings
- 2016 186 filings
- 2015 147 filings
- 2014 88 filings
- 2013 101 filings
- 2012 81 filings
- 2011 93 filings
- 2010 74 filings
- 2009 62 filings
- 2008 66 filings
- 2007 66 filings
- 2006 45 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
10 filings
| |||||
| 46866776 | 2025年度权益分派实施公告 | 2026-05-22 | Chinese | ||
| 46565240 | 关于举办投资者接待日的通知 | 2026-05-19 | Chinese | ||
| 46512815 | 2025年度股东会决议公告 | 2026-05-18 | Chinese | ||
| 44272349 | 关于参加浙江辖区上市公司2026年投资者网上集体接待日暨2025年度业绩说明会活动的公告 | 2026-05-07 | Chinese | ||
| 34751735 | 关于2026年度公司为子公司浙江交工提供委托贷款安排的公告 | 2026-03-24 | Chinese | ||
| 34751732 | 公司章程(2026年3月) | 2026-03-24 | Chinese | ||
| 34751728 | 关于子公司浙江交工2026年度第二期中期票据发行情况的公告 | 2026-03-18 | Chinese | ||
| 34751715 | 关于江山基地关停及收储补偿进展公告 | 2026-03-17 | Chinese | ||
| 34751705 | 2025年第四季度建筑业经营情况简报 | 2026-01-28 | Chinese | ||
| 34751703 | 关于子公司浙江交工2026年度第一期中期票据发行情况的公告 | 2026-01-23 | Chinese | ||
|
2025
5 filings
| |||||
| 34751695 | 关于中标富春江沿江洋洲区块项目并出资的关联交易公告 | 2025-12-26 | Chinese | ||
| 34751682 | 信用类债券信息披露管理办法 | 2025-12-26 | Chinese | ||
| 34751680 | 信息披露管理制度 | 2025-12-26 | Chinese | ||
| 34751677 | 关于公司董事离任暨选举职工董事的公告 | 2025-12-26 | Chinese | ||
| 34751676 | 关于增加公司2025年度对外捐赠预算的公告 | 2025-12-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Construction of roads and railways
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Abhishek Infraventures Limited
Infrastructure firm specializing in civil construction and …
|
539544 | IN | Construction |
|
A B INFRABUILD LIMITED
Specializes in EPC projects for railway infrastructure and …
|
ABINFRA | IN | Construction |
|
ADVANCECON HOLDINGS BERHAD
Construction company providing civil engineering, infrastru…
|
— | MY | Construction |
|
Aecon Group Inc.
A construction and infrastructure development company deliv…
|
ARE | CA | Construction |
|
Aegek S.A.
A construction firm building large infrastructure and manag…
|
AEGEK | GR | Construction |
|
Ahluwalia Contracts (India) Ltd
Integrated EPC firm specializing in large-scale civil engin…
|
AHLUCONT | IN | Construction |
|
Akash Infra-Projects Limited
Civil engineering firm specializing in roads, bridges, and …
|
AKASH | IN | Construction |
|
Anhui Gourgen Traffic Construction Co.,Ltd.
Specializes in highway, bridge, and municipal road construc…
|
603815 | CN | Construction |
|
Ashoka Buildcon Limited
Infrastructure firm specializing in highways, bridges, and …
|
ASHOKA | IN | Construction |
|
ATLANTAA LIMITED
Infrastructure and real estate firm specializing in EPC, PP…
|
ATLANTAA | IN | Construction |
Zhejiang Communications 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/54123/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54123 | 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=54123 | 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=54123 \ -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": 54123}, 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 Zhejiang Communications Technology Co.,Ltd. (id: 54123)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.