
Berry Genomics Co.,Ltd — Investor Relations & Filings
Berry Genomics Co.,Ltd. is a biotechnology enterprise specializing in clinical genomics and genetic testing services. The company focuses on the research, development, and commercialization of genomic technologies for clinical applications. Its core portfolio includes non-invasive prenatal testing (NIPT), utilizing high-throughput sequencing to screen for chromosomal abnormalities. Beyond reproductive health, the company provides genomic solutions for oncology diagnostics, including early cancer screening and companion diagnostics, as well as testing for hereditary diseases. Berry Genomics leverages advanced sequencing platforms and proprietary bioinformatics pipelines to deliver precision medicine tools to healthcare providers and research institutions. The company is recognized for its role in the clinical application of Next-Generation Sequencing (NGS) and its extensive genomic databases used to enhance diagnostic accuracy and therapeutic outcomes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第九届监事会第十七次会议决议公告 | 2023-07-18 | Chinese | |
| 董事会审计委员会工作细则 | 2023-07-18 | Chinese | |
| 投资者关系管理制度 | 2023-07-18 | Chinese | |
| 独立董事关于第九届董事会第二十七次会议相关事项的独立意见 | 2023-07-18 | Chinese | |
| 董事会薪酬与考核委员会工作细则 | 2023-07-18 | Chinese | |
| 重大信息内部报告制度 | 2023-07-18 | Chinese |
Browse filings by year
27 years- 2026 23 filings
- 2025 83 filings
- 2024 89 filings
- 2023 127 filings
- 2022 106 filings
- 2021 125 filings
- 2020 162 filings
- 2019 112 filings
- 2018 131 filings
- 2017 154 filings
- 2016 161 filings
- 2015 76 filings
- 2014 146 filings
- 2013 52 filings
- 2012 68 filings
- 2011 33 filings
- 2010 44 filings
- 2009 45 filings
- 2008 34 filings
- 2007 52 filings
- 2006 59 filings
- 2005 39 filings
- 2004 18 filings
- 2003 34 filings
- 2002 29 filings
- 2001 5 filings
- 1997 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 43270507 | 第九届监事会第十七次会议决议公告 | 2023-07-18 | Chinese | ||
| 43270484 | 董事会审计委员会工作细则 | 2023-07-18 | Chinese | ||
| 43270453 | 投资者关系管理制度 | 2023-07-18 | Chinese | ||
| 43270416 | 独立董事关于第九届董事会第二十七次会议相关事项的独立意见 | 2023-07-18 | Chinese | ||
| 43270389 | 董事会薪酬与考核委员会工作细则 | 2023-07-18 | Chinese | ||
| 43270359 | 重大信息内部报告制度 | 2023-07-18 | Chinese | ||
| 43270330 | 控股子公司管理办法 | 2023-07-18 | Chinese | ||
| 43270125 | 董事会秘书工作制度 | 2023-07-18 | Chinese | ||
| 43270092 | 章程修订对照表 | 2023-07-18 | Chinese | ||
| 43270051 | 内幕信息知情人管理制度 | 2023-07-18 | Chinese | ||
| 43270004 | 内部控制制度 | 2023-07-18 | Chinese | ||
| 43269958 | 独立董事提名人声明-胡诗阳 | 2023-07-18 | Chinese | ||
| 43269929 | 内部审计制度 | 2023-07-18 | Chinese | ||
| 43269877 | 董事、监事、高级管理人员所持本公司股份及其变动管理制度 | 2023-07-18 | Chinese | ||
| 43269843 | 董事会提名委员会工作细则 | 2023-07-18 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Research and experimental development on natural sciences and engineering
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1NKEMIA
Biotechnology company providing R&D and services for the li…
|
IKM | ES | Professional, scientific and te… |
|
2cureX AB
Develops an IVD test using 3D tumoroids to predict patient …
|
2CUREX | SE | Professional, scientific and te… |
|
Abattis Bioceuticals Corp.
Life sciences company aggregating and investing in cannabis…
|
ATTBF | CA | Professional, scientific and te… |
|
Abera Bioscience AB
Develops mucosal vaccines using a proprietary Outer Membran…
|
ABERA | SE | Professional, scientific and te… |
|
ABION Inc.
Clinical-stage biopharma developing therapeutics for oncolo…
|
203400 | KR | Professional, scientific and te… |
|
ABL Bio Inc.
Develops bispecific antibody therapeutics for oncology and …
|
298380 | KR | Professional, scientific and te… |
|
Abnova
Global leader in high-throughput production of antibodies a…
|
4133 | TW | Professional, scientific and te… |
|
Abpro Holdings, Inc.
Clinical-stage biotech developing antibody therapeutics for…
|
ABP | US | Professional, scientific and te… |
|
Absci Corp
A generative AI drug creation company developing biologic m…
|
ABSI | US | Professional, scientific and te… |
|
Achiko AG
A digital services platform for cross-border business compl…
|
ACHI | CH | Professional, scientific and te… |
Berry Genomics 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/53769/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53769 | 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=53769 | 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=53769 \ -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": 53769}, 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 Berry Genomics Co.,Ltd (id: 53769)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.