
TENGDA CONSTRUCTION GROUP CO.,LTD. — Investor Relations & Filings
Tengda Construction Group Co., Ltd. specializes in large-scale infrastructure development and civil engineering. The company’s core operations encompass the construction of municipal roads, bridges, highways, and urban rail transit systems. It provides comprehensive engineering, procurement, and construction (EPC) services, focusing on urban modernization and transportation networks. Key areas of expertise include underground space development, water conservancy facilities, and public utility projects. The group maintains high-level professional qualifications for municipal public works and highway construction, enabling the execution of complex structural and geotechnical engineering tasks. Its technical capabilities extend to bridge deck pavement, tunnel excavation, and the integration of smart infrastructure technologies within urban environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 腾达建设关于重大工程中标的公告 | 2025-05-07 | Chinese | |
| 腾达建设2025年第一季度报告 | 2025-04-28 | Chinese | |
| 腾达建设2024年年度股东大会会议资料 | 2025-04-22 | Chinese | |
| 腾达建设内部控制审计报告 | 2025-04-18 | Chinese | |
| 腾达建设2024年年度报告 | 2025-04-18 | Chinese | |
| 腾达建设2024年年度报告摘要 | 2025-04-18 | Chinese |
Browse filings by year
25 years- 2026 35 filings
- 2025 91 filings
- 2024 65 filings
- 2023 91 filings
- 2022 88 filings
- 2021 92 filings
- 2020 91 filings
- 2019 108 filings
- 2018 117 filings
- 2017 100 filings
- 2016 113 filings
- 2015 101 filings
- 2014 83 filings
- 2013 70 filings
- 2012 58 filings
- 2011 56 filings
- 2010 54 filings
- 2009 52 filings
- 2008 57 filings
- 2007 46 filings
- 2006 55 filings
- 2005 24 filings
- 2004 30 filings
- 2003 27 filings
- 2002 6 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 41052339 | 腾达建设关于重大工程中标的公告 | 2025-05-07 | Chinese | ||
| 41052332 | 腾达建设2025年第一季度报告 | 2025-04-28 | Chinese | ||
| 41052309 | 腾达建设2024年年度股东大会会议资料 | 2025-04-22 | Chinese | ||
| 41052287 | 腾达建设内部控制审计报告 | 2025-04-18 | Chinese | ||
| 41052207 | 腾达建设2024年年度报告 | 2025-04-18 | Chinese | ||
| 41052137 | 腾达建设2024年年度报告摘要 | 2025-04-18 | Chinese | ||
| 41052112 | 腾达建设2025年度估值提升计划 | 2025-04-18 | Chinese | ||
| 41052097 | 腾达建设关于回购注销部分限制性股票通知债权人的公告 | 2025-04-18 | Chinese | ||
| 41052078 | 腾达建设第十届监事会第十一次会议决议公告 | 2025-04-18 | Chinese | ||
| 41052067 | 腾达建设关于召开2024年度业绩说明会的公告 | 2025-04-18 | Chinese | ||
| 41052053 | 腾达建设2024年度审计报告 | 2025-04-18 | Chinese | ||
| 41051758 | 关于腾达建设非经营性资金占用及其他关联资金往情况汇总表的专项审计报告(签字备案) | 2025-04-18 | Chinese | ||
| 41051695 | 腾达建设 董事会审计委员会2024年度对会计师事务所履行监督职责情况的报告 | 2025-04-18 | Chinese | ||
| 41051682 | 腾达建设关于计提资产减值准备的公告 | 2025-04-18 | Chinese | ||
| 41051673 | 腾达建设公司章程(2025年4月) | 2025-04-18 | 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 |
TENGDA 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/56779/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56779 | 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=56779 | 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=56779 \ -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": 56779}, 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 TENGDA CONSTRUCTION GROUP CO.,LTD. (id: 56779)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.