%20BIOSCIENCE%20CO.%2C%20LTD./other/MABWELL_SHANGHAI_BIOSCIENCE_CO._LTD.-logo.png)
MABWELL (SHANGHAI) BIOSCIENCE CO., LTD. — Investor Relations & Filings
Mabwell (Shanghai) Bioscience Co., Ltd. is a biopharmaceutical enterprise focused on the discovery, development, and commercialization of therapeutic antibodies and innovative biologics. The company maintains an integrated R&D and manufacturing platform covering the full drug lifecycle, from target discovery and preclinical research to clinical development and commercial production. Its therapeutic pipeline addresses critical needs in oncology, autoimmune diseases, metabolic disorders, ophthalmology, and infectious diseases. Mabwell leverages proprietary technology platforms, including antibody-drug conjugates (ADCs), bispecific antibodies, and high-throughput screening, to develop a diverse portfolio of novel drug candidates and biosimilars. The organization is committed to delivering high-quality, accessible therapeutic solutions through its end-to-end biotechnological capabilities.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 迈威生物关于新增认定核心技术人员的公告 | 2026-05-29 | Chinese | |
| 迈威生物关于公司董事会换届选举的公告 | 2026-05-29 | Chinese | |
| 迈威生物独立董事提名人声明与承诺(秦正余) | 2026-05-29 | Chinese | |
| 迈威生物第二届董事会第三十三次会议决议公告 | 2026-05-29 | Chinese | |
| 董事、高级管理人员薪酬管理制度 | 2026-05-29 | Chinese | |
| 迈威生物关于召开2026年第三次临时股东会的通知 | 2026-05-29 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47897926 | 迈威生物关于新增认定核心技术人员的公告 | 2026-05-29 | Chinese | ||
| 47897903 | 迈威生物关于公司董事会换届选举的公告 | 2026-05-29 | Chinese | ||
| 47897902 | 迈威生物独立董事提名人声明与承诺(秦正余) | 2026-05-29 | Chinese | ||
| 47897693 | 迈威生物第二届董事会第三十三次会议决议公告 | 2026-05-29 | Chinese | ||
| 47897691 | 董事、高级管理人员薪酬管理制度 | 2026-05-29 | Chinese | ||
| 47897689 | 迈威生物关于召开2026年第三次临时股东会的通知 | 2026-05-29 | Chinese | ||
| 47897688 | 迈威生物独立董事提名人声明与承诺(李凡) | 2026-05-29 | Chinese | ||
| 47897686 | 迈威生物独立董事提名人声明与承诺(王芳) | 2026-05-29 | Chinese | ||
| 47897685 | 迈威生物独立董事提名人声明与承诺(周睿) | 2026-05-29 | Chinese | ||
| 47897682 | 迈威生物独立董事候选人声明与承诺(李凡) | 2026-05-29 | Chinese | ||
| 47897095 | 迈威生物独立董事候选人声明与承诺(秦正余) | 2026-05-29 | Chinese | ||
| 47897093 | 迈威生物独立董事候选人声明与承诺(周睿) | 2026-05-29 | Chinese | ||
| 47896858 | 迈威生物关于变更公司注册资本并修订《公司章程》的公告 | 2026-05-29 | Chinese | ||
| 46757206 | 迈威生物自愿披露关于9MW2821在2026年美国临床肿瘤学会(ASCO)以口头报告和壁报形式报告最新临床数据的公告 | 2026-05-21 | Chinese | ||
| 44579773 | 迈威生物2026年第一季度报告 | 2026-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of pharmaceuticals, medicinal chemical and botanical products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Biocon Ltd.
Develops biosimilars and novel biologics for diabetes, onco…
|
BIOCON | IN | Manufacturing |
|
BIOCRYST PHARMACEUTICALS INC
Develops novel medicines for patients with rare and serious…
|
BCRX | US | Manufacturing |
|
Biocure Technology Inc.
Develops and commercializes advanced biological medicines, …
|
CURE.X | CA | Manufacturing |
|
Biocytogen Pharmaceuticals (Beijing) Co., Ltd.
Develops novel antibody-based drugs and provides integrated…
|
2315 | HK | Manufacturing |
|
Biodexa Pharmaceuticals Plc
Clinical-stage biopharma developing treatments for rare dis…
|
BDRX | GB | Manufacturing |
|
BioDlink International Company Limited
Integrated biopharmaceutical CDMO specializing in ADC platf…
|
1875 | HK | Manufacturing |
|
BioEnvelop Technologies Corporation
Developed rapidly dissolving edible film strips for nutrace…
|
BIE | CA | Manufacturing |
|
Biofarm S.A.
A pharmaceutical company that manufactures and markets medi…
|
BIO | RO | Manufacturing |
|
BIO-FD&C CO.,LTD.
Develops active ingredients for cosmetics and pharma using …
|
251120 | KR | Manufacturing |
|
Biofil Chemicals & Pharmaceuticals
Produces pharmaceutical formulations, bulk drugs, and plast…
|
BIOFILCHEM | IN | Manufacturing |
MABWELL (SHANGHAI) BIOSCIENCE 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/58111/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58111 | 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=58111 | 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=58111 \ -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": 58111}, 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 MABWELL (SHANGHAI) BIOSCIENCE CO., LTD. (id: 58111)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.