
ZJAMP Group Co., Ltd. — Investor Relations & Filings
ZJAMP Group Co., Ltd. specializes in the comprehensive distribution and supply chain management of agricultural production materials. The company’s core operations encompass the procurement, storage, and sale of essential inputs, including chemical fertilizers such as urea, potash, and compound fertilizers, as well as pesticides, seeds, and agricultural machinery. Beyond product distribution, the organization provides integrated technical services, modern logistics solutions, and agricultural consultancy to enhance crop yields and farming efficiency. By leveraging an extensive network of distribution centers and service stations, the group facilitates the stable supply of high-quality agricultural resources. Its business model focuses on bridging the gap between manufacturers and end-users through efficient resource allocation and value-added services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 北京大成(杭州)律师事务所关于公司2023年年度股东大会法律意见书 | 2024-05-16 | Chinese | |
| 关于公司下属控股企业成为郑州商品交易所尿素指定交割厂库的公告 | 2024-05-15 | Chinese | |
| 关于参加浙江辖区上市公司2024年投资者网上集体接待日活动暨举办2023年度业绩说明会的公告 | 2024-05-08 | Chinese | |
| 关于2021年限制性股票激励计划第二个解除限售期解除限售股份上市流通的提示性公告 | 2024-05-08 | Chinese | |
| 海通证券股份有限公司关于公司发行股份购买资产暨关联交易之2023年度持续督导意见暨持续督导总结报告 | 2024-05-08 | Chinese | |
| 监事会决议公告 | 2024-04-26 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 37147353 | 北京大成(杭州)律师事务所关于公司2023年年度股东大会法律意见书 | 2024-05-16 | Chinese | ||
| 37147341 | 关于公司下属控股企业成为郑州商品交易所尿素指定交割厂库的公告 | 2024-05-15 | Chinese | ||
| 37147335 | 关于参加浙江辖区上市公司2024年投资者网上集体接待日活动暨举办2023年度业绩说明会的公告 | 2024-05-08 | Chinese | ||
| 37147324 | 关于2021年限制性股票激励计划第二个解除限售期解除限售股份上市流通的提示性公告 | 2024-05-08 | Chinese | ||
| 37147315 | 海通证券股份有限公司关于公司发行股份购买资产暨关联交易之2023年度持续督导意见暨持续督导总结报告 | 2024-05-08 | Chinese | ||
| 37147303 | 监事会决议公告 | 2024-04-26 | Chinese | ||
| 37147292 | 董事会决议公告 | 2024-04-26 | Chinese | ||
| 37147281 | 2024年一季度报告 | 2024-04-26 | Chinese | ||
| 37147272 | 2023年年度报告 | 2024-04-25 | Chinese | ||
| 37147036 | 内部控制自我评价报告 | 2024-04-25 | Chinese | ||
| 37147022 | 审计委员会对会计师事务所2023年度履行监督职责情况的报告 | 2024-04-25 | Chinese | ||
| 37147009 | 2023年度监事会工作报告 | 2024-04-25 | Chinese | ||
| 37146992 | 内部审计制度 | 2024-04-25 | Chinese | ||
| 37146974 | 北京金杜(杭州)律师事务所关于公司2021年限制性股票激励计划第二个解除限售期解除限售事项的法律意见书 | 2024-04-25 | Chinese | ||
| 37146952 | 年度股东大会通知 | 2024-04-25 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wholesale of agricultural machinery, equipment and supplies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AGRICOLA NOROESTE S R L
Sells new & used agricultural machinery, spare parts, and p…
|
— | AR | Wholesale and retail trade |
|
AGROCOMERCIAL SUARDI SRL
Specializes in high-performance agricultural inputs, servic…
|
— | AR | Wholesale and retail trade |
|
Agromep Spolka Akcyjna
Distributor of agricultural machinery, equipment, and spare…
|
AGP | PL | Wholesale and retail trade |
|
AGRONORTE SRL
Official John Deere dealer specializing in agricultural and…
|
— | AR | Wholesale and retail trade |
|
CHAYE HNOS SRL
Official John Deere dealership with 20+ years in sales, ser…
|
— | AR | Wholesale and retail trade |
|
DEMAGRO SRL.
Authorized dealer selling new/used agricultural machinery, …
|
— | AR | Wholesale and retail trade |
|
Ekotechnika AG
Dealer of international agricultural machinery, offering sa…
|
ETE | DE | Wholesale and retail trade |
|
Gifore Agricultural Science & Technology Service Co., Ltd.
Distributes and services agricultural machinery with techni…
|
300022 | CN | Wholesale and retail trade |
|
GrowGeneration Corp.
A retail supplier of hydroponic and organic gardening produ…
|
GRWG | US | Wholesale and retail trade |
|
HYDROFARM HOLDINGS GROUP, INC.
Manufacturer and distributor of equipment and supplies for …
|
HYFM | US | Wholesale and retail trade |
ZJAMP Group 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/54768/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54768 | 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=54768 | 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=54768 \ -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": 54768}, 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 ZJAMP Group Co., Ltd. (id: 54768)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.