
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 |
|---|---|---|---|
| 关于2025年度第一期中期票据发行完成的公告 | 2025-08-19 | Chinese | |
| 2025年半年度报告摘要 | 2025-08-18 | Chinese | |
| 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-18 | Chinese | |
| 2025年半年度财务报告 | 2025-08-18 | Chinese | |
| 半年报监事会决议公告 | 2025-08-18 | Chinese | |
| 半年报董事会决议公告 | 2025-08-18 | Chinese |
Browse filings by year
18 years- 2026 6 filings
- 2025 111 filings
- 2024 160 filings
- 2023 139 filings
- 2022 336 filings
- 2021 223 filings
- 2020 217 filings
- 2019 211 filings
- 2018 215 filings
- 2017 271 filings
- 2016 172 filings
- 2015 274 filings
- 2014 139 filings
- 2013 130 filings
- 2012 154 filings
- 2011 104 filings
- 2010 108 filings
- 2009 33 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 35420649 | 关于2025年度第一期中期票据发行完成的公告 | 2025-08-19 | Chinese | ||
| 35420638 | 2025年半年度报告摘要 | 2025-08-18 | Chinese | ||
| 35420636 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-18 | Chinese | ||
| 35420623 | 2025年半年度财务报告 | 2025-08-18 | Chinese | ||
| 35420593 | 半年报监事会决议公告 | 2025-08-18 | Chinese | ||
| 35420578 | 半年报董事会决议公告 | 2025-08-18 | Chinese | ||
| 35420555 | 2025年半年度报告 | 2025-08-18 | Chinese | ||
| 35420484 | 关于竞得四川发展天盛矿业有限公司10%股权暨关联交易的进展公告 | 2025-07-16 | Chinese | ||
| 35420469 | 关于中期票据获准注册的公告 | 2025-07-11 | Chinese | ||
| 35420456 | 关于与富临精工股份有限公司签署《合作框架协议》的公告 | 2025-07-02 | Chinese | ||
| 35420454 | 关于部分高级管理人员减持预披露的公告 | 2025-06-24 | Chinese | ||
| 35420441 | 关于部分董事、高级管理人员减持计划期限届满暨实施结果的公告 | 2025-06-13 | Chinese | ||
| 35420423 | 关于全资子公司收购天宝动物营养科技股份有限公司60%股份完成过户的公告 | 2025-06-13 | Chinese | ||
| 35420407 | 2024年年度权益分派实施公告 | 2025-06-10 | Chinese | ||
| 35420395 | 2024年年度股东大会决议公告 | 2025-05-29 | 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 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 |
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.