
Shanghai Yizhong Pharmaceutical Co., Ltd. — Investor Relations & Filings
Shanghai Yizhong Pharmaceutical Co., Ltd. is a biopharmaceutical enterprise specializing in the research, development, and commercialization of innovative drug delivery systems. The company focuses on the application of nanotechnology to improve the efficacy and safety of anti-tumor medications. Its core technological platform centers on polymer micelle drug delivery, which enhances the solubility and targeted delivery of hydrophobic drugs. The company's flagship product is Paclitaxel for Injection (Polymeric Micelles), a novel formulation indicated for the treatment of non-small cell lung cancer. This product utilizes a unique block copolymer to encapsulate paclitaxel, aiming to reduce systemic toxicity and eliminate the need for premedication typically required with conventional formulations. Shanghai Yizhong continues to advance its pipeline by applying its proprietary micelle technology to other oncology therapeutics.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 上海谊众药业股份有限公司关于在研创新药YXC-001临床试验申请获得受理的自愿性披露公告 | 2026-05-27 | Chinese | |
| 上海谊众药业股份有限公司关于选举职工董事的公告 | 2026-05-27 | Chinese | |
| 上海谊众_2025年年度股东会资料 | 2026-05-27 | Chinese | |
| 独立董事提名人声明与承诺 | 2026-05-20 | Chinese | |
| 上海谊众药业股份有限公司关于召开2025年年度股东会的通知 | 2026-05-20 | Chinese | |
| 上海谊众药业股份有限公司第二届董事会第十六次会议决议公告 | 2026-05-20 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47849396 | 上海谊众药业股份有限公司关于在研创新药YXC-001临床试验申请获得受理的自愿性披露公告 | 2026-05-27 | Chinese | ||
| 47849237 | 上海谊众药业股份有限公司关于选举职工董事的公告 | 2026-05-27 | Chinese | ||
| 47848989 | 上海谊众_2025年年度股东会资料 | 2026-05-27 | Chinese | ||
| 46703163 | 独立董事提名人声明与承诺 | 2026-05-20 | Chinese | ||
| 46703160 | 上海谊众药业股份有限公司关于召开2025年年度股东会的通知 | 2026-05-20 | Chinese | ||
| 46702026 | 上海谊众药业股份有限公司第二届董事会第十六次会议决议公告 | 2026-05-20 | Chinese | ||
| 46702018 | 上海谊众药业股份有限公司关于董事会换届选举的公告 | 2026-05-20 | Chinese | ||
| 46702015 | 独立董事候选人声明与承诺 | 2026-05-20 | Chinese | ||
| 46700936 | 上海谊众药业股份有限公司董事会提名委员会关于公司董事会换届选举的审查意见 | 2026-05-20 | Chinese | ||
| 44557532 | 会计师事务所2025年履职情况的评估报告 | 2026-04-27 | Chinese | ||
| 44557530 | 上海谊众药业股份有限公司关于董事会延期换届及部分独立董事任期届满辞职的提示性公告 | 2026-04-27 | Chinese | ||
| 44557521 | 董事会对独立董事独立性自查的专项报告 | 2026-04-27 | Chinese | ||
| 44557512 | 上海谊众内部控制评价报告2025 | 2026-04-27 | Chinese | ||
| 44557506 | 上海谊众药业股份有限公司及全资子公司关于使用闲置自有资金进行现金管理的公告 | 2026-04-27 | Chinese | ||
| 44557500 | 上海谊众药业股份有限公司董事、高级管理人员薪酬管理制度(2026年4月) | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of pharmaceuticals, medicinal chemical and botanical products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
13260917 Canada Inc.
Biotech developing oral small molecules to restore muscle s…
|
MSCL | CA | Manufacturing |
|
1608557 Ontario Inc.
Biopharmaceutical company dedicated to R&D, discovery, and …
|
OTROQ | CA | Manufacturing |
|
3B BlackBio Dx Limited
Develops molecular diagnostic kits for oncology, infectious…
|
3BBLACKBIO | IN | Manufacturing |
|
3D Medicines Inc.
Commercial-stage biopharma specializing in next-generation …
|
1244 | HK | Manufacturing |
|
3SBio Inc.
Biopharmaceutical enterprise specializing in R&D, productio…
|
1530 | KY | Manufacturing |
|
4BASEBIO PLC
Manufactures GMP-grade synthetic DNA for next-generation th…
|
4BB | GB | Manufacturing |
|
4D Molecular Therapeutics, Inc.
Develops genetic medicines using AAV vectors for ophthalmol…
|
FDMT | US | Manufacturing |
|
4Front Ventures Corp.
Vertically integrated cannabis operator managing cultivatio…
|
FFNT | CA | Manufacturing |
|
4SC AG
Biopharmaceutical company with no products under developmen…
|
VSC | DE | Manufacturing |
|
60 DEGREES PHARMACEUTICALS, INC.
Develops and commercializes medicines for infectious diseas…
|
SXTP | US | Manufacturing |
Shanghai Yizhong Pharmaceutical 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/58137/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58137 | 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=58137 | 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=58137 \ -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": 58137}, 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 Shanghai Yizhong Pharmaceutical Co., Ltd. (id: 58137)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.