Anhui Transport Consulting & Design Institute Co.,Ltd. — Investor Relations & Filings
About Anhui Transport Consulting & Design Institute Co.,Ltd.
Anhui Transport Consulting & Design Institute Co., Ltd. is a comprehensive engineering consultancy specializing in the planning, survey, and design of transportation infrastructure. The firm provides a full lifecycle of services, including feasibility studies, technical consulting, project management, and construction supervision. Its core expertise encompasses highways, bridges, tunnels, waterways, and port engineering, alongside municipal infrastructure and environmental protection projects. The institute holds high-level qualifications for highway and waterway design, enabling it to execute complex engineering tasks such as long-span bridges and large-scale hydraulic structures. By integrating advanced digital modeling and smart transportation technologies, the company delivers optimized infrastructure solutions. Its operations focus on enhancing regional connectivity through innovative engineering practices and rigorous technical standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 设计总院第四届董事会第二十七次会议决议公告 | 2026-03-27 | Chinese | |
| 独立董事2025年度述职报告(纪敏) | 2026-03-27 | Chinese | |
| 《公司章程》(2026年3月修订草案)-尚待股东会通过 | 2026-03-27 | Chinese | |
| 设计总院关于完成法定代表人变更登记暨换发营业执照的公告 | 2025-12-19 | Chinese | |
| 设计总院关于向金融机构申请福费廷业务暨关联交易的公告 | 2025-12-12 | Chinese | |
| 设计总院关于2025年董事长、高级管理人员离任暨选举董事长、聘任高级管理人员的公告 | 2025-12-12 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
3 filings
| |||||
| 38306509 | 设计总院第四届董事会第二十七次会议决议公告 | 2026-03-27 | Chinese | ||
| 38306503 | 独立董事2025年度述职报告(纪敏) | 2026-03-27 | Chinese | ||
| 38306494 | 《公司章程》(2026年3月修订草案)-尚待股东会通过 | 2026-03-27 | Chinese | ||
|
2025
12 filings
| |||||
| 38306477 | 设计总院关于完成法定代表人变更登记暨换发营业执照的公告 | 2025-12-19 | Chinese | ||
| 38306463 | 设计总院关于向金融机构申请福费廷业务暨关联交易的公告 | 2025-12-12 | Chinese | ||
| 38306455 | 设计总院关于2025年董事长、高级管理人员离任暨选举董事长、聘任高级管理人员的公告 | 2025-12-12 | Chinese | ||
| 38306446 | 设计总院关于参股公司增资扩股及公司放弃优先认缴出资权暨关联交易的公告 | 2025-12-12 | Chinese | ||
| 38306438 | 设计总院第四届董事会第二十六次会议决议公告 | 2025-12-12 | Chinese | ||
| 38306431 | 设计总院关于完成注册资本变更登记暨换发营业执照的公告 | 2025-12-05 | Chinese | ||
| 38306419 | 设计总院关于项目中标的公告 | 2025-12-02 | Chinese | ||
| 38306411 | 设计总院第四届董事会第二十五次会议决议公告 | 2025-11-20 | Chinese | ||
| 38306400 | 设计总院2025年第一次临时股东大会之法律意见书 | 2025-11-17 | Chinese | ||
| 38306382 | 设计总院2025年关于董事离任暨选举职工董事公告 | 2025-11-17 | Chinese | ||
| 38306373 | 2025年第一次临时股东大会决议公告 | 2025-11-17 | Chinese | ||
| 38306351 | 设计总院关于召开2025年第三季度业绩说明会的公告 | 2025-11-13 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Architectural and engineering, and related technical consultancy activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AFRY
An international engineering, design, and advisory company …
|
AFRY | SE | Professional, scientific and te… |
|
Airtificial Intelligence Structures S.A.
Designs and manufactures solutions for automotive, aeronaut…
|
AI | ES | Professional, scientific and te… |
|
Allied Sustainability and Environmental Consultants Group Limited
Sustainability and environmental consulting leveraging AI a…
|
8320 | HK | Professional, scientific and te… |
|
Alphageo (India)Ltd.
Provides seismic data acquisition and processing for upstre…
|
ALPHAGEO | IN | Professional, scientific and te… |
|
Alten
Global engineering and technology consultancy providing out…
|
ATE | FR | Professional, scientific and te… |
|
Amentum Holdings, Inc.
Provider of engineering and technology solutions for govern…
|
AMTM | US | Professional, scientific and te… |
|
Anhui Provincial Architectural Design and Research Institute Co.,Ltd.
Architectural design and engineering consultancy for integr…
|
301167 | CN | Professional, scientific and te… |
|
Anlon Technology Solutions Limited
Provides engineering services, MRO support, and equipment f…
|
ANLON | IN | Professional, scientific and te… |
|
APPLIED TECHNOLOGY CO., LTD
Engineering services and business information systems compa…
|
4356 | JP | Professional, scientific and te… |
|
Aprameya Engineering Limited
Provides integrated healthcare infrastructure and specializ…
|
APRAMEYA | IN | Professional, scientific and te… |
Anhui Transport Consulting & Design Institute 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/57624/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57624 | 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=57624 | 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=57624 \ -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": 57624}, 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 Anhui Transport Consulting & Design Institute Co.,Ltd. (id: 57624)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.