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 |
|---|---|---|---|
| 大秦铁路2025年半年度利润分配方案公告 | 2025-08-28 | Chinese | |
| 大秦铁路关于取消监事会暨修订《公司章程》的公告 | 2025-08-28 | Chinese | |
| 中国铁路财务有限责任公司风险评估报告 | 2025-08-28 | Chinese | |
| 大秦铁路关于召开2025年第一次临时股东会的通知 | 2025-08-28 | Chinese | |
| 大秦铁路股份有限公司拟收购中国铁路太原局集团有限公司持有的788宗授权经营土地使用权项目资产评估报告 | 2025-08-28 | Chinese | |
| 大秦铁路第七届董事会第十三次会议决议公告 | 2025-08-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 34729025 | 大秦铁路2025年半年度利润分配方案公告 | 2025-08-28 | Chinese | ||
| 34729006 | 大秦铁路关于取消监事会暨修订《公司章程》的公告 | 2025-08-28 | Chinese | ||
| 34728990 | 中国铁路财务有限责任公司风险评估报告 | 2025-08-28 | Chinese | ||
| 34728976 | 大秦铁路关于召开2025年第一次临时股东会的通知 | 2025-08-28 | Chinese | ||
| 34728962 | 大秦铁路股份有限公司拟收购中国铁路太原局集团有限公司持有的788宗授权经营土地使用权项目资产评估报告 | 2025-08-28 | Chinese | ||
| 34728357 | 大秦铁路第七届董事会第十三次会议决议公告 | 2025-08-28 | Chinese | ||
| 34728352 | 国泰海通证券股份有限公司关于大秦铁路股份有限公司重新签订《国有授权经营土地使用权转让协议》暨关联交易的核查意见 | 2025-08-28 | Chinese | ||
| 34728343 | 大秦铁路股份有限公司募集资金2025年上半年存放与实际使用情况的专项报告 | 2025-08-28 | Chinese | ||
| 34728332 | 大秦铁路独立董事关于《中铁财务公司风险评估报告》的独立意见 | 2025-08-28 | Chinese | ||
| 34728326 | 大秦铁路关于公司董事离任的公告 | 2025-08-06 | Chinese | ||
| 34728314 | 大秦铁路2025年7月大秦线生产经营数据简报 | 2025-08-06 | Chinese | ||
| 34728308 | 大秦铁路2025年6月大秦线生产经营数据简报 | 2025-07-07 | Chinese | ||
| 34728303 | 大秦铁路2024年末期权益分派实施公告 | 2025-07-03 | Chinese | ||
| 34728301 | 大秦铁路关于聘任张竑毅先生为公司总经理的公告 | 2025-06-17 | Chinese | ||
| 34728288 | 大秦铁路第七届董事会第十二次会议决议公告 | 2025-06-17 | 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.