
Lier Chemical Co.,LTD — Investor Relations & Filings
Lier Chemical Co., LTD. specializes in the research, development, production, and sale of agrochemical products, with a primary focus on high-efficiency, low-toxicity, and environmentally friendly pesticides. The company is recognized as a leading global manufacturer of glufosinate-ammonium and is a major producer of pyridine-based herbicides, including clopyralid, picloram, fluroxypyr, and triclopyr. Its operations encompass the entire value chain from technical grade active ingredients to finished formulations. Lier Chemical maintains advanced manufacturing facilities and a robust R&D infrastructure dedicated to process optimization and the synthesis of complex chemical intermediates. The company serves a diverse international clientele, providing essential crop protection solutions to enhance agricultural productivity and sustainability across global markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于公司董事长增持公司股份的公告 | 2026-05-14 | Chinese | |
| 《对外担保决策制度》 | 2026-04-24 | Chinese | |
| 2025年年度股东会决议公告 | 2026-04-17 | Chinese | |
| 泰和泰律师事务所关于利尔化学股份有限公司2025年年度股东会的法律意见书 | 2026-04-17 | Chinese | |
| 关于为子公司提供担保的进展公告 | 2026-04-17 | Chinese | |
| 关于举行2025年度业绩说明会的公告 | 2026-04-01 | Chinese |
Browse filings by year
19 years- 2026 36 filings
- 2025 67 filings
- 2024 50 filings
- 2023 69 filings
- 2022 135 filings
- 2021 102 filings
- 2020 86 filings
- 2019 92 filings
- 2018 127 filings
- 2017 103 filings
- 2016 91 filings
- 2015 71 filings
- 2014 66 filings
- 2013 70 filings
- 2012 71 filings
- 2011 65 filings
- 2010 110 filings
- 2009 78 filings
- 2008 72 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46344065 | 关于公司董事长增持公司股份的公告 | 2026-05-14 | Chinese | ||
| 36129269 | 《对外担保决策制度》 | 2026-04-24 | Chinese | ||
| 36129265 | 2025年年度股东会决议公告 | 2026-04-17 | Chinese | ||
| 34826882 | 泰和泰律师事务所关于利尔化学股份有限公司2025年年度股东会的法律意见书 | 2026-04-17 | Chinese | ||
| 34821105 | 关于为子公司提供担保的进展公告 | 2026-04-17 | Chinese | ||
| 36129264 | 关于举行2025年度业绩说明会的公告 | 2026-04-01 | Chinese | ||
| 36129263 | 独立董事2025年述职报告(李小平) | 2026-03-27 | Chinese | ||
| 36129260 | 利尔化学2025年度内部控制自我评价报告 | 2026-03-27 | Chinese | ||
| 36129258 | 关于为子公司提供担保的公告 | 2026-03-27 | Chinese | ||
| 36129257 | 关于开展外汇远期结售汇类业务的可行性分析报告 | 2026-03-27 | Chinese | ||
| 36129255 | 2025年年度报告摘要 | 2026-03-27 | Chinese | ||
| 36129254 | 利尔化学2025年度董事会工作报告 | 2026-03-27 | Chinese | ||
| 36129251 | 独立董事2025年述职报告(马毅) | 2026-03-27 | Chinese | ||
| 36129246 | 独立董事2025年述职报告(孟琴) | 2026-03-27 | Chinese | ||
| 36129239 | 利尔化学《董事、高级管理人员离职管理制度》 | 2026-03-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of pesticides and other agrochemical products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ADAMA Ltd.
Global provider of crop protection solutions using off-pate…
|
000553 | CN | Manufacturing |
|
Advance Agrolife Limited
Manufactures and distributes agrochemicals for crop protect…
|
ADVANCE | IN | Manufacturing |
|
Aimco Pesticides Ltd.
Manufacturer and exporter of technical grade pesticides and…
|
524288 | IN | Manufacturing |
|
Ambey Laboratories Limited
Manufactures and distributes agrochemicals and crop protect…
|
AMBEY | IN | Manufacturing |
|
AMERICAN VANGUARD CORP
Develops and markets solutions for crop protection, turf, a…
|
AVD | US | Manufacturing |
|
Amoéba
Develops natural microbiological solutions to manage bacter…
|
ALMIB | FR | Manufacturing |
|
ANCOM NYLEX BERHAD
Diversified group manufacturing agchem, industrial chemical…
|
— | MY | Manufacturing |
|
Anhui Guangxin Agrochemical Co., Ltd.
Produces agrochemicals and fine chemical intermediates usin…
|
603599 | CN | Manufacturing |
|
Aristo Bio-Tech And Lifescience Limited
Manufactures crop protection products and provides contract…
|
ARISTO | IN | Manufacturing |
|
ASTEC LIFESCIENCES LIMITED
CDMO manufacturing agrochemical active ingredients and phar…
|
ASTEC | IN | Manufacturing |
Lier 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/54310/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54310 | 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=54310 | 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=54310 \ -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": 54310}, 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 Lier Chemical Co.,LTD (id: 54310)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.