
China Merchants Expressway Network & Technology Holdings Co., Ltd. — Investor Relations & Filings
China Merchants Expressway Network & Technology Holdings Co., Ltd. specializes in the investment, development, and operation of comprehensive expressway networks. The company manages a vast portfolio of toll roads and bridges, focusing on infrastructure maintenance and traffic management services. Beyond physical infrastructure, it integrates advanced technological solutions into transportation systems, including smart highway technologies, electronic toll collection (ETC) systems, and intelligent traffic monitoring. Its operations encompass the entire lifecycle of expressway assets, from initial investment and construction to long-term operational management and technical upgrades. By leveraging its extensive network and technological expertise, the company aims to enhance transportation efficiency and safety across regional corridors, serving as a key player in large-scale infrastructure management and smart mobility solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 招商局公路网络科技控股股份有限公司2026年度跟踪评级报告 | 2026-05-27 | Chinese | |
| 第四届董事会第四次会议决议公告 | 2026-05-15 | Chinese | |
| 关于以债权投资计划方式融资的公告 | 2026-05-15 | Chinese | |
| 董事会对独立董事2025年度独立性情况评估的专项意见 | 2026-04-02 | Chinese | |
| 2025年度第二期超短期融资券到期兑付公告 | 2026-01-14 | Chinese | |
| 2026年度第一期超短期融资券发行结果公告 | 2026-01-12 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
10 filings
| |||||
| 47436877 | 招商局公路网络科技控股股份有限公司2026年度跟踪评级报告 | 2026-05-27 | Chinese | ||
| 46365771 | 第四届董事会第四次会议决议公告 | 2026-05-15 | Chinese | ||
| 46365050 | 关于以债权投资计划方式融资的公告 | 2026-05-15 | Chinese | ||
| 39638124 | 董事会对独立董事2025年度独立性情况评估的专项意见 | 2026-04-02 | Chinese | ||
| 39638123 | 2025年度第二期超短期融资券到期兑付公告 | 2026-01-14 | Chinese | ||
| 39638121 | 2026年度第一期超短期融资券发行结果公告 | 2026-01-12 | Chinese | ||
| 39638117 | 北京市北斗鼎铭律师事务所关于招商局公路网络科技控股股份有限公司2026年第一次临时股东会的法律意见书 | 2026-01-08 | Chinese | ||
| 39638113 | 关于董事会完成换届选举及聘任高级管理人员、证券事务代表的公告 | 2026-01-08 | Chinese | ||
| 39638099 | 2026年第一次临时股东会决议公告 | 2026-01-08 | Chinese | ||
| 39638092 | 第四届董事会第一次会议决议公告 | 2026-01-08 | Chinese | ||
|
2025
5 filings
| |||||
| 39638078 | 关于全资子公司招商局重庆交通科研设计院有限公司为其参股公司重庆开万梁高速公路有限公司融资提供担保公告 | 2025-12-19 | Chinese | ||
| 39638077 | 关于调整公司与招商局集团财务有限公司签署《金融服务协议》额度的关联交易公告 | 2025-12-19 | Chinese | ||
| 39638067 | 关于向招商局慈善基金会捐赠公益资金的关联交易公告 | 2025-12-19 | Chinese | ||
| 39638064 | 关于召开2026年第一次临时股东会的通知 | 2025-12-19 | Chinese | ||
| 39638062 | 第三届董事会第三十八次会议决议公告 | 2025-12-19 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Service activities incidental to land transportation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABERTIS INFRAESTRUCTURAS, S.A.
Global operator of high-capacity road infrastructure and to…
|
ABE | ES | Transportation and storage |
|
Aleatica, S.A.B. de C.V.
Manages transport infrastructure assets across Latin Americ…
|
ALEATIC | MX | Transportation and storage |
|
ALLPARK EMPREENDIMENTOS, PARTICIPAÇÕES E SERVIÇOS S.A.
Operates parking infrastructure and urban mobility solution…
|
— | BR | Transportation and storage |
|
Anhui Expressway Company Limited
Manages investment, construction, and operation of toll exp…
|
600012 | CN | Transportation and storage |
|
ARKA BERHAD
An investment holding company driving digital and freight t…
|
— | MY | Transportation and storage |
|
ATLAS ARTERIA
Owns, operates, and develops international toll road networ…
|
ALX | AU | Transportation and storage |
|
Balticon Spolka Akcyjna
Specializes in container sales, rentals, transport, and com…
|
BLT | PL | Transportation and storage |
|
Chengdu Expressway Co., Ltd.
Develops, operates, and manages expressways in Chengdu, foc…
|
1785 | HK | Transportation and storage |
|
CONCESSIONARIA RIO-TERESOPOLIS SA
Operates, maintains, and modernizes highway infrastructure …
|
— | BR | Transportation and storage |
|
Container Corporation Of India Ltd.
Multimodal logistics provider specializing in containerized…
|
CONCOR | IN | Transportation and storage |
China Merchants Expressway Network & Technology Holdings 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/54066/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54066 | 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=54066 | 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=54066 \ -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": 54066}, 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 China Merchants Expressway Network & Technology Holdings Co., Ltd. (id: 54066)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.