JIANGXI SALT INDUSTRY GROUP CO., LTD — Investor Relations & Filings
About JIANGXI SALT INDUSTRY GROUP CO., LTD
Jiangxi Salt Industry Group Co., Ltd. specializes in the extraction, processing, and distribution of salt products and related chemical derivatives. The company manages extensive rock salt mineral resources and operates large-scale production facilities for refined edible salt, industrial salt, and small-packaged salt products. Its chemical division focuses on the manufacturing of soda ash, caustic soda, and other chlor-alkali products. By leveraging an integrated industrial chain that spans from mining to terminal sales, the group ensures high-purity standards and supply chain stability. The company serves diverse sectors including food processing, chemical manufacturing, and water treatment, maintaining a significant market presence through its specialized logistics and distribution networks.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 申港证券股份有限公司关于江西省盐业集团股份有限公司首次公开发行股票并上市之保荐总结报告书 | 2026-04-27 | Chinese | |
| 关于公司及子公司2026年度担保额度预计的公告 | 2026-04-22 | Chinese | |
| 江盐集团审计报告及财务报表-信会师报字[2026]第ZA11915号 | 2026-04-22 | Chinese | |
| 2025年非经营性资金占用及其他关联资金往来情况 | 2026-04-22 | Chinese | |
| 申港证券股份有限公司关于江西省盐业集团股份有限公司使用部分暂时闲置募集资金进行现金管理的核查意见 | 2026-04-22 | Chinese | |
| 关于2025年度利润分配预案的公告 | 2026-04-22 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39418116 | 申港证券股份有限公司关于江西省盐业集团股份有限公司首次公开发行股票并上市之保荐总结报告书 | 2026-04-27 | Chinese | ||
| 39418104 | 关于公司及子公司2026年度担保额度预计的公告 | 2026-04-22 | Chinese | ||
| 39418103 | 江盐集团审计报告及财务报表-信会师报字[2026]第ZA11915号 | 2026-04-22 | Chinese | ||
| 39417860 | 2025年非经营性资金占用及其他关联资金往来情况 | 2026-04-22 | Chinese | ||
| 39417858 | 申港证券股份有限公司关于江西省盐业集团股份有限公司使用部分暂时闲置募集资金进行现金管理的核查意见 | 2026-04-22 | Chinese | ||
| 39417854 | 关于2025年度利润分配预案的公告 | 2026-04-22 | Chinese | ||
| 39417852 | 2025年度独立董事述职报告(谢海东) | 2026-04-22 | Chinese | ||
| 39417848 | 2025年度报告 | 2026-04-22 | Chinese | ||
| 39417846 | 关于使用自有资金进行现金管理的公告 | 2026-04-22 | Chinese | ||
| 39417845 | 第二届董事会独立董事专门会议第三次会议审核意见 | 2026-04-22 | Chinese | ||
| 39417843 | 关于使用部分暂时闲置募集资金进行现金管理的公告 | 2026-04-22 | Chinese | ||
| 39417841 | 关于公司确认2025年度关联交易及预计2026年度关联交易的公告 | 2026-04-22 | Chinese | ||
| 39417837 | 关于聘任公司法务总监的公告 | 2026-04-22 | Chinese | ||
| 39417835 | 2025年度独立董事述职报告(袁业虎) | 2026-04-22 | Chinese | ||
| 39417832 | 2025年度董事会审计委员会履职报告 | 2026-04-22 | 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 |
JIANGXI SALT INDUSTRY GROUP 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/57173/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57173 | 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=57173 | 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=57173 \ -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": 57173}, 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 JIANGXI SALT INDUSTRY GROUP CO., LTD (id: 57173)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.