
Shaanxi Heimao Coking Co., Ltd. — Investor Relations & Filings
Shaanxi Heimao Coking Co., Ltd. specializes in the production and distribution of coke and a diverse range of coal chemical products. The company operates an integrated circular economy industrial chain, focusing on the comprehensive utilization of coal resources. Its primary product portfolio includes metallurgical coke, coal tar, crude benzene, methanol, synthetic ammonia, and liquefied natural gas (LNG). Additionally, the firm engages in the production of fine chemicals such as BDO (1,4-Butanediol). By leveraging advanced coking technologies and waste heat recovery systems, the company converts coal by-products into high-value energy and chemical materials. Its operations emphasize resource efficiency and the deep processing of coke oven gas to support downstream industrial applications in steel manufacturing and chemical synthesis.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 陕西黑猫:关于预计公司与关联方日常关联交易的公告 | 2026-01-13 | Chinese | |
| 国浩律师(北京)事务所关于陕西黑猫焦化股份有限公司2026年第一次临时股东会之法律意见书 | 2026-01-13 | Chinese | |
| 陕西黑猫:2026年第一次临时股东会决议公告 | 2026-01-13 | Chinese | |
| 陕西黑猫:2025年第四季度主要经营数据公告 | 2026-01-07 | Chinese | |
| 陕西黑猫:关于公司副总经理退休离任的公告 | 2025-12-25 | Chinese | |
| 陕西黑猫:2026年第一次临时股东会会议资料 | 2025-12-25 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
4 filings
| |||||
| 36876698 | 陕西黑猫:关于预计公司与关联方日常关联交易的公告 | 2026-01-13 | Chinese | ||
| 36876696 | 国浩律师(北京)事务所关于陕西黑猫焦化股份有限公司2026年第一次临时股东会之法律意见书 | 2026-01-13 | Chinese | ||
| 36876695 | 陕西黑猫:2026年第一次临时股东会决议公告 | 2026-01-13 | Chinese | ||
| 36876693 | 陕西黑猫:2025年第四季度主要经营数据公告 | 2026-01-07 | Chinese | ||
|
2025
11 filings
| |||||
| 36876690 | 陕西黑猫:关于公司副总经理退休离任的公告 | 2025-12-25 | Chinese | ||
| 36876687 | 陕西黑猫:2026年第一次临时股东会会议资料 | 2025-12-25 | Chinese | ||
| 36876684 | 陕西黑猫:关于公司2026年为子公司提供担保的公告 | 2025-12-25 | Chinese | ||
| 36876681 | 陕西黑猫:第六届董事会第十三次会议决议公告 | 2025-12-25 | Chinese | ||
| 36876680 | 陕西黑猫:关于公司2026年向控股股东借款的公告 | 2025-12-25 | Chinese | ||
| 36876678 | 陕西黑猫:关于调整公司组织架构的公告 | 2025-12-25 | Chinese | ||
| 36876676 | 陕西黑猫:关于召开2026年第一次临时股东会的通知 | 2025-12-25 | Chinese | ||
| 36876674 | 陕西黑猫:关于出售全资子公司股权及债权的公告 | 2025-11-05 | Chinese | ||
| 36876672 | 陕西黑猫:关于召开2025年第三季度业绩说明会的公告 | 2025-10-29 | Chinese | ||
| 36876668 | 陕西黑猫:2025年第三季度主要经营数据公告 | 2025-10-29 | Chinese | ||
| 36876667 | 陕西黑猫:2025年第三季度报告 | 2025-10-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of coke oven products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Baotailong New Materials Co.,Ltd
Specializes in coal deep processing and advanced carbon-bas…
|
601011 | CN | Manufacturing |
|
Canaf Investments Inc.
Diversified operations including coal processing, financial…
|
CAF | CA | Manufacturing |
|
China Risun Group Limited
Leading metallurgical and chemical enterprise producing cok…
|
1907 | HK | Manufacturing |
|
Henan Jinma Energy Company Limited
Producer of coke and coking by-products, offering integrate…
|
6885 | HK | Manufacturing |
|
Huscoke Holdings Limited
Engaged in coal mining, coke production, and converting cok…
|
704 | HK | Manufacturing |
|
NILACHAL CARBO METALICKS LIMITED
Produces metallurgical coke and pig iron for steel and foun…
|
544510 | IN | Manufacturing |
|
NIPPON COKE & ENGINEERING CO., LTD.
Manufacturer of coke, coal, chemical machinery, and recycli…
|
3315 | JP | Manufacturing |
|
Rain Industries Limited
Global producer of carbon-based products, specialty chemica…
|
RAIN | IN | Manufacturing |
|
ShanXi Coking Co.,Ltd
Produces coke and coal-related chemicals for metallurgical …
|
600740 | CN | Manufacturing |
|
SHANXI MEIJIN ENERGY CO.,LTD
Integrated energy firm focused on coal, coking, and the hyd…
|
000723 | CN | Manufacturing |
Shaanxi Heimao Coking 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/57161/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57161 | 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=57161 | 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=57161 \ -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": 57161}, 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 Shaanxi Heimao Coking Co., Ltd. (id: 57161)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.