
ANHUI LIUGUO CHEMICAL CO.,LTD. — Investor Relations & Filings
Anhui Liuguo Chemical Co., Ltd. specializes in the research, development, production, and distribution of high-concentration phosphate and compound fertilizers. The company's primary product line includes diammonium phosphate (DAP), monoammonium phosphate (MAP), and various NPK compound fertilizers tailored for diverse agricultural needs. Beyond fertilizers, the enterprise manufactures industrial chemicals such as sulfuric acid, phosphoric acid, and synthetic ammonia. Utilizing an integrated production model that spans from raw material processing to finished chemical products, the company serves a broad customer base across multiple regions. Its operations emphasize technological innovation in phosphate chemical processing and the expansion into fine chemical sectors to enhance product value and operational efficiency.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 六国化工2025年年度股东会决议公告 | 2026-05-12 | Chinese | |
| 2025年年度股东会法律意见书 | 2026-05-12 | Chinese | |
| 六国化工2026年一季度报告 | 2026-04-27 | Chinese | |
| 2026年第一季度主要经营数据公告 | 2026-04-27 | Chinese | |
| 六国化工2025年年度股东会会议资料 | 2026-04-27 | Chinese | |
| 六国化工董事会审计委员会2025年度履职情况报告 | 2026-04-20 | Chinese |
Browse filings by year
23 years- 2026 39 filings
- 2025 118 filings
- 2024 99 filings
- 2023 131 filings
- 2022 91 filings
- 2021 114 filings
- 2020 70 filings
- 2019 102 filings
- 2018 62 filings
- 2017 45 filings
- 2016 61 filings
- 2015 50 filings
- 2014 46 filings
- 2013 44 filings
- 2012 37 filings
- 2011 43 filings
- 2010 40 filings
- 2009 32 filings
- 2008 31 filings
- 2007 34 filings
- 2006 61 filings
- 2005 24 filings
- 2004 31 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 45346364 | 六国化工2025年年度股东会决议公告 | 2026-05-12 | Chinese | ||
| 45346290 | 2025年年度股东会法律意见书 | 2026-05-12 | Chinese | ||
| 40957238 | 六国化工2026年一季度报告 | 2026-04-27 | Chinese | ||
| 40957231 | 2026年第一季度主要经营数据公告 | 2026-04-27 | Chinese | ||
| 40957222 | 六国化工2025年年度股东会会议资料 | 2026-04-27 | Chinese | ||
| 40957220 | 六国化工董事会审计委员会2025年度履职情况报告 | 2026-04-20 | Chinese | ||
| 40957217 | 六国化工2025年度日常关联交易执行情况及2026年度日常关联交易预计的公告 | 2026-04-20 | Chinese | ||
| 40957213 | 六国化工关于2025年计提及转回资产减值准备的公告 | 2026-04-20 | Chinese | ||
| 40957202 | 六国化工2025年年度报告 | 2026-04-20 | Chinese | ||
| 40957201 | 六国化工2025年年度报告摘要 | 2026-04-20 | Chinese | ||
| 40957199 | 六国化工关于2025年度拟不进行利润分配的公告 | 2026-04-20 | Chinese | ||
| 40957198 | 六国化工关于续聘会计师事务所的公告 | 2026-04-20 | Chinese | ||
| 40957194 | 六国化工2025年度独立董事述职报告(林平已离任) | 2026-04-20 | Chinese | ||
| 40957166 | 六国化工董事、高级管理人员薪酬管理制度 | 2026-04-20 | Chinese | ||
| 40957150 | 六国化工2025年内部控制评价报告 | 2026-04-20 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of fertilizers and nitrogen compounds
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACBT
Develops bio-chemical fertilizers and microbial solutions f…
|
4148 | TW | Manufacturing |
|
Acron
A vertically integrated producer of mineral fertilizers and…
|
AKRN | RU | Manufacturing |
|
Agritech Limited
Manufacturer and marketer of agricultural fertilizers, spec…
|
AGL | PK | Manufacturing |
|
Agritech Non-Voting (Pref) Class A
fertilizer manufacturer operating a modern and efficient ur…
|
AGLNCPS | PK | Manufacturing |
|
Agrium Inc.
Globally integrated company specializing in the production …
|
AGU | CA | Manufacturing |
|
Agro Phos India Limited
Manufactures and markets fertilizers and soil nutrients for…
|
AGROPHOS | IN | Manufacturing |
|
AmmPower Corp.
Clean energy tech company focused on sustainable green ammo…
|
AMMP | CA | Manufacturing |
|
ANHUI HUAERTAI CHEMICAL CO., LTD.
Produces basic and fine chemicals for pharmaceuticals, pest…
|
001217 | CN | Manufacturing |
|
ANHUI SIERTE FERTILIZER INDUSTRY LTD.,COMPANY
Integrated manufacturer of high-efficiency fertilizers and …
|
002538 | CN | Manufacturing |
|
Anya Polytech & Fertilizers Limited
Produces fertilizers and polymer packaging for agricultural…
|
ANYA | IN | Manufacturing |
ANHUI LIUGUO CHEMICAL 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/56746/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56746 | 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=56746 | 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=56746 \ -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": 56746}, 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 LIUGUO CHEMICAL CO.,LTD. (id: 56746)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.