
China Risun Group Limited — Investor Relations & Filings
China Risun Group Limited is a leading metallurgical and chemical enterprise engaged in the production, processing, and distribution of coke, coking chemicals, and refined chemicals. The company is the world's largest independent coke producer and supplier. Its chemical segment is built upon three unique value chainscarbon materials, aromatics, and alcohol-ammoniaand holds leading positions globally in processing coking crude benzene and high-temperature coal tar. Beyond manufacturing, Risun offers operation management and technical services to third-party coke and chemical companies. The group is also expanding into the hydrogen energy sector, focusing on high-purity hydrogen production and supply, and operates a global sales network supported by multiple production parks.
Recent filings
Browse filings by year
9 yearsMarket 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 |
|
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 |
|
Shaanxi Heimao Coking Co., Ltd.
Produces coke and coal chemicals through an integrated circ…
|
601015 | CN | 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 |
China Risun Group Limited 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/50256/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=50256 | 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=50256 | 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=50256 \ -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": 50256}, 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 China Risun Group Limited (id: 50256)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.