
Jiangsu Yoke Technology Co., Ltd. — Investor Relations & Filings
Jiangsu Yoke Technology Co., Ltd. specializes in the research, development, and manufacturing of advanced electronic materials and specialty chemicals. The company operates across several high-tech sectors, including semiconductor materials, display technologies, and energy-efficient insulation. Its core product portfolio features high-purity precursors, photoresists, and electronic specialty gases essential for integrated circuit fabrication and flat panel display production. Additionally, the company is a leading provider of phosphorus-based flame retardants used in polyurethane foams and high-performance insulation materials for Liquefied Natural Gas (LNG) carriers. Through strategic acquisitions and continuous innovation, the company has established a global supply chain, serving major manufacturers in the electronics and energy industries with high-performance chemical solutions and technical support.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2022年半年度业绩预告 | 2022-04-27 | Chinese | |
| 江苏雅克科技股份有限公司募集资金年度存放与实际使用鉴证报告 | 2022-04-27 | Chinese | |
| 华泰联合证券有限责任公司关于江苏雅克科技股份有限公司2021年度募集资金存放与使用情况的专项核查意见 | 2022-04-27 | Chinese | |
| 公司章程(2022年02月) | 2022-04-14 | Chinese | |
| 关于完成工商变更登记的公告 | 2022-04-14 | Chinese | |
| 华泰联合证券有限责任公司关于江苏雅克科技股份有限公司非公开发行限售股上市流通的核查意见 | 2022-03-07 | Chinese |
Browse filings by year
17 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 35763388 | 2022年半年度业绩预告 | 2022-04-27 | Chinese | ||
| 35763382 | 江苏雅克科技股份有限公司募集资金年度存放与实际使用鉴证报告 | 2022-04-27 | Chinese | ||
| 35763367 | 华泰联合证券有限责任公司关于江苏雅克科技股份有限公司2021年度募集资金存放与使用情况的专项核查意见 | 2022-04-27 | Chinese | ||
| 35763359 | 公司章程(2022年02月) | 2022-04-14 | Chinese | ||
| 35763355 | 关于完成工商变更登记的公告 | 2022-04-14 | Chinese | ||
| 35763346 | 华泰联合证券有限责任公司关于江苏雅克科技股份有限公司非公开发行限售股上市流通的核查意见 | 2022-03-07 | Chinese | ||
| 35763342 | 非公开发行股份募集资金限售股份上市流通的提示性公告 | 2022-03-07 | Chinese | ||
| 35763331 | 关于全资子公司与湖州南太湖新区管理委员会签署“年产3.9万吨半导体核心材料项目”合作协议书的公告 | 2022-02-28 | Chinese | ||
| 35763269 | 第五届董事会第十三次会议决议公告 | 2022-02-28 | Chinese | ||
| 35763258 | 关于变更职工代表监事的公告 | 2022-02-24 | Chinese | ||
| 35763245 | 江苏雅克科技股份有限公司2022年第一次临时股东大会法律意见书 | 2022-02-10 | Chinese | ||
| 35763234 | 2022年第一次临时股东大会决议公告 | 2022-02-10 | Chinese | ||
| 35763224 | 关于召开2022年第一次临时股东大会通知的更正公告 | 2022-01-27 | Chinese | ||
| 35763220 | 关于召开2022年第一次临时股东大会的通知 | 2022-01-27 | Chinese | ||
| 35763210 | 关于召开2022年第一次临时股东大会的通知 | 2022-01-25 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other chemical products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1933 Industries Inc
A vertically integrated consumer-packaged goods company spe…
|
TGIF | CA | Manufacturing |
|
3M CO
A diversified, science-based technology corporation that de…
|
MMM | US | Manufacturing |
|
5N Plus Inc.
Global producer of specialty semiconductors and ultra-pure …
|
VNP | CA | Manufacturing |
|
ACISELSAN ACIPAYAM SELÜLOZ SANAYİ VE TİCARET A.Ş.
Specialized manufacturer of Carboxymethyl Cellulose (CMC) f…
|
ACSEL | TR | Manufacturing |
|
ACUTAAS CHEMICALS LIMITED
Manufactures and exports specialty chemicals for industrial…
|
ACUTAAS | IN | Manufacturing |
|
ADEKA CORPORATION
Manufacturer of chemicals, food products, and life sciences…
|
4401 | JP | Manufacturing |
|
Ading AD
Manufactures and distributes chemical materials for the con…
|
AD | MK | Manufacturing |
|
Aduro Clean Technologies Inc.
Uses a water-based chemical process to convert hydrocarbon …
|
ADUR | CA | Manufacturing |
|
Advanced Enzyme Technologies Limited
Research-driven developer and manufacturer of proprietary e…
|
ADVENZYMES | IN | Manufacturing |
|
Advanced Nano Products Co., Ltd.
Developer and manufacturer of advanced nanomaterials for hi…
|
121600 | KR | Manufacturing |
Jiangsu Yoke Technology 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/54452/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54452 | 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=54452 | 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=54452 \ -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": 54452}, 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 Jiangsu Yoke Technology Co., Ltd. (id: 54452)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.