
Zhejiang Tianyu Pharmaceutical Co., Ltd. — Investor Relations & Filings
Zhejiang Tianyu Pharmaceutical Co., Ltd. is a technology-driven enterprise specializing in the research, development, manufacturing, and marketing of active pharmaceutical ingredients (APIs) and pharmaceutical intermediates. The company focuses primarily on cardiovascular therapeutic areas, maintaining a leading global position in the production of Sartan series products, including Valsartan, Losartan, Irbesartan, and Olmesartan. Beyond hypertension treatments, its portfolio extends to anti-diabetic, anti-thrombotic, and anti-hyperlipidemic agents. Operating with high-standard manufacturing facilities, the company adheres to international quality management systems, holding certifications from major regulatory bodies such as the FDA and EDQM. It serves a global clientele, providing high-quality chemical synthesis and contract development and manufacturing organization (CDMO) services to the pharmaceutical industry.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度权益分派实施公告 | 2026-05-26 | Chinese | |
| 关于控股股东部分股份补充质押的公告 | 2026-05-20 | Chinese | |
| 关于变更部分募集资金用途暨新增募集资金投资项目的公告 | 2026-05-15 | Chinese | |
| 关于增加2026年度日常关联交易预计额度的公告 | 2026-05-15 | Chinese | |
| 2026年第一次职工代表大会决议公告 | 2026-05-15 | Chinese | |
| 关于召开2026年第二次临时股东会的通知 | 2026-05-15 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47077180 | 2025年年度权益分派实施公告 | 2026-05-26 | Chinese | ||
| 46701361 | 关于控股股东部分股份补充质押的公告 | 2026-05-20 | Chinese | ||
| 46365747 | 关于变更部分募集资金用途暨新增募集资金投资项目的公告 | 2026-05-15 | Chinese | ||
| 46365746 | 关于增加2026年度日常关联交易预计额度的公告 | 2026-05-15 | Chinese | ||
| 46365460 | 2026年第一次职工代表大会决议公告 | 2026-05-15 | Chinese | ||
| 46365457 | 关于召开2026年第二次临时股东会的通知 | 2026-05-15 | Chinese | ||
| 46365148 | 2025年年度股东会决议公告 | 2026-05-15 | Chinese | ||
| 46365145 | 中信建投证券股份有限公司关于浙江天宇药业股份有限公司变更部分募集资金用途暨新增募集资金投资项目的核查意见 | 2026-05-15 | Chinese | ||
| 46365007 | 浙江天册律师事务所关于浙江天宇药业股份有限公司2025年年度股东会法律意见书 | 2026-05-15 | Chinese | ||
| 46365006 | 第六届董事会第一次会议决议公告 | 2026-05-15 | Chinese | ||
| 44492383 | 关于参加浙江辖区上市公司2026年投资者网上集体接待日暨2025年度业绩说明会的公告 | 2026-05-08 | Chinese | ||
| 44265820 | 关于全资子公司原料药通过CDE审评的公告 | 2026-05-07 | Chinese | ||
| 37685283 | 独立董事自查报告-丁寒锋 | 2026-04-23 | Chinese | ||
| 37685280 | 2025年年度报告 | 2026-04-23 | Chinese | ||
| 37685277 | 中信建投证券股份有限公司关于浙江天宇药业股份有限公司2025年度募集资金存放、管理和使用情况的专项核查报告 | 2026-04-23 | 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 |
Zhejiang Tianyu 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/55681/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55681 | 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=55681 | 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=55681 \ -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": 55681}, 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 Zhejiang Tianyu Pharmaceutical Co., Ltd. (id: 55681)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.