
Trust Chem Co., Ltd. — Investor Relations & Filings
Trust Chem Co., Ltd. specializes in the research, development, and manufacture of organic pigments. The company provides a comprehensive portfolio of high-performance pigments, conventional organic pigments, and pigment dispersions. Its product range includes phthalocyanines, azo pigments, and specialty chemistries such as quinacridones, perylenes, and diketopyrrolopyrrole (DPP). These products are engineered for diverse applications in coatings, plastics, and printing inks. Trust Chem maintains a global presence through a network of subsidiaries and distribution centers, ensuring technical support and supply chain reliability. The company emphasizes quality control and regulatory compliance, including extensive REACH registrations, to meet international standards for colorants in various industrial and commercial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度股东会决议公告 | 2026-05-21 | Chinese | |
| 上海市锦天城律师事务所关于浙江信凯科技集团股份有限公司2025年年度股东会的法律意见书 | 2026-05-21 | Chinese | |
| 国投证券股份有限公司关于浙江信凯科技集团股份有限公司2025年度持续督导的培训报告 | 2026-05-13 | Chinese | |
| 国投证券股份有限公司关于浙江信凯科技集团股份有限公司2025年度保荐工作报告 | 2026-05-13 | Chinese | |
| 国投证券股份有限公司关于浙江信凯科技集团股份有限公司2025年度定期现场检查报告 | 2026-05-13 | Chinese | |
| 关于续聘2026年度审计机构的公告 | 2026-04-28 | Chinese |
Browse filings by year
2 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46758222 | 2025年年度股东会决议公告 | 2026-05-21 | Chinese | ||
| 46757072 | 上海市锦天城律师事务所关于浙江信凯科技集团股份有限公司2025年年度股东会的法律意见书 | 2026-05-21 | Chinese | ||
| 45774438 | 国投证券股份有限公司关于浙江信凯科技集团股份有限公司2025年度持续督导的培训报告 | 2026-05-13 | Chinese | ||
| 45774204 | 国投证券股份有限公司关于浙江信凯科技集团股份有限公司2025年度保荐工作报告 | 2026-05-13 | Chinese | ||
| 45773433 | 国投证券股份有限公司关于浙江信凯科技集团股份有限公司2025年度定期现场检查报告 | 2026-05-13 | Chinese | ||
| 39593429 | 关于续聘2026年度审计机构的公告 | 2026-04-28 | Chinese | ||
| 39593428 | 内部控制评价报告 | 2026-04-28 | Chinese | ||
| 39593427 | 董事、高级管理人员离职管理制度 | 2026-04-28 | Chinese | ||
| 39593425 | 董事、高级管理人员薪酬管理制度 | 2026-04-28 | Chinese | ||
| 39593424 | 国投证券股份有限公司关于浙江信凯科技集团股份有限公司2026年度向金融机构申请综合授信敞口额度及为子公司提供授信担保的核查意见 | 2026-04-28 | Chinese | ||
| 39593423 | 关于公司2026年度向金融机构申请综合授信敞口额度及为子公司提供授信担保的公告 | 2026-04-28 | Chinese | ||
| 39593420 | 关于召开2025年年度股东会的通知 | 2026-04-28 | Chinese | ||
| 39593419 | 非经营性资金占用及其他关联资金往来情况的专项审核说明 | 2026-04-28 | Chinese | ||
| 39593417 | 2025年度董事会工作报告 | 2026-04-28 | Chinese | ||
| 39593413 | 关于确认公司董事 、高级管理人员2025年度薪酬执行情况及 2026年度薪酬方案的公告 | 2026-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic chemicals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aether Industries Limited
Produces advanced intermediates and complex chemistries for…
|
AETHER | IN | Manufacturing |
|
Afyren
Produces biobased organic acids from non-food agricultural …
|
ALAFY | FR | Manufacturing |
|
Air Liquide
A world leader in gases, technologies, and services for ind…
|
AI | FR | Manufacturing |
|
Air Products & Chemicals, Inc.
Global supplier of industrial gases, performance materials,…
|
APD | US | Manufacturing |
|
AIR WATER INC.
Industrial gas manufacturer diversified into chemicals, med…
|
4088 | JP | Manufacturing |
|
AksharChem (India) Ltd.
Produces dye intermediates and pigments for global textile …
|
AKSHARCHEM | IN | Manufacturing |
|
ALBEMARLE CORP
A specialty chemicals company focused on developing and man…
|
ALB | US | Manufacturing |
|
Alkali Metals Limited
Produces alkali metals and specialty chemicals for pharmace…
|
ALKALI | IN | Manufacturing |
|
ALKİM ALKALİ KİMYA A.Ş.
A chemical company mining and producing inorganic salts lik…
|
ALKIM | TR | Manufacturing |
|
Alkyl Amines Chemicals Ltd.
Manufacturer of aliphatic amines and derivatives for pharma…
|
ALKYLAMINE | IN | Manufacturing |
Trust Chem 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/54034/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54034 | 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=54034 | 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=54034 \ -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": 54034}, 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 Trust Chem Co., Ltd. (id: 54034)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.