
PERIC SPECIAL GASES CO., LTD. — Investor Relations & Filings
PERIC Special Gases Co., Ltd. focuses on the research, development, and large-scale production of high-purity electronic special gases and advanced chemical materials. The product portfolio includes nitrogen trifluoride (NF3), tungsten hexafluoride (WF6), silane, and various high-purity gas mixtures used in critical manufacturing processes. These materials are primarily utilized in the fabrication of semiconductors, flat panel displays, photovoltaic cells, and fiber optics. The company maintains rigorous quality standards to meet the high-purity requirements of the electronics industry, supporting etching, cleaning, and deposition applications. In addition to gas production, the company provides specialized gas delivery equipment and comprehensive technical solutions for gas management in high-tech manufacturing environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中船特气股票交易严重异常波动公告 | 2026-05-15 | Chinese | |
| 中船特气股票交易风险提示公告 | 2026-05-14 | Chinese | |
| 中船特气_2025年年度股东会律师见证法律意见书_兰台 | 2026-05-12 | Chinese | |
| 中船特气关于与中船财务有限责任公司开展金融业务的风险处置预案 | 2026-04-20 | Chinese | |
| 关于中船财务有限责任公司的风险持续评估报告 | 2026-04-20 | Chinese | |
| 中船(邯郸)派瑞特种气体股份有限公司内部控制审计报告(容诚审字[2026]100Z3909号) | 2026-04-20 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46365249 | 中船特气股票交易严重异常波动公告 | 2026-05-15 | Chinese | ||
| 46343679 | 中船特气股票交易风险提示公告 | 2026-05-14 | Chinese | ||
| 45346568 | 中船特气_2025年年度股东会律师见证法律意见书_兰台 | 2026-05-12 | Chinese | ||
| 39587142 | 中船特气关于与中船财务有限责任公司开展金融业务的风险处置预案 | 2026-04-20 | Chinese | ||
| 39587133 | 关于中船财务有限责任公司的风险持续评估报告 | 2026-04-20 | Chinese | ||
| 39587126 | 中船(邯郸)派瑞特种气体股份有限公司内部控制审计报告(容诚审字[2026]100Z3909号) | 2026-04-20 | Chinese | ||
| 39587100 | 2025年度独立董事述职报告-张香文 | 2026-04-20 | Chinese | ||
| 39587084 | 中船特气2025年度内部控制评价报告 | 2026-04-20 | Chinese | ||
| 39587082 | 中船特气2025年度募集资金存放、管理与实际使用情况专项报告 | 2026-04-20 | Chinese | ||
| 39587071 | 中船特气关于2026年度董事和高级管理人员薪酬方案的公告 | 2026-04-20 | Chinese | ||
| 39587064 | 中船特气未来三年(2026-2028)股东分红回报规划 | 2026-04-20 | Chinese | ||
| 39587060 | 中船特气2026年第一次临时股东会决议公告 | 2026-03-03 | Chinese | ||
| 39587051 | 北京市兰台律师事务所关于中船特气2026年第一次临时股东会的律师见证法律意见书 | 2026-03-03 | Chinese | ||
| 39587025 | 中船特气2026年第一次临时股东会会议资料 | 2026-02-11 | Chinese | ||
| 39587016 | 中信建投证券股份有限公司关于中船(邯郸)派瑞特种气体股份有限公司使用部分超募资金永久补充流动资金的核查意见 | 2026-02-06 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic chemicals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Anupam Rasayan India Limited
Specializes in custom synthesis and manufacturing of specia…
|
ANURAS | IN | Manufacturing |
|
Archean Chemical Industries Limited
Produces bromine, industrial salt, and sulfate of potash fr…
|
ACI | IN | Manufacturing |
|
Archit Organosys Limited
Manufacturer of organic chemicals and intermediates like MC…
|
524640 | IN | Manufacturing |
|
Argex Titanium Inc.
Emerging producer of high-purity TiO2 pigment via a proprie…
|
RGX | CA | Manufacturing |
|
Arunaya Organics Limited
Produces, procures, and distributes specialty chemicals and…
|
ARUNAYA | IN | Manufacturing |
|
Arvee Laboratories (India) Limited
Manufacturer and exporter of specialty chemicals and pharma…
|
ARVEE | IN | Manufacturing |
|
Asahi Songwon Colors Ltd.
Manufacturer of Phthalocyanine and Azo pigments for inks, p…
|
ASAHISONG | IN | Manufacturing |
|
Asian Petroproducts & Exports Ltd.
Manufactures Ethoxylates and Propoxylates for textile, phar…
|
524434 | IN | Manufacturing |
|
Atul Limited.
Integrated chemical company producing life science and perf…
|
ATUL | IN | Manufacturing |
|
Avi Polymers Ltd.
Manufactures and trades polymer compounds, plasticizers, an…
|
539288 | IN | Manufacturing |
PERIC SPECIAL GASES 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/58183/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58183 | 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=58183 | 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=58183 \ -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": 58183}, 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 PERIC SPECIAL GASES CO., LTD. (id: 58183)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.