SHENYANG CHEMICAL CO., LTD — Investor Relations & Filings
SHENYANG CHEMICAL CO., LTD. is a large-scale chemical manufacturing enterprise specializing in the production of chlor-alkali and petrochemical products. Its core portfolio includes PVC paste resin, caustic soda, and chlorinated paraffins, alongside polyether polyols, acrylic acid, and acrylic esters. The company maintains integrated refining capabilities to produce petrochemicals such as gasoline and diesel. These products serve a wide range of applications in the plastics, construction, automotive, and consumer goods sectors. By leveraging advanced production technologies, the company operates as a significant supplier of specialty resins and basic chemical raw materials for both domestic and international markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 沈阳化工股份有限公司2025年年度股东会决议公告 | 2026-04-17 | Chinese | |
| 上海市锦天城律师事务所关于沈阳化工股份有限公司2025年年度股东会的法律意见书 | 2026-04-17 | Chinese | |
| 沈阳化工股份有限公司关于对会计师事务所履职情况的评估报告及审计委员会对会计师事务所履行监督职责情况的报告 | 2026-03-27 | Chinese | |
| 沈阳化工股份有限公司关于2026年度投资计划的公告 | 2026-03-27 | Chinese | |
| 沈阳化工股份有限公司董事会审计委员会2025年度履职情况报告 | 2026-03-27 | Chinese | |
| 沈阳化工股份有限公司2025年度内部控制审计报告 | 2026-03-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34823191 | 沈阳化工股份有限公司2025年年度股东会决议公告 | 2026-04-17 | Chinese | ||
| 34820977 | 上海市锦天城律师事务所关于沈阳化工股份有限公司2025年年度股东会的法律意见书 | 2026-04-17 | Chinese | ||
| 43195150 | 沈阳化工股份有限公司关于对会计师事务所履职情况的评估报告及审计委员会对会计师事务所履行监督职责情况的报告 | 2026-03-27 | Chinese | ||
| 43195143 | 沈阳化工股份有限公司关于2026年度投资计划的公告 | 2026-03-27 | Chinese | ||
| 43195107 | 沈阳化工股份有限公司董事会审计委员会2025年度履职情况报告 | 2026-03-27 | Chinese | ||
| 43195076 | 沈阳化工股份有限公司2025年度内部控制审计报告 | 2026-03-27 | Chinese | ||
| 43195004 | 沈阳化工股份有限公司董事及高级管理人员薪酬管理办法 | 2026-03-27 | Chinese | ||
| 43194963 | 沈阳化工股份有限公司关于2025年度计提资产减值准备的公告 | 2026-03-27 | Chinese | ||
| 43194929 | 沈阳化工股份有限公司关于召开2025年年度股东会的通知 | 2026-03-27 | Chinese | ||
| 43194883 | 2025年年度报告摘要 | 2026-03-27 | Chinese | ||
| 43194856 | 沈阳化工股份有限公司2025年度董事会工作报告 | 2026-03-27 | Chinese | ||
| 43194817 | 沈阳化工股份有限公司内幕信息知情人登记管理制度 | 2026-03-27 | Chinese | ||
| 43194789 | 沈阳化工股份有限公司关于调整2026年度日常关联交易预计的公告 | 2026-03-27 | Chinese | ||
| 43194753 | 沈阳化工股份有限公司第十届董事会第十二次会议决议公告 | 2026-03-27 | Chinese | ||
| 43194707 | 沈阳化工股份有限公司关于中化集团财务有限责任公司的风险评估报告 | 2026-03-27 | 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 |
SHENYANG CHEMICAL 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/53760/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53760 | 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=53760 | 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=53760 \ -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": 53760}, 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 SHENYANG CHEMICAL CO., LTD (id: 53760)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.