ANHUI JIANGNAN CHEMICAL INDUSTRY CO.,LTD. — Investor Relations & Filings
ANHUI JIANGNAN CHEMICAL INDUSTRY CO.,LTD. focuses on the research, development, and production of civil explosives and the provision of integrated blasting services. The product range includes emulsion explosives, ANFO, and various detonators and industrial cords. The company operates an integrated business model that pairs material manufacturing with specialized engineering services, including blasting design and technical consulting. These solutions support large-scale infrastructure development, mining, and quarrying operations. By prioritizing technological innovation and safety standards, the company delivers comprehensive blasting solutions tailored to complex geological and engineering requirements.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于持股5%以上股东非公开发行可交换公司债券换股价格调整的的提示性公告 | 2026-04-23 | Chinese | |
| 独立董事2025年度述职报告(徐颖) | 2026-04-23 | Chinese | |
| 安徽江南化工股份有限公司关于召开2025年度股东会的通知 | 2026-04-23 | Chinese | |
| 关于第七届董事会第十二次会议决议的公告 | 2026-04-23 | Chinese | |
| 安徽江南化工股份有限公司关于2025年度会计师事务所履职情况的评估报告 | 2026-04-23 | Chinese | |
| 众环专字(2026)0201363号_关于同一控制下企业合并追溯调整期初数的专项说明 | 2026-04-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 36129228 | 关于持股5%以上股东非公开发行可交换公司债券换股价格调整的的提示性公告 | 2026-04-23 | Chinese | ||
| 36129226 | 独立董事2025年度述职报告(徐颖) | 2026-04-23 | Chinese | ||
| 36129220 | 安徽江南化工股份有限公司关于召开2025年度股东会的通知 | 2026-04-23 | Chinese | ||
| 36129219 | 关于第七届董事会第十二次会议决议的公告 | 2026-04-23 | Chinese | ||
| 36129209 | 安徽江南化工股份有限公司关于2025年度会计师事务所履职情况的评估报告 | 2026-04-23 | Chinese | ||
| 36129206 | 众环专字(2026)0201363号_关于同一控制下企业合并追溯调整期初数的专项说明 | 2026-04-23 | Chinese | ||
| 36129200 | 独立董事2025年度述职报告(郑万青) | 2026-04-23 | Chinese | ||
| 36129192 | 安徽江南化工股份有限公司2025年度内部控制自我评价报告 | 2026-04-23 | Chinese | ||
| 36129177 | 关于同一控制下企业合并追溯调整财务数据的公告 | 2026-04-23 | Chinese | ||
| 36129175 | 关于子公司业绩承诺完成情况说明的公告 | 2026-04-23 | Chinese | ||
| 36129173 | 董事会关于独立董事2025年度保持独立性情况的专项意见 | 2026-04-23 | Chinese | ||
| 36129168 | 众环专字(2026)0201361号_关于江南化工支付现金购买江兴民爆94.39%股权资产减值测试的专项审核报告 | 2026-04-23 | Chinese | ||
| 36129107 | 安徽江南化工股份有限公司董事、高级管理人员薪酬管理制度 | 2026-04-23 | Chinese | ||
| 36129098 | 关于董事、高级管理人员2025年度薪酬及2026年度薪酬方案的公告 | 2026-04-23 | Chinese | ||
| 36129092 | 关于公司2026年度日常关联交易预计的公告 | 2026-04-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other chemical products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1933 Industries Inc
A vertically integrated consumer-packaged goods company spe…
|
TGIF | CA | Manufacturing |
|
3M CO
A diversified, science-based technology corporation that de…
|
MMM | US | Manufacturing |
|
5N Plus Inc.
Global producer of specialty semiconductors and ultra-pure …
|
VNP | CA | Manufacturing |
|
ACISELSAN ACIPAYAM SELÜLOZ SANAYİ VE TİCARET A.Ş.
Specialized manufacturer of Carboxymethyl Cellulose (CMC) f…
|
ACSEL | TR | Manufacturing |
|
ACUTAAS CHEMICALS LIMITED
Manufactures and exports specialty chemicals for industrial…
|
ACUTAAS | IN | Manufacturing |
|
ADEKA CORPORATION
Manufacturer of chemicals, food products, and life sciences…
|
4401 | JP | Manufacturing |
|
Ading AD
Manufactures and distributes chemical materials for the con…
|
AD | MK | Manufacturing |
|
Aduro Clean Technologies Inc.
Uses a water-based chemical process to convert hydrocarbon …
|
ADUR | CA | Manufacturing |
|
Advanced Enzyme Technologies Limited
Research-driven developer and manufacturer of proprietary e…
|
ADVENZYMES | IN | Manufacturing |
|
Advanced Nano Products Co., Ltd.
Developer and manufacturer of advanced nanomaterials for hi…
|
121600 | KR | Manufacturing |
ANHUI JIANGNAN CHEMICAL INDUSTRY 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/54279/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54279 | 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=54279 | 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=54279 \ -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": 54279}, 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 ANHUI JIANGNAN CHEMICAL INDUSTRY CO.,LTD. (id: 54279)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.