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-09-23 | Chinese | |
| 大秦铁路关于回购股份事项前十大股东和前十大无限售条件股东持股情况的公告 | 2025-09-19 | Chinese | |
| 大秦铁路2025年8月大秦线生产经营数据简报 | 2025-09-08 | Chinese | |
| 大秦铁路2025年第一次临时股东会资料 | 2025-09-08 | Chinese | |
| 大秦铁路关于回购股份事项前十大股东和前十大无限售条件股东持股情况的公告 | 2025-09-02 | Chinese | |
| 大秦铁路股份有限公司章程(2025年修订) | 2025-08-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 34729193 | 关于大秦铁路股份有限公司2025年第一次临时股东会的法律意见 | 2025-09-23 | Chinese | ||
| 34729182 | 大秦铁路关于回购股份事项前十大股东和前十大无限售条件股东持股情况的公告 | 2025-09-19 | Chinese | ||
| 34729177 | 大秦铁路2025年8月大秦线生产经营数据简报 | 2025-09-08 | Chinese | ||
| 34729171 | 大秦铁路2025年第一次临时股东会资料 | 2025-09-08 | Chinese | ||
| 34729097 | 大秦铁路关于回购股份事项前十大股东和前十大无限售条件股东持股情况的公告 | 2025-09-02 | Chinese | ||
| 34789848 | 大秦铁路股份有限公司章程(2025年修订) | 2025-08-28 | Chinese | ||
| 34729087 | 国泰海通证券股份有限公司关于大秦铁路股份有限公司募集资金投资项目结项并将节余募集资金永久补充流动资金的核查意见 | 2025-08-28 | Chinese | ||
| 34729081 | 大秦铁路关于募集资金投资项目结项并将节余募集资金永久补充流动资金的公告 | 2025-08-28 | Chinese | ||
| 34729075 | 大秦铁路关于以集中竞价方式回购公司股份方案的公告 | 2025-08-28 | Chinese | ||
| 34729057 | 大秦铁路第七届监事会第九次会议决议公告 | 2025-08-28 | Chinese | ||
| 34729048 | 大秦铁路独立董事关于股份回购的独立意见 | 2025-08-28 | Chinese | ||
| 34729037 | 大秦铁路2025年半年度报告摘要 | 2025-08-28 | Chinese | ||
| 34729035 | 大秦铁路关于重新签订《国有授权经营土地使用权转让协议》暨关联交易的公告 | 2025-08-28 | Chinese | ||
| 34729033 | 大秦铁路独立董事关于重新签订《国有授权经营土地使用权转让协议》的独立意见 | 2025-08-28 | Chinese | ||
| 34729027 | 大秦铁路2025年半年度报告 | 2025-08-28 | 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.