
SunCoke Energy, Inc. — Investor Relations & Filings
SunCoke Energy, Inc. is a raw material processing and handling company and the leading independent producer of high-quality metallurgical coke in the Americas. The company's principal business is cokemaking, supplying a crucial raw material for the blast furnace production of steel. In addition to its coke production, SunCoke provides logistics and handling services to steel and power customers. A key differentiator is its use of advanced, heat-recovery cokemaking technology, which captures excess heat from the process to generate steam or electricity, meeting or exceeding applicable environmental standards. With over six decades of experience, the company is recognized for its operational excellence and technological leadership in the industry.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-19 | English | |
| 10-Q - SunCoke Energy, Inc. (0001514705) (Filer) | 2026-04-30 | English | |
| 8-K - SunCoke Energy, Inc. (0001514705) (Filer) | 2026-04-30 | English | |
| ARS - SunCoke Energy, Inc. (0001514705) (Filer) | 2026-04-01 | English | |
| DEF 14A - SunCoke Energy, Inc. (0001514705) (Filer) | 2026-04-01 | English | |
| SCHEDULE 13G/A - SunCoke Energy, Inc. (0001514705) (Subject) | 2026-03-27 | English |
Market data
Market data not available
Price history
Peer group · Manufacture of coke oven products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SHANXI MEIJIN ENERGY CO.,LTD
Integrated energy firm focused on coal, coking, and the hyd…
|
000723 | CN | 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 |
SunCoke Energy, Inc. 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/32605/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=32605 | 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=32605 | 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=32605 \ -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": 32605}, 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 SunCoke Energy, Inc. (id: 32605)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.