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 |
|---|---|---|---|
|
Acron
A vertically integrated producer of mineral fertilizers and…
|
AKRN | RU | 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 |
|
All Cosmos Bio-Tech Holding Corporation
Develops bio-chemical fertilizers and microbial solutions f…
|
4148 | TW | 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 LIUGUO CHEMICAL CO.,LTD.
Manufactures phosphate fertilizers, compound fertilizers, a…
|
600470 | 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 |
|
Aries Agro Limited
Manufactures specialty nutritional products for plants and …
|
ARIES | IN | 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.