Henan Dayou Energy Co., Ltd — Investor Relations & Filings
About Henan Dayou Energy Co., Ltd
Henan Dayou Energy Co., Ltd. specializes in the exploration, mining, and processing of coal resources. The company operates several large-scale mines and integrated washing plants. Its primary product portfolio includes thermal coal, coking coal, gas coal, and long-flame coal, which are utilized across power generation, metallurgy, and chemical sectors. The company focuses on optimizing production efficiency through advanced mining technologies and comprehensive quality management. Its operations encompass the entire value chain from extraction to the distribution of processed products, ensuring a stable supply for industrial and energy requirements.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 河南大有能源股份有限公司董事会审计委员会2025年度对会计师事务所履行监督职责情况报告 | 2026-04-02 | Chinese | |
| 河南大有能源股份有限公司涉及财务公司关联交易的存款、贷款等金融业务专项说明 | 2026-04-02 | Chinese | |
| 河南大有能源股份有限公司2025年度独立董事述职报告(李铁) | 2026-04-02 | Chinese | |
| 河南大有能源股份有限公司日常关联交易公告 | 2026-04-02 | Chinese | |
| 河南大有能源股份有限公司审计报告 | 2026-04-02 | Chinese | |
| 河南大有能源股份有限公司2025年度独立董事述职报告(高建良) | 2026-04-02 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40884513 | 河南大有能源股份有限公司董事会审计委员会2025年度对会计师事务所履行监督职责情况报告 | 2026-04-02 | Chinese | ||
| 40884500 | 河南大有能源股份有限公司涉及财务公司关联交易的存款、贷款等金融业务专项说明 | 2026-04-02 | Chinese | ||
| 40884453 | 河南大有能源股份有限公司2025年度独立董事述职报告(李铁) | 2026-04-02 | Chinese | ||
| 40884447 | 河南大有能源股份有限公司日常关联交易公告 | 2026-04-02 | Chinese | ||
| 40884442 | 河南大有能源股份有限公司审计报告 | 2026-04-02 | Chinese | ||
| 40884238 | 河南大有能源股份有限公司2025年度独立董事述职报告(高建良) | 2026-04-02 | Chinese | ||
| 40884223 | 河南大有能源股份有限公司内部控制审计报告 | 2026-04-02 | Chinese | ||
| 40884197 | 河南大有能源股份有限公司2025年年度报告 | 2026-04-02 | Chinese | ||
| 40884192 | 河南能源集团财务有限公司2025年度风险持续评估报告 | 2026-04-02 | Chinese | ||
| 40884191 | 河南大有能源股份有限公司第九届董事会第二十五次会议决议公告 | 2026-04-02 | Chinese | ||
| 40884178 | 关于河南大有能源股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项说明 | 2026-04-02 | Chinese | ||
| 40884073 | 河南大有能源股份有限公司关于涉及诉讼及银行账户部分资金被冻结的公告 | 2026-03-30 | Chinese | ||
| 40884057 | 河南大有能源股份有限公司2025年第四季度经营数据公告 | 2026-01-30 | Chinese | ||
| 40884043 | 河南大有能源股份有限公司关于控股股东部分股份解除质押及再质押的公告 | 2026-01-23 | Chinese | ||
| 40884033 | 中信证券股份有限公司关于河南大有能源股份有限公司收购报告书之财务顾问报告 | 2026-01-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Mining of hard coal
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ALLIANCE RESOURCE PARTNERS LP
A diversified natural resource company producing coal and o…
|
ARLP | US | Mining and quarrying |
|
Alpha Metallurgical Resources, Inc.
A mining company that produces and sells metallurgical and …
|
AMR | US | Mining and quarrying |
|
AM Resources Corp.
Junior mineral exploration focused on coal, hydrocarbons, a…
|
AMR.H | CA | Mining and quarrying |
|
Anhui Hengyuan Coal Industry and Electricity Power Co.,Ltd
Engages in coal exploration, extraction, processing, and th…
|
600971 | CN | Mining and quarrying |
|
ASPIRE MINING LIMITED
Develops metallurgical coal projects and rail infrastructur…
|
AKM | AU | Mining and quarrying |
|
AUSTRALIAN PACIFIC COAL LIMITED
Explores and develops coal assets, focusing on the Dartbroo…
|
AQC | AU | Mining and quarrying |
|
BATHURST RESOURCES LIMITED.
Produces coking coal for global export and thermal coal for…
|
BRL | NZ | Mining and quarrying |
|
Beijing Haohua Energy Resource Co.,Ltd.
Extracts, processes, and trades anthracite coal, thermal co…
|
601101 | CN | Mining and quarrying |
|
Belon ao
A coal mining and processing company producing coking and t…
|
BLNG | RU | Mining and quarrying |
|
BHARAT COKING COAL LIMITED
Mines and processes coking and non-coking coal for steel an…
|
BHARATCOAL | IN | Mining and quarrying |
Henan Dayou Energy 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/56708/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56708 | 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=56708 | 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=56708 \ -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": 56708}, 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 Henan Dayou Energy Co., Ltd (id: 56708)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.