
Acron — Investor Relations & Filings
Acron Group is a vertically integrated producer of mineral fertilizers. The company's core activities cover the entire production chain, from the mining of raw materials like phosphate and potash to the manufacturing and global distribution of finished products. Its portfolio includes a range of mineral fertilizers and industrial chemical products. Acron operates an extensive international distribution network, supplying its products to agricultural markets across multiple continents. The group's business model is built on self-sufficiency in key raw materials and leveraging its production and logistics infrastructure to serve the global agricultural industry.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| PJSC ACRON: Notice of intended delisting from the London Stock Exchange | 2022-04-27 | English | |
| Miscellaneous | 2022-03-05 | English | |
| Nominees for Acron Board of Directors | 2022-03-03 | English | |
| Acron’s Shareholders Approve Dividends | 2022-02-28 | English | |
| Acron Board of Directors Issues Recommendation on Dividend Amount | 2022-02-03 | English | |
| Acron Announces Extraordinary General Meeting | 2022-01-20 | English |
Market data
Market data not available
Price history
Peer group · Manufacture of fertilizers and nitrogen compounds
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Rosier S.A.
Manufacturer and marketer of mineral fertilizers for the gl…
|
ENGB | BE | Manufacturing |
|
Royster-Clark ULC
Distributed agricultural inputs (fertilizer, seed, chemical…
|
— | CA | Manufacturing |
|
SABIC Agri-Nutrients Co.
Global producer of nitrogen fertilizers and sustainable agr…
|
2020 | SA | Manufacturing |
|
SESODA CORPORATION
Global manufacturer of Potassium Sulfate and inorganic chem…
|
1708 | TW | Manufacturing |
|
SHAANXI XINGHUA CHEMISTRY CO., LTD
Produces nitrogen-based chemicals, fertilizers, and methano…
|
002109 | CN | Manufacturing |
|
Shandong Lubei Chemical Co.,Ltd
Produces fertilizers, titanium dioxide, and chlor-alkali us…
|
600727 | CN | Manufacturing |
|
SHANXI LU'AN CHEMICAL TECHNOLOGY CO.,LTD.
Produces coal-based chemicals, urea, methanol, and high-pur…
|
600691 | CN | Manufacturing |
|
SHENZHEN BATIAN ECOTYPIC ENGINEERING CO., LTD.
Develops ecological fertilizers and soil remediation soluti…
|
002170 | CN | Manufacturing |
|
Shiva Global Agro Industries Limited
Manufactures fertilizers, soil conditioners, hybrid seeds, …
|
530433 | IN | Manufacturing |
|
Sichuan Development Lomon Co.,Ltd.
Produces phosphorus chemicals for agriculture, animal nutri…
|
002312 | CN | Manufacturing |
Acron 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/6471/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=6471 | 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=6471 | 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=6471 \ -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": 6471}, 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 Acron (id: 6471)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.