%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年第二次临时股东会的法律意见书 | 2026-06-01 | Chinese | |
| 迈威生物2026年第三次临时股东会会议资料 | 2026-06-01 | Chinese | |
| 迈威生物2026年第二次临时股东会决议公告 | 2026-06-01 | Chinese | |
| 迈威生物关于新增认定核心技术人员的公告 | 2026-05-29 | Chinese | |
| 迈威生物关于公司董事会换届选举的公告 | 2026-05-29 | Chinese | |
| 迈威生物独立董事提名人声明与承诺(秦正余) | 2026-05-29 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47926709 | 北京植德(上海)律师事务所关于迈威(上海)生物科技股份有限公司2026年第二次临时股东会的法律意见书 | 2026-06-01 | Chinese | ||
| 47926229 | 迈威生物2026年第三次临时股东会会议资料 | 2026-06-01 | Chinese | ||
| 47926168 | 迈威生物2026年第二次临时股东会决议公告 | 2026-06-01 | Chinese | ||
| 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 | ||
Market data
Market data not available
Price history
Peer group · Manufacture of pharmaceuticals, medicinal chemical and botanical products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Daesung Microbiological Labs. Co. Ltd
Develops, manufactures, and distributes animal pharmaceutic…
|
036480 | KR | Manufacturing |
|
DAEWON PHARMACEUTICAL CO.,LTD
Develops and manufactures prescription drugs and finished p…
|
003220 | KR | Manufacturing |
|
DAEWOONG CO.,LTD
A holding company in the biotech and healthcare sectors dev…
|
003090 | KR | Manufacturing |
|
DAEWOONG PHARMA
Develops and manufactures drugs, biologics, and active phar…
|
069620 | KR | Manufacturing |
|
DAIICHI SANKYO COMPANY, LIMITED
A global healthcare company that researches and develops no…
|
4568 | JP | Manufacturing |
|
Daito Pharmaceutical Co., Ltd.
Integrated manufacturer of APIs and finished drugs for gene…
|
4577 | JP | Manufacturing |
|
Dare Bioscience, Inc.
A clinical-stage biopharmaceutical company advancing innova…
|
DARE | US | Manufacturing |
|
Darya-Varia Laboratoria Tbk
A pharmaceutical company manufacturing, trading, and distri…
|
DVLA | ID | Manufacturing |
|
Dawnrays Pharmaceutical (Holdings) Limited
Develops, manufactures, and sells non-patented cephalospori…
|
2348 | HK | Manufacturing |
|
Day One Biopharmaceuticals, Inc.
Commercial-stage company developing targeted cancer therapi…
|
DAWN | 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.