
Tianjin Chase Sun Pharmaceutical Co., Ltd. — Investor Relations & Filings
Tianjin Chase Sun Pharmaceutical Co., Ltd. specializes in the research, development, and commercialization of healthcare solutions, with a primary focus on modernized Traditional Chinese Medicine (TCM) and critical care therapeutics. The company’s core portfolio includes TCM formula granules, cardiovascular medications, and the proprietary Xuebijing Injection used in treating systemic inflammatory response syndrome. Beyond pharmaceuticals, the organization maintains a significant presence in the medical device sector, manufacturing diagnostic equipment such as pulse oximeters, nebulizers, and blood pressure monitors. Its operations encompass the entire value chain from active pharmaceutical ingredient (API) synthesis to finished dosage forms. By integrating advanced extraction technologies with clinical research, the company aims to provide standardized, evidence-based treatments for complex medical conditions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于完成补选公司第九届董事会独立董事的公告 | 2026-05-20 | Chinese | |
| 2025年度股东会决议公告 | 2026-05-20 | Chinese | |
| 2025年度股东会法律意见书 | 2026-05-20 | Chinese | |
| 关于举行2025年度网上业绩说明会的公告 | 2026-05-08 | Chinese | |
| 关于召开2025年度股东会的提示性公告 | 2026-05-08 | Chinese | |
| 2025年年度报告 | 2026-04-20 | Chinese |
Browse filings by year
18 years- 2026 43 filings
- 2025 118 filings
- 2024 97 filings
- 2023 110 filings
- 2022 86 filings
- 2021 112 filings
- 2020 119 filings
- 2019 158 filings
- 2018 121 filings
- 2017 108 filings
- 2016 164 filings
- 2015 219 filings
- 2014 163 filings
- 2013 132 filings
- 2012 130 filings
- 2011 100 filings
- 2010 114 filings
- 2009 41 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46630636 | 关于完成补选公司第九届董事会独立董事的公告 | 2026-05-20 | Chinese | ||
| 46630633 | 2025年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 46630660 | 2025年度股东会法律意见书 | 2026-05-20 | Chinese | ||
| 44264691 | 关于举行2025年度网上业绩说明会的公告 | 2026-05-08 | Chinese | ||
| 44264678 | 关于召开2025年度股东会的提示性公告 | 2026-05-08 | Chinese | ||
| 35376063 | 2025年年度报告 | 2026-04-20 | Chinese | ||
| 35376060 | 2025年年度报告摘要 | 2026-04-20 | Chinese | ||
| 35376058 | 独立董事2025年度述职报告(龚涛) | 2026-04-20 | Chinese | ||
| 35376057 | 独立董事2025年度述职报告(李莉) | 2026-04-20 | Chinese | ||
| 35376052 | 关于补选公司第九届董事会独立董事的公告 | 2026-04-20 | Chinese | ||
| 35376049 | 独立董事候选人声明与承诺(刘晓纯) | 2026-04-20 | Chinese | ||
| 35376046 | 关于2026年度公司、子公司及孙公司向银行等金融机构申请综合授信额度的公告 | 2026-04-20 | Chinese | ||
| 35376044 | 2025年度报告披露提示性公告 | 2026-04-20 | Chinese | ||
| 35376043 | 董事会关于独立董事独立性自查情况的专项报告 | 2026-04-20 | Chinese | ||
| 35376039 | 西南证券股份有限公司关于天津红日药业股份有限公司2025年度募集资金存放和使用情况的核查意见 | 2026-04-20 | 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 |
Tianjin Chase Sun 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/55050/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55050 | 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=55050 | 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=55050 \ -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": 55050}, 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 Tianjin Chase Sun Pharmaceutical Co., Ltd. (id: 55050)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.