
International CSRC Investment Holdings Co., Ltd. — Investor Relations & Filings
International CSRC Investment Holdings Co., Ltd. is a global manufacturer specializing in the production of carbon black, a primary raw material for the tire and rubber sectors. The company operates an extensive production network consisting of eight facilities across multiple continents, achieving a total annual capacity of approximately 857,000 tons. It is recognized as one of the top six carbon black producers globally. The group’s strategic focus centers on the circular economy and green sustainability, utilizing waste heat recovery systems and resource recycling to enhance operational efficiency. Through its primary brand, Continental Carbon, the company delivers high-performance materials to a diverse international clientele. Its core activities are defined by a commitment to green innovation, product quality, and the development of sustainable industrial solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 110年5月背書保證與資金貸與 | 2021-06-10 | Chinese | |
| 110年5月營業收入 | 2021-06-10 | Chinese | |
| 代重要子公司能元科技股份有限公司公告董事會決議 通過修訂認股基準日及現金增資基準日 | 2021-06-04 | Chinese | |
| 代重要子公司台泥循環能源科技股份有限公司公告董事會決 議通過調整現金增資之認股基準日及股款繳納期間 | 2021-06-04 | Chinese | |
| 代重要子公司台泥循環能源科技股份有限公司公告董事會 通過修正110年股東常會召開相關事宜 | 2021-06-04 | Chinese | |
| 代子公司允成投資股份有限公司公告延期召開股東會 | 2021-05-31 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 33555581 | 110年5月背書保證與資金貸與 | 2021-06-10 | Chinese | ||
| 33555577 | 110年5月營業收入 | 2021-06-10 | Chinese | ||
| 33555584 | 代重要子公司能元科技股份有限公司公告董事會決議 通過修訂認股基準日及現金增資基準日 | 2021-06-04 | Chinese | ||
| 33555588 | 代重要子公司台泥循環能源科技股份有限公司公告董事會決 議通過調整現金增資之認股基準日及股款繳納期間 | 2021-06-04 | Chinese | ||
| 33555592 | 代重要子公司台泥循環能源科技股份有限公司公告董事會 通過修正110年股東常會召開相關事宜 | 2021-06-04 | Chinese | ||
| 33555595 | 代子公司允成投資股份有限公司公告延期召開股東會 | 2021-05-31 | Chinese | ||
| 33555601 | 代重要子公司台泥循環能源科技股份有限公司公告依經濟部 公告延期辦理原訂股東常會 | 2021-05-27 | Chinese | ||
| 33555604 | 本公司依金管會指示停止召開原訂股東會 | 2021-05-20 | Chinese | ||
| 33555683 | 110年05月法人說明會簡報 — 210420210518E001.pdf | 2021-05-18 | Chinese | ||
| 33555661 | 110年05月法人說明會簡報 — 210420210518M001.pdf | 2021-05-18 | Chinese | ||
| 33555607 | 110年05月法人說明會簡報 | 2021-05-18 | Chinese | ||
| 33555688 | 公告本公司提供2021年第一季法說會簡報內容 | 2021-05-17 | Chinese | ||
| 33555690 | 為因應大台北地區疫情警戒提升,本公司原訂5月17日自 辦之線上法說會取消 | 2021-05-15 | Chinese | ||
| 33555695 | 代重要子公司台泥循環能源科技股份有限公司公告董事會 通過修正110年股東常會召開相關事宜 | 2021-05-14 | Chinese | ||
| 33555698 | 代重要子公司台泥循環能源科技股份有限公司公告董事會 決議通過訂定現金增資之認股基準日 | 2021-05-14 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic chemicals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
20 Microns Limited
Produces ultra-fine industrial minerals and specialty chemi…
|
20MICRONS | IN | Manufacturing |
|
5E Advanced Materials, Inc.
Develops boron and lithium resources for a domestic supply …
|
FEAM | US | Manufacturing |
|
Aarti Industries Ltd
Global producer of benzene-based specialty chemicals and ph…
|
AARTIIND | IN | Manufacturing |
|
Aarti Surfactants Limited
Produces surfactants and specialty chemicals for global FMC…
|
AARTISURF | IN | Manufacturing |
|
ABA CHEMICALS CORPORATION
CDMO for advanced intermediates and active ingredients for …
|
300261 | CN | Manufacturing |
|
AB Igrene
Converts natural methane into hydrogen and solid carbon usi…
|
ABI | SE | Manufacturing |
|
ADVANCED ENERGY MINERALS LTD
Produces ultra-high purity alumina for batteries, LEDs and …
|
AEM | AU | Manufacturing |
|
Advanced Graphene Products Spolka Akcyjna
Manufacturer of large-area and flake graphene materials and…
|
GPH | PL | Manufacturing |
|
ADVANCE ZINCTEK LIMITED
Produces zinc and aluminum oxide powders for sunscreens, sk…
|
ANO | AU | Manufacturing |
|
AdvanSix Inc.
A diversified chemistry company producing essential materia…
|
ASIX | US | Manufacturing |
International CSRC Investment Holdings 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/51970/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51970 | 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=51970 | 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=51970 \ -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": 51970}, 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 International CSRC Investment Holdings Co., Ltd. (id: 51970)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.