
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年度日常关联交易预计的公告 | 2026-06-05 | Chinese | |
| 正平股份关于召开2025年年度股东会的通知 | 2026-06-05 | Chinese | |
| 《正平股份董事、高级管理人员薪酬管理制度》(草案) | 2026-06-05 | Chinese | |
| 正平股份第五届董事会第十八次(临时)会议决议公告 | 2026-06-05 | Chinese | |
| 《正平股份董事会秘书工作细则》(2026年6月修订) | 2026-06-05 | Chinese | |
| 关于正平股份2025年度带持续经营重大不确定性段落的无保留意见审计报告涉及事项的专项说明(中瑞诚鉴字[2026]第612871号) | 2026-06-05 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47985959 | 正平股份关于公司2026年度日常关联交易预计的公告 | 2026-06-05 | Chinese | ||
| 47985958 | 正平股份关于召开2025年年度股东会的通知 | 2026-06-05 | Chinese | ||
| 47985789 | 《正平股份董事、高级管理人员薪酬管理制度》(草案) | 2026-06-05 | Chinese | ||
| 47985788 | 正平股份第五届董事会第十八次(临时)会议决议公告 | 2026-06-05 | Chinese | ||
| 47985301 | 《正平股份董事会秘书工作细则》(2026年6月修订) | 2026-06-05 | Chinese | ||
| 47985267 | 关于正平股份2025年度带持续经营重大不确定性段落的无保留意见审计报告涉及事项的专项说明(中瑞诚鉴字[2026]第612871号) | 2026-06-05 | Chinese | ||
| 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 | ||
Market data
Market data not available
Price history
Peer group · Construction of roads and railways
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
GRK Infra Oyj
Constructs and maintains transportation infrastructure like…
|
GRK | FI | Construction |
|
Guangdong Construction Engineering Group Co., Ltd.
Provides comprehensive construction, engineering, and infra…
|
002060 | CN | Construction |
|
GÜLERMAK AĞIR SANAYİ İNŞAAT VE TAAHHÜT A.Ş.
EPC contractor for transport, industrial, and energy infras…
|
GLRMK | TR | Construction |
|
Hazoor Multi Projects Limited
Specializes in infrastructure, highway construction, and re…
|
532467 | IN | Construction |
|
Hercules Site Services Plc
Provides labor supply and civil engineering for infrastruct…
|
HERC | GB | Construction |
|
H.G. Infra Engineering Limited
Provides EPC services for highways, bridges, railways, and …
|
HGINFRA | IN | Construction |
|
Highway Infrastructure Limited
Provides EPC services for highway, bridge, and urban road i…
|
HILINFRA | IN | Construction |
|
HONGKONG INTERNATIONAL (QINGDAO) COMPANY LIMITED
Develops and constructs transportation infrastructures, ser…
|
99CB | SG | Construction |
|
HONGRUN CONSTRUCTION GROUP CO.,LTD.
Specializes in urban rail transit, municipal infrastructure…
|
002062 | CN | Construction |
|
HUITONG CONSTRUCTION GROUP CO.,LTD.
Specializes in EPC services for highways, bridges, and muni…
|
603176 | CN | 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.