
YONFER Agricultural Technology Co., Ltd — Investor Relations & Filings
YONFER Agricultural Technology Co., Ltd. specializes in the research, development, production, and distribution of high-concentration phosphate and compound fertilizers. The company’s product portfolio includes monoammonium phosphate (MAP), diammonium phosphate (DAP), and various NPK compound fertilizers tailored for diverse crop requirements. It emphasizes technological innovation in plant nutrition, offering specialized solutions such as water-soluble and controlled-release fertilizers. By integrating upstream phosphate resource extraction with downstream agricultural services, the company provides comprehensive soil testing and fertilization guidance to optimize crop yields. Its operations focus on enhancing agricultural productivity through sustainable nutrient management and modern farming techniques, serving both large-scale commercial farms and individual growers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 内部控制自我评价报告 | 2023-04-17 | Chinese | |
| 关于公司市场总监辞职的公告 | 2023-04-17 | Chinese | |
| 监事会关于2022年度内部控制评价报告的审核意见 | 2023-04-17 | Chinese | |
| 监事会决议公告 | 2023-04-17 | Chinese | |
| 独立董事关于第八届董事会第二十五次会议相关事项的独立意见 | 2023-04-17 | Chinese | |
| 年度股东大会通知 | 2023-04-17 | Chinese |
Browse filings by year
27 years- 2026 44 filings
- 2025 118 filings
- 2024 88 filings
- 2023 119 filings
- 2022 136 filings
- 2021 168 filings
- 2020 137 filings
- 2019 98 filings
- 2018 87 filings
- 2017 135 filings
- 2016 121 filings
- 2015 139 filings
- 2014 151 filings
- 2013 131 filings
- 2012 75 filings
- 2011 120 filings
- 2010 116 filings
- 2009 70 filings
- 2008 113 filings
- 2007 67 filings
- 2006 63 filings
- 2005 43 filings
- 2004 33 filings
- 2003 34 filings
- 2002 22 filings
- 2001 3 filings
- 1999 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 44132622 | 内部控制自我评价报告 | 2023-04-17 | Chinese | ||
| 44132605 | 关于公司市场总监辞职的公告 | 2023-04-17 | Chinese | ||
| 44132593 | 监事会关于2022年度内部控制评价报告的审核意见 | 2023-04-17 | Chinese | ||
| 44132579 | 监事会决议公告 | 2023-04-17 | Chinese | ||
| 44132510 | 独立董事关于第八届董事会第二十五次会议相关事项的独立意见 | 2023-04-17 | Chinese | ||
| 44132497 | 年度股东大会通知 | 2023-04-17 | Chinese | ||
| 44132482 | 董事会决议公告 | 2023-04-17 | Chinese | ||
| 44132462 | 关于出售子公司股权、转让合伙企业权益暨关联交易的公告 | 2023-04-17 | Chinese | ||
| 44132442 | 2022年年度审计报告 | 2023-04-17 | Chinese | ||
| 44131425 | 独立董事关于第八届董事会第二十五次会议相关事项的事前认可意见 | 2023-04-17 | Chinese | ||
| 44131415 | 独立董事年度述职报告 | 2023-04-17 | Chinese | ||
| 44131402 | 关于变更会计政策的公告 | 2023-04-17 | Chinese | ||
| 44131391 | 年度关联方资金占用专项审计报告 | 2023-04-17 | Chinese | ||
| 44131330 | 深圳新洋丰道格现代农业投资合伙企业(有限合伙)的合伙权益价值资产评估报告 | 2023-04-17 | Chinese | ||
| 44131235 | 监事会关于2022年年度报告的审核意见 | 2023-04-17 | 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 |
YONFER Agricultural Technology 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/53887/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53887 | 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=53887 | 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=53887 \ -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": 53887}, 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 YONFER Agricultural Technology Co., Ltd (id: 53887)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.