Suli Co., Ltd. — Investor Relations & Filings
About Suli Co., Ltd.
Suli Co., Ltd. specializes in the research, development, production, and distribution of agrochemicals, flame retardants, and fine chemical intermediates. The company’s primary product portfolio includes fungicides such as chlorothalonil and various flame retardant agents like decabromodiphenylethane. These products serve diverse applications in crop protection, plastics, and electronics. The organization emphasizes technological innovation and maintains advanced manufacturing facilities to ensure high-purity chemical synthesis. It operates with a focus on integrated production chains, leveraging expertise in chlorination and bromination processes to supply global markets. The company maintains rigorous quality management systems and environmental safety standards to support its role as a supplier in the international chemical supply chain.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 苏利股份未来三年(2023年-2025年)股东分红回报规划 | 2023-06-06 | Chinese | |
| 苏利股份第四届监事会第十一次会议决议公告 | 2023-06-06 | Chinese | |
| 苏利股份前次募集资金使用情况鉴证报告 | 2023-06-06 | Chinese | |
| 广发证券股份有限公司关于江苏苏利精细化工股份有限公司向特定对象发行股票涉及关联交易的核查意见 | 2023-06-06 | Chinese | |
| 苏利股份向特定对象发行A股股票方案的论证分析报告 | 2023-06-06 | Chinese | |
| 苏利股份前次募集资金使用情况鉴证报告 | 2023-06-06 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 37880588 | 苏利股份未来三年(2023年-2025年)股东分红回报规划 | 2023-06-06 | Chinese | ||
| 37880572 | 苏利股份第四届监事会第十一次会议决议公告 | 2023-06-06 | Chinese | ||
| 37880569 | 苏利股份前次募集资金使用情况鉴证报告 | 2023-06-06 | Chinese | ||
| 37880533 | 广发证券股份有限公司关于江苏苏利精细化工股份有限公司向特定对象发行股票涉及关联交易的核查意见 | 2023-06-06 | Chinese | ||
| 37880477 | 苏利股份向特定对象发行A股股票方案的论证分析报告 | 2023-06-06 | Chinese | ||
| 37880441 | 苏利股份前次募集资金使用情况鉴证报告 | 2023-06-06 | Chinese | ||
| 37880386 | 苏利股份关于提请股东大会批准公司控股股东、实际控制人免于以要约方式增持股份的公告 | 2023-06-06 | Chinese | ||
| 37880378 | 苏利股份2023年度向特定对象发行A股股票募集资金使用的可行性分析报告 | 2023-06-06 | Chinese | ||
| 37880357 | 苏利股份关于本次向特定对象发行股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2023-06-06 | Chinese | ||
| 37880348 | 苏利股份2022年度审计报告 | 2023-06-06 | Chinese | ||
| 37880282 | 苏利股份关于最近五年不存在被证券监管部门和交易所采取处罚或监管措施的公告 | 2023-06-06 | Chinese | ||
| 37880268 | 苏利股份第四届董事会第十二次会议决议公告 | 2023-06-06 | Chinese | ||
| 37880257 | 苏利股份独立董事关于第四届董事会第十二次会议相关事项的事前认可意见 | 2023-06-06 | Chinese | ||
| 37880236 | 苏利股份关于向特定对象发行股票预案披露的提示性公告 | 2023-06-06 | Chinese | ||
| 37880228 | 苏利股份关于完成工商变更登记并换发营业执照的公告 | 2023-05-26 | 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 |
|
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 |
|
Auri Grow India Limited
Develops agrochemicals, crop protection products, and bio-s…
|
AURIGROW | IN | Manufacturing |
Suli 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/57716/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57716 | 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=57716 | 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=57716 \ -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": 57716}, 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 Suli Co., Ltd. (id: 57716)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.