Jinyu Bio-Technology Co.,Ltd. — Investor Relations & Filings
About Jinyu Bio-Technology Co.,Ltd.
Jinyu Bio-Technology Co., Ltd. focuses on the research, development, and manufacturing of veterinary biological products and pharmaceuticals. The company is a prominent supplier of animal vaccines, particularly specializing in Foot-and-Mouth Disease (FMD) vaccines, brucellosis vaccines, and solutions for swine and poultry diseases. It utilizes advanced biotechnology platforms, including large-scale suspension culture and high-efficiency purification processes, to produce high-titer, high-purity biologicals. The organization operates sophisticated research facilities and Biosafety Level 3 (P3) laboratories to support the development of diagnostic reagents and preventive treatments. Its operations center on enhancing animal health through scientific innovation, providing comprehensive disease control strategies for the global livestock industry and large-scale agricultural operations.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 金宇生物技术股份有限公司总裁工作细则(2026年4月修订) | 2026-04-22 | Chinese | |
| 金宇生物技术股份有限公司董事会薪酬与考核委员会实施细则(2026年4月修订) | 2026-04-22 | Chinese | |
| 金宇生物技术股份有限公司关联交易管理办法(2026年4月修订) | 2026-04-22 | Chinese | |
| 生物股份关于使用闲置自有资金进行现金管理的公告 | 2026-04-22 | Chinese | |
| 金宇生物技术股份有限公司对外担保制度(2026年4月修订) | 2026-04-22 | Chinese | |
| 生物股份第十二届董事会第五次会议决议公告 | 2026-04-22 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40526941 | 金宇生物技术股份有限公司总裁工作细则(2026年4月修订) | 2026-04-22 | Chinese | ||
| 40526932 | 金宇生物技术股份有限公司董事会薪酬与考核委员会实施细则(2026年4月修订) | 2026-04-22 | Chinese | ||
| 40526927 | 金宇生物技术股份有限公司关联交易管理办法(2026年4月修订) | 2026-04-22 | Chinese | ||
| 40526925 | 生物股份关于使用闲置自有资金进行现金管理的公告 | 2026-04-22 | Chinese | ||
| 40526922 | 金宇生物技术股份有限公司对外担保制度(2026年4月修订) | 2026-04-22 | Chinese | ||
| 40526919 | 生物股份第十二届董事会第五次会议决议公告 | 2026-04-22 | Chinese | ||
| 40526917 | 金宇生物技术股份有限公司2025年度独立董事述职报告(兰涛) | 2026-04-22 | Chinese | ||
| 40526913 | 金宇生物技术股份有限公司2026年第一季度报告 | 2026-04-22 | Chinese | ||
| 40526911 | 金宇生物技术股份有限公司章程(2026年4月修订) | 2026-04-22 | Chinese | ||
| 40526908 | 金宇生物技术股份有限公司2025年度独立董事述职报告(申嫦娥-已离任) | 2026-04-22 | Chinese | ||
| 40526896 | 金宇生物技术股份有限公司2025年度独立董事述职报告(范红结) | 2026-04-22 | Chinese | ||
| 40526883 | 金宇生物技术股份有限公司对会计师事务所2025年度履职情况的评估报告 | 2026-04-22 | Chinese | ||
| 40526880 | 生物股份2025年度利润分配预案公告 | 2026-04-22 | Chinese | ||
| 40526873 | 金宇生物技术股份有限公司2025年度可持续发展报告 | 2026-04-22 | Chinese | ||
| 40526661 | 金宇生物技术股份有限公司董事会审计委员会对会计师事务所2025年度履行监督职责情况报告 | 2026-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of pharmaceuticals, medicinal chemical and botanical products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AbbVie Inc.
A research-based biopharmaceutical company developing and m…
|
ABBV | US | Manufacturing |
|
AbCellera Biologics Inc.
Discovers and develops antibody-based therapeutics using a …
|
ABCL | CA | Manufacturing |
|
AbClon Inc.
Develops antibody-based therapeutics using CAR-T, NEST, and…
|
174900 | KR | Manufacturing |
|
ABEONA THERAPEUTICS INC.
A clinical-stage biopharma developing cell and gene therapi…
|
ABEO | US | Manufacturing |
|
ABINGDON HEALTH PLC
A CDMO specializing in lateral flow assays, offering develo…
|
ABDX | GB | Manufacturing |
|
ABIONYX Pharma
Develops biotherapies and drug delivery vectors using apoli…
|
ABNX | FR | Manufacturing |
|
ABIVAX
Clinical-stage biotech developing therapeutics for chronic …
|
ABVX | FR | Manufacturing |
|
Abivax S.A.
Clinical-stage biotech developing miRNA therapeutics for in…
|
ABVX | US | Manufacturing |
|
ABL Diagnostics
Develops molecular diagnostic solutions for managing infect…
|
ABLD | FR | Manufacturing |
|
Abliva
Biopharmaceutical company developing medicines for primary …
|
ABLI | SE | Manufacturing |
Jinyu Bio-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/56561/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56561 | 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=56561 | 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=56561 \ -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": 56561}, 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 Jinyu Bio-Technology Co.,Ltd. (id: 56561)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.