
JINHONG GAS CO., LTD. — Investor Relations & Filings
JINHONG GAS CO., LTD. is an integrated gas supplier specializing in the research, development, production, and distribution of specialty and industrial gases. The product portfolio includes electronic-grade specialty gases, high-purity gases, and bulk gases such as oxygen, nitrogen, and argon. Key offerings include ultra-high purity ammonia, nitrous oxide, and various gas mixtures tailored for high-precision manufacturing. The company serves sectors such as semiconductor fabrication, flat panel displays, photovoltaics, and fiber optics. By leveraging advanced purification technologies and a comprehensive logistics network, JINHONG GAS provides end-to-end gas solutions, including on-site gas generation and specialized technical services, to meet the stringent quality standards of high-tech industrial processes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 金宏气体:董事兼高级管理人员减持股份结果公告 | 2026-05-27 | Chinese | |
| 金宏气体:关于召开2026年第一季度业绩说明会的公告 | 2026-05-19 | Chinese | |
| 金宏气体:东吴证券股份有限公司关于金宏气体股份有限公司差异化权益分派事项的核查意见 | 2026-05-17 | Chinese | |
| 金宏气体:2025年年度权益分派实施公告 | 2026-05-17 | Chinese | |
| 金宏气体:关于2025年年度利润分配方案调整总股本及对应分配总额的公告 | 2026-05-14 | Chinese | |
| 金宏气体:股票交易异常波动公告 | 2026-05-07 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47848681 | 金宏气体:董事兼高级管理人员减持股份结果公告 | 2026-05-27 | Chinese | ||
| 46565032 | 金宏气体:关于召开2026年第一季度业绩说明会的公告 | 2026-05-19 | Chinese | ||
| 46378980 | 金宏气体:东吴证券股份有限公司关于金宏气体股份有限公司差异化权益分派事项的核查意见 | 2026-05-17 | Chinese | ||
| 46378952 | 金宏气体:2025年年度权益分派实施公告 | 2026-05-17 | Chinese | ||
| 46344619 | 金宏气体:关于2025年年度利润分配方案调整总股本及对应分配总额的公告 | 2026-05-14 | Chinese | ||
| 44272400 | 金宏气体:股票交易异常波动公告 | 2026-05-07 | Chinese | ||
| 44271073 | 金宏气体:中诚信国际关于终止金宏气体股份有限公司主体和相关债项信用评级的公告 | 2026-05-07 | Chinese | ||
| 37178049 | 金宏气体:2025年度内部控制评价报告 | 2026-03-27 | Chinese | ||
| 37178041 | 金宏气体:关于2025年度公司募集资金存放、管理与实际使用情况的专项报告 | 2026-03-27 | Chinese | ||
| 37178040 | 金宏气体:董事会关于独立董事独立性自查情况的专项报告 | 2026-03-27 | Chinese | ||
| 37178035 | 金宏气体股份有限公司2025年度环境、社会及公司治理(ESG)报告 | 2026-03-27 | Chinese | ||
| 37177608 | 金宏气体:2025年年度报告摘要 | 2026-03-27 | Chinese | ||
| 37177596 | 金宏气体股份有限公司2025年度环境、社会及公司治理(ESG)报告(英文版) | 2026-03-27 | Chinese | ||
| 37177248 | 金宏气体:关于开展资产池业务的公告 | 2026-03-27 | Chinese | ||
| 37177243 | 东吴证券股份有限公司关于金宏气体股份有限公司持续督导保荐总结报告书 | 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 |
JINHONG GAS 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/58150/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58150 | 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=58150 | 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=58150 \ -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": 58150}, 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 JINHONG GAS CO., LTD. (id: 58150)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.