
HUITONG CONSTRUCTION GROUP CO.,LTD. — Investor Relations & Filings
Huitong Construction Group Co., Ltd. is a comprehensive construction enterprise specializing in large-scale infrastructure development. The company primarily focuses on the investment, design, and construction of highways, bridges, municipal infrastructure, and water conservancy projects. It provides integrated services across the project lifecycle, including engineering, procurement, and construction (EPC) management. Huitong Construction Group holds high-level professional qualifications, particularly in highway engineering and municipal public works. The organization leverages advanced technical expertise and mechanized construction capabilities to deliver complex civil engineering solutions. Its operations encompass roadbed and pavement construction, bridge and tunnel engineering, and urban infrastructure maintenance, serving both regional and national development initiatives through a commitment to quality standards and technological innovation.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 汇通集团关于召开2024年度暨2025年第一季度业绩暨现金分红说明会的公告 | 2025-04-22 | Chinese | |
| 汇通集团关于“汇通转债”转股价格调整暨转股停牌的公告 | 2025-04-10 | Chinese | |
| 汇通集团可转债转股结果暨股份变动公告 | 2025-04-02 | Chinese | |
| 汇通集团2025年限制性股票激励计划首次授予结果公告 | 2025-03-21 | Chinese | |
| 汇通集团关于股份性质变更暨2025年限制性股票激励计划授予的进展公告 | 2025-03-18 | Chinese | |
| 汇通集团第二届监事会第九次会议决议公告 | 2025-03-06 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 44571629 | 汇通集团关于召开2024年度暨2025年第一季度业绩暨现金分红说明会的公告 | 2025-04-22 | Chinese | ||
| 44571621 | 汇通集团关于“汇通转债”转股价格调整暨转股停牌的公告 | 2025-04-10 | Chinese | ||
| 44571614 | 汇通集团可转债转股结果暨股份变动公告 | 2025-04-02 | Chinese | ||
| 44571608 | 汇通集团2025年限制性股票激励计划首次授予结果公告 | 2025-03-21 | Chinese | ||
| 44571599 | 汇通集团关于股份性质变更暨2025年限制性股票激励计划授予的进展公告 | 2025-03-18 | Chinese | ||
| 44571593 | 汇通集团第二届监事会第九次会议决议公告 | 2025-03-06 | Chinese | ||
| 44571583 | 汇通集团2025年限制性股票激励计划激励对象名单(授予日) | 2025-03-06 | Chinese | ||
| 44571568 | 汇通集团关于向2025年限制性股票激励计划激励对象首次授予限制性股票的公告 | 2025-03-06 | Chinese | ||
| 44571560 | 申港证券股份有限公司关于汇通集团2025年限制性股票激励计划激励授予对象及授予数量调整、首次授予条件成就之独立财务顾问意见 | 2025-03-06 | Chinese | ||
| 44571545 | 关于汇通建设集团股份有限公司2025年限制性股票激励计划授予事项的法律意见 | 2025-03-06 | Chinese | ||
| 44571475 | 汇通集团监事会关于2025年限制性股票激励计划授予日激励对象名单的核实意见 | 2025-03-06 | Chinese | ||
| 44571468 | 汇通集团关于调整2025年限制性股票激励计划相关事项的公告 | 2025-03-06 | Chinese | ||
| 44571456 | 汇通集团第二届董事会第十二次会议决议公告 | 2025-03-06 | Chinese | ||
| 44571446 | 汇通集团2024年度“提质增效重回报”行动方案的评估报告 | 2025-03-06 | Chinese | ||
| 44571436 | 汇通集团2025年第一次临时股东大会决议公告 | 2025-02-17 | 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 |
HUITONG CONSTRUCTION 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/57480/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57480 | 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=57480 | 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=57480 \ -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": 57480}, 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 HUITONG CONSTRUCTION GROUP CO.,LTD. (id: 57480)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.