SICHUAN HEBANG BIOTECHNOLOGY CO.,LTD. — Investor Relations & Filings
About SICHUAN HEBANG BIOTECHNOLOGY CO.,LTD.
Sichuan Hebang Biotechnology Co., Ltd. specializes in the manufacturing and distribution of chemical products, agrochemicals, and advanced materials. The company leverages extensive salt and phosphate mineral resources to produce a diverse portfolio, including soda ash and ammonium chloride for industrial and agricultural applications. A significant portion of its operations is dedicated to the production of glyphosate, a broad-spectrum herbicide, and methionine, an essential amino acid for animal nutrition. Additionally, the company has expanded into the new energy sector, producing high-performance glass products such as float glass and photovoltaic glass. By integrating resource extraction with downstream chemical processing, the company maintains a vertically integrated supply chain, serving global markets in the chemical, agricultural, and renewable energy sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 首创证券股份有限公司关于和邦生物2024年度向不特定对象发行可转债之保荐总结报告书 | 2026-04-20 | Chinese | |
| 首创证券股份有限公司关于和邦生物2025年度持续督导工作现场检查报告 | 2026-04-20 | Chinese | |
| 和邦生物独立董事胡杨2025年度述职报告 | 2026-04-20 | Chinese | |
| 首创证券股份有限公司关于和邦生物向不特定对象发行可转债之2025年度持续督导年度报告书 | 2026-04-20 | Chinese | |
| 和邦生物日常关联交易公告 | 2026-04-20 | Chinese | |
| 和邦生物2026年一季度主要经营数据公告 | 2026-04-20 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 37084050 | 首创证券股份有限公司关于和邦生物2024年度向不特定对象发行可转债之保荐总结报告书 | 2026-04-20 | Chinese | ||
| 37084031 | 首创证券股份有限公司关于和邦生物2025年度持续督导工作现场检查报告 | 2026-04-20 | Chinese | ||
| 37084023 | 和邦生物独立董事胡杨2025年度述职报告 | 2026-04-20 | Chinese | ||
| 37084014 | 首创证券股份有限公司关于和邦生物向不特定对象发行可转债之2025年度持续督导年度报告书 | 2026-04-20 | Chinese | ||
| 37084007 | 和邦生物日常关联交易公告 | 2026-04-20 | Chinese | ||
| 37084005 | 和邦生物2026年一季度主要经营数据公告 | 2026-04-20 | Chinese | ||
| 37083996 | 四川和邦生物科技股份有限公司董事、高级管理人员离职管理制度 | 2026-04-20 | Chinese | ||
| 37083989 | 四川和邦生物科技股份有限公司董事、高级管理人员薪酬管理制度 | 2026-04-20 | Chinese | ||
| 37083982 | 和邦生物关于公司2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-20 | Chinese | ||
| 37083976 | 独立董事候选人声明与承诺(章模英) | 2026-04-20 | Chinese | ||
| 37083968 | 和邦生物关于2025年度拟不进行利润分配的公告 | 2026-04-20 | Chinese | ||
| 37083967 | 首创证券股份有限公司关于和邦生物2025年度募集资金存放与使用专项核查报告 | 2026-04-20 | Chinese | ||
| 37083956 | 独立董事提名人声明与承诺(章模英、赵勇、宋英) | 2026-04-20 | Chinese | ||
| 37083951 | 和邦生物独立董事袁长华2025年度述职报告 | 2026-04-20 | Chinese | ||
| 37083944 | 独立董事候选人声明与承诺(赵勇) | 2026-04-20 | 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 |
SICHUAN HEBANG BIOTECHNOLOGY 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/57403/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57403 | 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=57403 | 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=57403 \ -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": 57403}, 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 SICHUAN HEBANG BIOTECHNOLOGY CO.,LTD. (id: 57403)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.