
NANJING RED SUN CO., LTD — Investor Relations & Filings
Nanjing Red Sun Co., Ltd. specializes in the research, development, manufacturing, and distribution of agrochemicals and fine chemicals. The company maintains a vertically integrated industrial chain that encompasses the production of basic chemical raw materials, intermediates, and finished formulations. Its core product portfolio includes a diverse range of herbicides, insecticides, and fungicides, with a focus on high-efficiency solutions such as diquat and various pyridine-based chemicals. Red Sun emphasizes technological innovation and green manufacturing to support sustainable agricultural practices. By leveraging large-scale production capacities and advanced biochemical research, the company provides comprehensive crop protection solutions to a global customer base.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于持股5%以上股东减持股份触及1%整数倍的公告 | 2025-09-09 | Chinese | |
| 2025年半年度报告 | 2025-08-28 | Chinese | |
| 关于举办2025年半年度业绩说明会的公告 | 2025-08-28 | Chinese | |
| 2025年半年度财务报告 | 2025-08-28 | Chinese | |
| 半年报董事会决议公告 | 2025-08-28 | Chinese | |
| 2025年半年度报告摘要 | 2025-08-28 | Chinese |
Browse filings by year
28 years- 2026 55 filings
- 2025 141 filings
- 2024 203 filings
- 2023 135 filings
- 2022 163 filings
- 2021 148 filings
- 2020 165 filings
- 2019 125 filings
- 2018 110 filings
- 2017 64 filings
- 2016 85 filings
- 2015 88 filings
- 2014 85 filings
- 2013 58 filings
- 2012 94 filings
- 2011 59 filings
- 2010 51 filings
- 2009 71 filings
- 2008 58 filings
- 2007 55 filings
- 2006 67 filings
- 2005 26 filings
- 2004 33 filings
- 2003 41 filings
- 2002 35 filings
- 2001 3 filings
- 1998 1 filing
- 1994 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 42160256 | 关于持股5%以上股东减持股份触及1%整数倍的公告 | 2025-09-09 | Chinese | ||
| 42160225 | 2025年半年度报告 | 2025-08-28 | Chinese | ||
| 42160218 | 关于举办2025年半年度业绩说明会的公告 | 2025-08-28 | Chinese | ||
| 42160188 | 2025年半年度财务报告 | 2025-08-28 | Chinese | ||
| 42160181 | 半年报董事会决议公告 | 2025-08-28 | Chinese | ||
| 42160176 | 2025年半年度报告摘要 | 2025-08-28 | Chinese | ||
| 42160171 | 董事会审计委员会关于第十届董事会第五次会议相关事项的审核意见 | 2025-08-28 | Chinese | ||
| 42160153 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-28 | Chinese | ||
| 42160138 | 半年报监事会决议公告 | 2025-08-28 | Chinese | ||
| 42160117 | 关于召开公司2025年第二次临时股东大会的通知 | 2025-08-28 | Chinese | ||
| 42160095 | 半年报财务报表 | 2025-08-28 | Chinese | ||
| 42160075 | 独立董事2025年第二次专门会议决议 | 2025-08-28 | Chinese | ||
| 42160053 | 关于新增公司2025年度日常关联交易预计的公告 | 2025-08-28 | Chinese | ||
| 42160025 | 2025年半年度业绩预告 | 2025-07-14 | Chinese | ||
| 42160023 | 关于向部分债权人指定证券账户过户重整转增股票进展情况的公告 | 2025-06-25 | 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 |
NANJING RED SUN 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/53648/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53648 | 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=53648 | 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=53648 \ -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": 53648}, 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 NANJING RED SUN CO., LTD (id: 53648)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.