
Zhengping Road & Bridge Construction Co., Ltd. — Investor Relations & Filings
Zhengping Road & Bridge Construction Co., Ltd. specializes in the planning, design, construction, and maintenance of large-scale infrastructure projects. The company’s core operations encompass highway and bridge engineering, municipal infrastructure, water conservancy, and hydropower facilities. It provides comprehensive engineering, procurement, and construction (EPC) services, alongside specialized technical consulting and project management. Zhengping focuses on delivering integrated solutions for transportation networks and public utility systems, leveraging advanced construction technologies to execute complex structural projects. Its portfolio includes the development of high-grade highways, urban transit routes, and hydraulic engineering works, emphasizing structural integrity and operational efficiency across the project lifecycle.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 正平股份关于股票交易的风险提示公告 | 2026-06-03 | Chinese | |
| 正平股份关于公司及子公司诉讼事项进展及新增诉讼事项的公告 | 2026-05-20 | Chinese | |
| 正平股份关于股票交易的风险提示公告 | 2026-05-20 | Chinese | |
| 正平路桥建设股份有限公司营业收入扣除情况表专项核查报告(中瑞诚核字[2026]第612003号) | 2026-05-12 | Chinese | |
| 正平股份关于上海证券交易所对公司有关风险事项的监管工作函的回复公告 | 2026-05-11 | Chinese | |
| 正平股份2025年年度报告 (修订版) | 2026-05-11 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47959442 | 正平股份关于股票交易的风险提示公告 | 2026-06-03 | Chinese | ||
| 46702518 | 正平股份关于公司及子公司诉讼事项进展及新增诉讼事项的公告 | 2026-05-20 | Chinese | ||
| 46701440 | 正平股份关于股票交易的风险提示公告 | 2026-05-20 | Chinese | ||
| 45346620 | 正平路桥建设股份有限公司营业收入扣除情况表专项核查报告(中瑞诚核字[2026]第612003号) | 2026-05-12 | Chinese | ||
| 45016875 | 正平股份关于上海证券交易所对公司有关风险事项的监管工作函的回复公告 | 2026-05-11 | Chinese | ||
| 45016479 | 正平股份2025年年度报告 (修订版) | 2026-05-11 | Chinese | ||
| 44488655 | 正平股份关于股票交易的风险提示公告 | 2026-05-08 | Chinese | ||
| 44277637 | 正平股份关于股票交易的风险提示公告 | 2026-05-06 | Chinese | ||
| 37747295 | 正平股份关于股票交易风险提示暨停牌核查的公告 | 2026-03-26 | Chinese | ||
| 37747294 | 正平股份股票交易异常波动暨风险提示公告 | 2026-03-24 | Chinese | ||
| 37747291 | 正平股份关于公司股票交易风险暨可能被终止上市的第四次风险提示公告 | 2026-03-23 | Chinese | ||
| 37747279 | 正平股份股票交易异常波动暨风险提示公告 | 2026-03-20 | Chinese | ||
| 37747269 | 正平股份关于股票交易的风险提示公告 | 2026-03-19 | Chinese | ||
| 37747254 | 正平股份关于股票交易的风险提示公告 | 2026-03-17 | Chinese | ||
| 37747241 | 正平股份关于股票交易的风险提示公告 | 2026-03-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Construction of roads and railways
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Colas
A global company for the construction and maintenance of tr…
|
RE | FR | Construction |
|
Conduril
Specializes in civil engineering and public works like dams…
|
CDU | PT | Construction |
|
Công ty Cổ phần Đầu tư Cầu Đường CII
Investment entity developing, constructing, and managing tr…
|
LGC | VN | Construction |
|
Công ty Cổ phần Đầu tư Hạ tầng Giao thông Đèo Cả
Specializes in transport infrastructure investment, constru…
|
HHV | VN | Construction |
|
Công ty Cổ phần Đầu tư Hạ tầng Kỹ thuật TP.HCM
A financial investment organization specializing in infrast…
|
CII | VN | Construction |
|
Công ty Cổ phần Đầu tư và Xây dựng Bình Dương ACC
Produces and supplies building materials and offers constru…
|
ACC | VN | Construction |
|
Công ty Cổ phần Đầu tư Xây dựng và Phát triển Đô thị Thăng Long
Focuses on urban development, real estate, infrastructure c…
|
TLD | VN | Construction |
|
Công ty Cổ phần Lizen
Engaged in construction, infrastructure development, renewa…
|
LCG | VN | Construction |
|
Công ty Cổ phần Xây dựng và Giao thông Bình Dương
Engaged in civil, industrial, housing, infrastructure const…
|
BCE | VN | Construction |
|
Construction Partners, Inc.
A vertically integrated civil infrastructure company for ro…
|
ROAD | US | Construction |
Zhengping Road & Bridge Construction 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/57857/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57857 | 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=57857 | 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=57857 \ -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": 57857}, 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 Zhengping Road & Bridge Construction Co., Ltd. (id: 57857)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.