SHENZHEN BATIAN ECOTYPIC ENGINEERING CO., LTD. — Investor Relations & Filings
Shenzhen Batian Ecotypic Engineering Co., Ltd. specializes in the research, development, production, and sale of high-efficiency ecological fertilizers. The company focuses on providing integrated solutions for crop nutrition and soil health. Its product portfolio includes compound fertilizers, controlled-release fertilizers, water-soluble fertilizers, and bio-organic fertilizers designed to enhance agricultural productivity and sustainability. Batian emphasizes technological innovation, utilizing advanced manufacturing processes to create specialized nutrient formulations tailored to various soil types and crop requirements. Beyond fertilizer manufacturing, the company engages in ecological engineering projects aimed at soil remediation and environmental protection. By integrating biotechnology with traditional agricultural inputs, Batian seeks to promote green agriculture and improve the efficiency of resource utilization.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中天国富证券有限公司关于深圳市芭田生态工程股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-14 | Chinese | |
| 2025年年度报告摘要 | 2026-04-14 | Chinese | |
| 关于使用闲置自有资金购买理财产品的公告 | 2026-04-14 | Chinese | |
| 关于2026年度董事、高级管理人员薪酬的公告 | 2026-04-14 | Chinese | |
| 2025年度财务决算报告 | 2026-04-14 | Chinese | |
| 中天国富证券有限公司关于深圳市芭田生态工程股份有限公司2025年度内部控制自我评价报告的核查意见 | 2026-04-14 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 35008378 | 中天国富证券有限公司关于深圳市芭田生态工程股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-14 | Chinese | ||
| 35008376 | 2025年年度报告摘要 | 2026-04-14 | Chinese | ||
| 35008373 | 关于使用闲置自有资金购买理财产品的公告 | 2026-04-14 | Chinese | ||
| 34943121 | 关于2026年度董事、高级管理人员薪酬的公告 | 2026-04-14 | Chinese | ||
| 34943114 | 2025年度财务决算报告 | 2026-04-14 | Chinese | ||
| 34943111 | 中天国富证券有限公司关于深圳市芭田生态工程股份有限公司2025年度内部控制自我评价报告的核查意见 | 2026-04-14 | Chinese | ||
| 34943101 | 第九届董事会第四次会议决议公告 | 2026-04-14 | Chinese | ||
| 34943091 | 2025年度募集资金存放、管理与使用情况鉴证报告 | 2026-04-14 | Chinese | ||
| 34908307 | 2025年度非经营性资金占用及其他关联资金往来情况的专项说明 | 2026-04-14 | Chinese | ||
| 34908304 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-14 | Chinese | ||
| 34908301 | 董事会对独立董事独立性评估的专项意见 | 2026-04-14 | Chinese | ||
| 34890571 | 关于2026年度公司拟向金融机构申请授信融资的公告 | 2026-04-14 | Chinese | ||
| 34890555 | 关于提请股东会授权董事会制定2026年度中期分红方案的公告 | 2026-04-14 | Chinese | ||
| 34890553 | 公司章程 | 2026-04-14 | Chinese | ||
| 34890494 | 关于召开2025年年度股东会的通知 | 2026-04-14 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of fertilizers and nitrogen compounds
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Acron
A vertically integrated producer of mineral fertilizers and…
|
AKRN | RU | 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 |
|
All Cosmos Bio-Tech Holding Corporation
Develops bio-chemical fertilizers and microbial solutions f…
|
4148 | TW | 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 |
|
Anya Polytech & Fertilizers Limited
Produces fertilizers and polymer packaging for agricultural…
|
ANYA | IN | Manufacturing |
|
Aries Agro Limited
Manufactures specialty nutritional products for plants and …
|
ARIES | IN | Manufacturing |
SHENZHEN BATIAN ECOTYPIC ENGINEERING 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/54224/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54224 | 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=54224 | 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=54224 \ -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": 54224}, 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 SHENZHEN BATIAN ECOTYPIC ENGINEERING CO., LTD. (id: 54224)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.