Sichuan Development Lomon Co.,Ltd. — Investor Relations & Filings
Sichuan Development Lomon Co., Ltd. is a large-scale chemical enterprise specializing in the research, development, production, and sale of phosphorus-based chemicals. The company operates an integrated industrial chain that spans from phosphate rock mining to the manufacturing of high-purity chemical products. Its core portfolio includes industrial-grade monoammonium phosphate, feed-grade calcium phosphate, and various specialized fertilizers. In recent years, the company has strategically expanded into the new energy sector, focusing on the production of battery-grade iron phosphate and other precursors for lithium iron phosphate (LFP) batteries. By leveraging its extensive mineral resources and advanced processing technologies, the company serves global markets in agriculture, animal nutrition, and energy storage. It maintains a focus on technological innovation and sustainable resource utilization to provide high-performance chemical solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第七届董事会第十六次会议决议公告 | 2026-01-06 | Chinese | |
| 关于2026年度使用闲置自有资金购买理财产品的公告 | 2026-01-06 | Chinese | |
| 关于2026年度开展外汇衍生品套期保值业务的公告 | 2026-01-06 | Chinese | |
| 关于部分限制性股票回购注销完成的公告 | 2025-12-29 | Chinese | |
| 关于全资子公司投资建设磷石膏无害化利用项目(一期)的公告 | 2025-12-19 | Chinese | |
| 关于拟以非公开方式向四川发展天盛矿业有限公司增资暨关联交易的公告 | 2025-12-19 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
3 filings
| |||||
| 35421118 | 第七届董事会第十六次会议决议公告 | 2026-01-06 | Chinese | ||
| 35421110 | 关于2026年度使用闲置自有资金购买理财产品的公告 | 2026-01-06 | Chinese | ||
| 35421102 | 关于2026年度开展外汇衍生品套期保值业务的公告 | 2026-01-06 | Chinese | ||
|
2025
12 filings
| |||||
| 35421091 | 关于部分限制性股票回购注销完成的公告 | 2025-12-29 | Chinese | ||
| 35421083 | 关于全资子公司投资建设磷石膏无害化利用项目(一期)的公告 | 2025-12-19 | Chinese | ||
| 35421068 | 关于拟以非公开方式向四川发展天盛矿业有限公司增资暨关联交易的公告 | 2025-12-19 | Chinese | ||
| 35421059 | 第七届董事会第十五次会议决议公告 | 2025-12-19 | Chinese | ||
| 35421051 | 关于减少注册资本暨通知债权人的公告 | 2025-10-30 | Chinese | ||
| 35421045 | 北京国枫律师事务所关于四川发展龙蟒股份有限公司2025年第二次临时股东大会的法律意见书 | 2025-10-29 | Chinese | ||
| 35421038 | 2025年第二次临时股东大会决议公告 | 2025-10-29 | Chinese | ||
| 35421030 | 关于全资子公司德阳川发龙蟒新材料有限公司合作建设17.5万吨/年高压密磷酸铁锂项目暨设立合资公司的公告 | 2025-10-28 | Chinese | ||
| 35421022 | 第七届董事会第十四次会议决议公告 | 2025-10-28 | Chinese | ||
| 35421012 | 关于召开2025年第二次临时股东大会的提示性公告 | 2025-10-27 | Chinese | ||
| 35421004 | 关于全资子公司德阳川发龙蟒新材料有限公司投资建设10万吨/年磷酸二氢锂项目的公告 | 2025-10-23 | Chinese | ||
| 35420993 | 第七届董事会第十三次会议决议公告 | 2025-10-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of fertilizers and nitrogen compounds
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ATOME PLC
International developer of industrial-scale green fertilise…
|
ATOM | GB | Manufacturing |
|
BAGFAŞ BANDIRMA GÜBRE FABRİKALARI A.Ş.
Manufacturer of chemical fertilizers and acids for domestic…
|
BAGFS | TR | Manufacturing |
|
Balaji Phosphates Limited
Produces phosphate fertilizers and industrial chemicals for…
|
BALAJIPHOS | IN | Manufacturing |
|
Basant Agro-Tech (India) Ltd.
Manufactures fertilizers and hybrid seeds to enhance crop y…
|
524687 | IN | Manufacturing |
|
Bharat Agri Fert and Realty Ltd
Specializes in fertilizer manufacturing and premium real es…
|
531862 | IN | Manufacturing |
|
Bohra Industries Limited
Manufactures and distributes phosphatic fertilizers for soi…
|
BOHRAIND | IN | Manufacturing |
|
Century Sunshine Group Holdings Limited
Engaged in ecological fertilizer production and sale, magne…
|
509 | KY | Manufacturing |
|
CF Industries Holdings, Inc.
Global manufacturer of hydrogen and nitrogen products for a…
|
CF | US | Manufacturing |
|
Chambal Fertilisers & Chemicals Ltd
Produces urea and markets fertilizers, crop protection chem…
|
CHAMBLFERT | IN | Manufacturing |
|
Chengdu Wintrue Holding Co., Ltd.
Integrated producer of high-efficiency fertilizers and indu…
|
002539 | CN | Manufacturing |
Sichuan Development Lomon 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/54360/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54360 | 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=54360 | 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=54360 \ -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": 54360}, 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 Sichuan Development Lomon Co.,Ltd. (id: 54360)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.