
Daqin Railway Co., Ltd. — Investor Relations & Filings
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 |
|---|---|---|---|
| 公开发行可转换公司债券募集说明书 | 2020-12-09 | Chinese | |
| 2020年11月大秦线生产经营数据简报 | 2020-12-04 | Chinese | |
| 关于控股股东增持公司股份的进展公告 | 2020-12-02 | Chinese | |
| 关于控股股东增持股份计划公告 | 2020-11-24 | Chinese | |
| 2020年10月大秦线生产经营数据简报 | 2020-11-09 | Chinese | |
| 2020年第三季度报告正文 | 2020-10-28 | Chinese |
Browse filings by year
21 years- 2026 10 filings
- 2025 147 filings
- 2024 113 filings
- 2023 93 filings
- 2022 101 filings
- 2021 111 filings
- 2020 98 filings
- 2019 81 filings
- 2018 78 filings
- 2017 68 filings
- 2016 77 filings
- 2015 84 filings
- 2014 74 filings
- 2013 32 filings
- 2012 41 filings
- 2011 38 filings
- 2010 51 filings
- 2009 43 filings
- 2008 40 filings
- 2007 26 filings
- 2006 15 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 34718302 | 公开发行可转换公司债券募集说明书 | 2020-12-09 | Chinese | ||
| 34718144 | 2020年11月大秦线生产经营数据简报 | 2020-12-04 | Chinese | ||
| 34718136 | 关于控股股东增持公司股份的进展公告 | 2020-12-02 | Chinese | ||
| 34718124 | 关于控股股东增持股份计划公告 | 2020-11-24 | Chinese | ||
| 34718110 | 2020年10月大秦线生产经营数据简报 | 2020-11-09 | Chinese | ||
| 34718100 | 2020年第三季度报告正文 | 2020-10-28 | Chinese | ||
| 34718084 | 2020年第三季度报告 | 2020-10-28 | Chinese | ||
| 34718071 | 2020年9月大秦线生产经营数据简报 | 2020-10-09 | Chinese | ||
| 34718063 | 关于公开发行可转换公司债券申请获得中国证监会核准批复的公告 | 2020-09-22 | Chinese | ||
| 34718053 | 2020年8月大秦线生产经营数据简报 | 2020-09-09 | Chinese | ||
| 34718043 | 关于公开发行可转换公司债券申请获得中国证监会发审委审核通过的公告 | 2020-08-31 | Chinese | ||
| 34718033 | 2020年半年度报告(全文) | 2020-08-27 | Chinese | ||
| 34717988 | 2020年半年度报告(摘要) | 2020-08-27 | Chinese | ||
| 34717972 | 2020年7月大秦线生产经营数据简报 | 2020-08-10 | Chinese | ||
| 34717966 | 关于公开发行可转换公司债券申请文件反馈意见回复的公告 | 2020-07-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 |
|
AURIZON NETWORK PTY LTD
Manages and operates a regulated below-rail network facilit…
|
4E4B | SG | 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 |
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.