Guangxi Wuzhou Communications Co.,Ltd. — Investor Relations & Filings
About Guangxi Wuzhou Communications Co.,Ltd.
Guangxi Wuzhou Communications Co., Ltd. focuses on the investment, construction, operation, and management of high-grade highways and bridges. The company maintains a robust portfolio of toll road assets that serve as critical transit corridors for regional logistics and passenger travel. Its primary operations involve the collection of vehicle tolls and the maintenance of infrastructure quality across its network. In addition to its core transportation assets, the firm manages diversified business interests including real estate development, logistics management, and trade services. The company emphasizes the strategic optimization of its infrastructure portfolio to facilitate efficient connectivity between major economic zones and urban centers, ensuring stable operational performance through integrated asset management and service delivery.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 五洲交通关于申请延长向不特定对象发行可转换公司债券事项股东会决议有效期及授权有效期的公告 | 2026-04-17 | Chinese | |
| 五洲交通关于召开2025年年度股东会通知 | 2026-04-17 | Chinese | |
| 广西五洲交通股份有限公司2025年度内部控制审计报告 | 2026-04-17 | Chinese | |
| 五洲交通独立董事2025年度述职报告(梁淑红) | 2026-04-17 | Chinese | |
| 五洲交通董事会审计委员会2025年度履职报告 | 2026-04-17 | Chinese | |
| 五洲交通2025年度内部控制评价报告 | 2026-04-17 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40820414 | 五洲交通关于申请延长向不特定对象发行可转换公司债券事项股东会决议有效期及授权有效期的公告 | 2026-04-17 | Chinese | ||
| 40820409 | 五洲交通关于召开2025年年度股东会通知 | 2026-04-17 | Chinese | ||
| 40820402 | 广西五洲交通股份有限公司2025年度内部控制审计报告 | 2026-04-17 | Chinese | ||
| 40820398 | 五洲交通独立董事2025年度述职报告(梁淑红) | 2026-04-17 | Chinese | ||
| 40820395 | 五洲交通董事会审计委员会2025年度履职报告 | 2026-04-17 | Chinese | ||
| 40820391 | 五洲交通2025年度内部控制评价报告 | 2026-04-17 | Chinese | ||
| 40820387 | 广西五洲交通股份有限公司2025年年度报告 | 2026-04-17 | Chinese | ||
| 40820382 | 关于广西五洲交通股份有限公司非经营性资金占用及其他关联资金往来的专项说明(2025年度) | 2026-04-17 | Chinese | ||
| 40820378 | 五洲交通2026年度关联交易预计的公告 | 2026-04-17 | Chinese | ||
| 40820375 | 五洲交通关于确认董事及高级管理人员2025年度薪酬及2026年度薪酬方案的公告 | 2026-04-17 | Chinese | ||
| 40820369 | 五洲交通第十一届董事会第四次会议决议公告 | 2026-04-17 | Chinese | ||
| 40820367 | 五洲交通公司独立董事2025年度述职报告(邵旭东) | 2026-04-17 | Chinese | ||
| 34822507 | 五洲交通2025年度利润分配预案公告 | 2026-04-17 | Chinese | ||
| 34822504 | 五洲交通关于聘任证券事务代表的公告 | 2026-04-17 | Chinese | ||
| 34822492 | 广西五洲交通股份有限公司2025年度环境、社会和公司治理(ESG)报告 | 2026-04-17 | 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 |
|
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 |
|
China Merchants Expressway Network & Technology Holdings Co., Ltd.
Invests in and operates expressway networks with integrated…
|
001965 | CN | 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 |
Guangxi Wuzhou Communications 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/56682/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56682 | 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=56682 | 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=56682 \ -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": 56682}, 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 Guangxi Wuzhou Communications Co.,Ltd. (id: 56682)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.