Haisco Pharmaceutical Group Co.,Ltd — Investor Relations & Filings
Haisco Pharmaceutical Group Co.,Ltd. focuses on the research, development, production, and commercialization of innovative drugs and high-end generic pharmaceuticals. The company maintains a specialized portfolio across therapeutic areas including anesthesia, parenteral nutrition, anti-infection, cardiovascular health, and endocrine disorders. Key products include advanced anesthetic agents and specialized nutritional injections designed for clinical use. Haisco prioritizes technological innovation through a dedicated R&D infrastructure, targeting the development of small molecule chemical drugs and complex delivery systems. Its operations emphasize high-standard manufacturing processes and the integration of clinical research to address complex medical requirements. The company aims to provide therapeutic solutions that enhance patient care through a commitment to scientific excellence and product quality.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于使用闲置自有资金进行委托理财的公告 | 2026-04-12 | Chinese | |
| 关于拟续聘会计师事务所的公告 | 2026-04-12 | Chinese | |
| 海思科医药集团股份有限公司2025年12月31日内部控制审计报告 | 2026-04-12 | Chinese | |
| 2025年度内部控制自我评价报告 | 2026-04-12 | Chinese | |
| 第五届董事会第三十七次会议决议公告 | 2026-04-12 | Chinese | |
| 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-12 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 36673124 | 关于使用闲置自有资金进行委托理财的公告 | 2026-04-12 | Chinese | ||
| 36673123 | 关于拟续聘会计师事务所的公告 | 2026-04-12 | Chinese | ||
| 36673119 | 海思科医药集团股份有限公司2025年12月31日内部控制审计报告 | 2026-04-12 | Chinese | ||
| 36673109 | 2025年度内部控制自我评价报告 | 2026-04-12 | Chinese | ||
| 36673107 | 第五届董事会第三十七次会议决议公告 | 2026-04-12 | Chinese | ||
| 36673106 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-12 | Chinese | ||
| 36673098 | 关于创新药HSK42360片纳入《儿童抗肿瘤药物研发鼓励试点计划(星光计划)》试点项目的公告 | 2026-04-08 | Chinese | ||
| 36673096 | 关于获得创新药HSK46256片新药申请受理通知书的公告 | 2026-04-08 | Chinese | ||
| 36673094 | 关于创新药HSK39004吸入粉雾剂纳入突破性治疗药物程序的公告 | 2026-04-07 | Chinese | ||
| 36673092 | 关于部分5%以上股东之一致行动人股份减持计划实施完成的公告 | 2026-04-06 | Chinese | ||
| 36673091 | 关于部分5%以上股东之一致行动人减持股份触及1%整数倍的公告 | 2026-03-19 | Chinese | ||
| 36673089 | 关于获得创新药HSK46575片新增适应症《药物临床试验批准通知书》的公告 | 2026-03-16 | Chinese | ||
| 36673087 | 关于获得创新药HSK55879片《药物临床试验批准通知书》的公告 | 2026-03-15 | Chinese | ||
| 36673083 | 关于获得创新药HSK44459乳膏两项适应症IND申请《受理通知书》的公告 | 2026-03-12 | Chinese | ||
| 36673081 | 关于创新药HSK31679片纳入突破性治疗药物程序的公告 | 2026-03-12 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of pharmaceuticals, medicinal chemical and botanical products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
89bio, Inc.
Clinical-stage biopharma developing therapies for liver and…
|
ETNB | US | Manufacturing |
|
Aardvark Therapeutics, Inc.
Clinical-stage biopharma developing therapeutics for hunger…
|
AARD | US | Manufacturing |
|
Aarey Drugs & Pharmaceuticals Ltd
Manufactures APIs and chemical intermediates for global pha…
|
AAREYDRUGS | IN | Manufacturing |
|
Aarti Drugs Limited
Produces APIs, pharma intermediates, and specialty chemical…
|
AARTIDRUGS | IN | Manufacturing |
|
Aarti Pharmalabs Limited
Manufacturer of APIs, intermediates, and xanthines with glo…
|
AARTIPHARM | IN | Manufacturing |
|
AAYUSH WELLNESS LIMITED
Develops and markets herbal formulations, supplements, and …
|
539528 | IN | Manufacturing |
|
Ab&B Bio-Tech CO., LTD. JS
Biopharmaceutical company engaged in the R&D and commercial…
|
2627 | HK | Manufacturing |
|
Abbisko Cayman Limited
Clinical-stage biopharma focused on discovering and develop…
|
2256 | KY | Manufacturing |
|
Abbott India Ltd.
Provides pharmaceutical solutions in gastroenterology, card…
|
ABBOTINDIA | IN | Manufacturing |
|
ABBOTT LABORATORIES
Global healthcare company in medical devices, diagnostics, …
|
ABT | US | Manufacturing |
Haisco Pharmaceutical Group 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/54674/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54674 | 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=54674 | 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=54674 \ -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": 54674}, 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 Haisco Pharmaceutical Group Co.,Ltd (id: 54674)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.