JINHONG GAS CO., LTD. — Investor Relations & Filings
About JINHONG GAS CO., LTD.
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 |
|---|---|---|---|
| 金宏气体:2025年度内部控制评价报告 | 2026-03-27 | Chinese | |
| 金宏气体:关于2025年度公司募集资金存放、管理与实际使用情况的专项报告 | 2026-03-27 | Chinese | |
| 金宏气体:董事会关于独立董事独立性自查情况的专项报告 | 2026-03-27 | Chinese | |
| 金宏气体股份有限公司2025年度环境、社会及公司治理(ESG)报告 | 2026-03-27 | Chinese | |
| 金宏气体:2025年年度报告摘要 | 2026-03-27 | Chinese | |
| 金宏气体股份有限公司2025年度环境、社会及公司治理(ESG)报告(英文版) | 2026-03-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 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 | ||
| 37177218 | 金宏气体:薪酬管理制度(2026年3月制定) | 2026-03-27 | Chinese | ||
| 37177215 | 金宏气体:募集资金年度存放、管理与实际使用情况鉴证报告 | 2026-03-27 | Chinese | ||
| 37177166 | 金宏气体:2025年度环境、社会及公司治理(ESG)报告摘要 | 2026-03-27 | Chinese | ||
| 37177160 | 金宏气体:2025年年度利润分配方案及2026年中期分红安排的公告 | 2026-03-27 | Chinese | ||
| 37177156 | 金宏气体:2025年度独立董事述职报告(丁维平) | 2026-03-27 | Chinese | ||
| 37177148 | 金宏气体:第六届董事会第十六次会议决议公告 | 2026-03-27 | Chinese | ||
| 37177138 | 东吴证券股份有限公司关于金宏气体股份有限公司2025年度持续督导工作现场检查报告 | 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.