%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 |
|---|---|---|---|
|
Beijing Kawin Technology Share-Holding Co., Ltd.
Biopharmaceutical firm specializing in viral infections, on…
|
688687 | CN | Manufacturing |
|
Beijing Konruns Pharmaceutical Co.,Ltd.
Develops and commercializes innovative surgical hemostasis …
|
603590 | CN | Manufacturing |
|
BEIJING LEADMAN BIOCHEMISTRY CO.,LTD.
Develops and manufactures in-vitro diagnostic reagents and …
|
300289 | CN | Manufacturing |
|
Beijing Luzhu Biotechnology Co., Ltd.
R&D and commercialization of innovative human vaccines and …
|
2480 | HK | Manufacturing |
|
Beijing Science Sun Pharmaceutical Co.,LTD.
Develops biochemical medicines for cardiovascular, immune, …
|
300485 | CN | Manufacturing |
|
Beijing SL Pharmaceutical Co., Ltd.
Develops and manufactures drugs for cardiovascular, oncolog…
|
002038 | CN | Manufacturing |
|
Beijing Strong Biotechnologies, Inc
Develops and manufactures IVD products, clinical chemistry …
|
300406 | CN | Manufacturing |
|
Beijing Tiantan Biological Products Corporation Limited
Researches and produces plasma-derived medicinal products a…
|
600161 | CN | Manufacturing |
|
Beijing Tong Ren Tang Chinese Medicine Company Limited
A manufacturer and retailer of traditional Chinese medicine…
|
3613 | HK | Manufacturing |
|
BEIJING TONG REN TANG CO., LTD
Researches, manufactures, and distributes Traditional Chine…
|
600085 | CN | 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.