%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 |
|---|---|---|---|
|
AVADEL PHARMACEUTICALS PLC
Biopharmaceutical company developing therapies for sleep di…
|
AVDL | US | Manufacturing |
|
Avagenesis Corp.
Develops automated technology for isolating and enriching r…
|
VVA | CA | Manufacturing |
|
Avalon GloboCare Corp.
Develops cell-based immunotherapies and provides precision …
|
ALBT | US | Manufacturing |
|
AVECHO BIOTECHNOLOGY LIMITED
Develops human and animal health products using TPM® drug d…
|
AVE | AU | Manufacturing |
|
Avicanna Inc.
Commercial-stage international biopharma focused on evidenc…
|
AVCN | CA | Manufacturing |
|
Avidity Biosciences, Inc.
Develops a class of RNA therapeutics called Antibody Oligon…
|
RNA | US | Manufacturing |
|
Avivagen Inc.
Developed natural health products and feed additives; filed…
|
VIV | CA | Manufacturing |
|
Awakn Life Sciences Corp. (1169082 BC Ltd.)
Clinical-stage biotech developing novel therapeutics, inclu…
|
AWKN | CA | Manufacturing |
|
Axcan Pharma Inc.
Specialty pharmaceutical company focused on prescription th…
|
AXCA | CA | Manufacturing |
|
Axogen, Inc.
Develops and commercializes surgical solutions for peripher…
|
AXGN | US | 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.