Daqin Railway Co., Ltd. — Investor Relations & Filings
About Daqin Railway Co., Ltd.
Daqin Railway Co., Ltd. specializes in the operation of heavy-haul freight and passenger rail services. Its primary asset is the Daqin Railway, a critical logistics corridor dedicated to the transport of thermal coal from major production bases to coastal shipping hubs. The company manages extensive infrastructure, including tracks, stations, and specialized rolling stock designed for high-capacity bulk transport. By leveraging advanced heavy-haul technology and automated dispatching systems, it facilitates the large-scale movement of energy resources to support industrial and utility sectors. In addition to its core freight operations, the company provides regional passenger transport services and maintains a comprehensive network of branch lines and connecting routes to optimize logistics efficiency across its operational footprint.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 大秦铁路2024年度会计师事务所履职情况评估报告 | 2025-04-29 | Chinese | |
| 大秦铁路2024年度社会责任报告 | 2025-04-29 | Chinese | |
| 大秦铁路2024年度内部控制审计报告 | 2025-04-29 | Chinese | |
| 大秦铁路2024年度董事会审计委员会履职情况报告 | 2025-04-29 | Chinese | |
| 毕马威华振会计师事务所对大秦铁路募集资金2024 年度存放与实际使用情况专项报告的鉴证报告 | 2025-04-29 | Chinese | |
| 大秦铁路关于中铁财务公司的独立董事专门会议决议及独立意见 | 2025-04-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 34727867 | 大秦铁路2024年度会计师事务所履职情况评估报告 | 2025-04-29 | Chinese | ||
| 34727864 | 大秦铁路2024年度社会责任报告 | 2025-04-29 | Chinese | ||
| 34727829 | 大秦铁路2024年度内部控制审计报告 | 2025-04-29 | Chinese | ||
| 34727821 | 大秦铁路2024年度董事会审计委员会履职情况报告 | 2025-04-29 | Chinese | ||
| 34727812 | 毕马威华振会计师事务所对大秦铁路募集资金2024 年度存放与实际使用情况专项报告的鉴证报告 | 2025-04-29 | Chinese | ||
| 34727769 | 大秦铁路关于中铁财务公司的独立董事专门会议决议及独立意见 | 2025-04-29 | Chinese | ||
| 34727755 | 毕马威华振会计师事务所关于大秦铁路2024 年度非经营性资金占用及其他关联资金往来情况的专项审计报告 | 2025-04-29 | Chinese | ||
| 34727712 | 大秦铁路第七届监事会第八次会议决议公告 | 2025-04-29 | Chinese | ||
| 34727700 | 大秦铁路募集资金2024年度存放与实际使用情况的专项报告 | 2025-04-29 | Chinese | ||
| 34727692 | 大秦铁路股份有限公司关于股东持股比例达到5%的提示性公告 | 2025-04-10 | Chinese | ||
| 34727670 | 大秦铁路股份有限公司简式权益变动报告书 | 2025-04-10 | Chinese | ||
| 34727552 | 大秦铁路2025年3月大秦线生产经营数据简报 | 2025-04-08 | Chinese | ||
| 34727547 | 大秦铁路股份有限公司关于更换持续督导保荐代表人的公告 | 2025-04-03 | Chinese | ||
| 34727537 | 大秦铁路2025年2月大秦线生产经营数据简报 | 2025-03-07 | Chinese | ||
| 34727527 | 大秦铁路关于持股5%以上股东被动稀释致权益变动至5%以下暨披露简式权益变动报告书的提示性公告 | 2025-02-11 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Freight rail transport
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AURIZON HOLDINGS LIMITED
A major rail freight operator transporting coal, iron ore, …
|
AZJ | AU | Transportation and storage |
|
Brookfield Infrastructure Corp
Owns and operates a global portfolio of infrastructure asse…
|
BIPC | US | Transportation and storage |
|
CANADIAN NATIONAL RAILWAY CO
Freight transportation and logistics provider with a rail n…
|
CNI | US | Transportation and storage |
|
CANADIAN PACIFIC KANSAS CITY LTD/CN
Operates the only single-line rail network connecting Canad…
|
CP | US | Transportation and storage |
|
Canggang Railway Limited
Rail operator linking Western China coal transport to South…
|
2169 | HK | Transportation and storage |
|
China Railway Special Cargo Logistics Co., Ltd.
Provides specialized rail logistics for automobiles, cold c…
|
001213 | CN | Transportation and storage |
|
China Railway Tielong Container Logistics Co.,Ltd
Integrated railway container logistics and specialized mult…
|
600125 | CN | Transportation and storage |
|
Compagnie du Cambodge
A holding company managing a diversified portfolio, focused…
|
CBDG | FR | Transportation and storage |
|
Cosan S.A.
An investment holding company with a portfolio in energy, l…
|
CSAN | BR | Transportation and storage |
|
CSX CORP
A supplier of rail-based freight transportation services in…
|
CSX | US | Transportation and storage |
Daqin Railway 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/57154/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57154 | 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=57154 | 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=57154 \ -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": 57154}, 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 Daqin Railway Co., Ltd. (id: 57154)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.