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 |
|---|---|---|---|
|
3S INDUSTRY GROUP INC.
Integrates RS, GIS, and GNSS technologies for surveying and…
|
605305 | CN | Professional, scientific and te… |
|
ABIST Co.,Ltd.
A technology services company specializing in industrial de…
|
6087 | JP | Professional, scientific and te… |
|
ABL Group
Global consultancy providing technical solutions for the en…
|
ABL | NO | Professional, scientific and te… |
|
ABO-Group Environment NV
Engineering and consultancy firm for geotechnics, environme…
|
ABO | BE | Professional, scientific and te… |
|
Academy of Environmental Planning and Design, Co.,Ltd., Nanjing University
University-affiliated environmental consulting, engineering…
|
300864 | CN | Professional, scientific and te… |
|
Acceleware Ltd.
Provides advanced EM heating solutions for industrial appli…
|
AXE | CA | Professional, scientific and te… |
|
ADNEO LIMITED
Engineering services for embedded systems, hardware design,…
|
AD1 | AU | Professional, scientific and te… |
|
AECOM
A global infrastructure consulting firm providing services …
|
ACM | US | Professional, scientific and te… |
|
AEROMETREX LIMITED
Provides high-resolution aerial photography, LiDAR surveys,…
|
AMX | AU | Professional, scientific and te… |
|
Aeroquest International Limited
Provided advanced airborne geophysical and geomatics survey…
|
AQL | CA | 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.