
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 |
|---|---|---|---|
|
SunCoke Energy, Inc.
A raw material processing company producing metallurgical c…
|
SXC | US | Manufacturing |
|
Yasynivka Cokery Plant
Produces metallurgical coke and coal-based chemical by-prod…
|
YASK | UA | Manufacturing |
|
Yunnan Coal & Energy Co.,Ltd.
Produces coke and coal-based chemicals for the steel and ch…
|
600792 | CN | Manufacturing |
|
YUZKOKS
Manufacturer of coke for the metallurgical industry and che…
|
BKOK | UA | 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.