
SHAANXI KANGHUI PHARMACEUTICAL CO., LTD — Investor Relations & Filings
Shaanxi Kanghui Pharmaceutical Co., Ltd. specializes in the research, development, production, and distribution of a diverse range of pharmaceutical products. The company focuses on modernizing traditional Chinese medicine while also manufacturing chemical drugs and health-related products. Its therapeutic portfolio primarily addresses cardiovascular and cerebrovascular diseases, respiratory conditions, and gynecological health. By integrating advanced pharmaceutical technologies with traditional medicinal knowledge, the company provides treatment solutions across various dosage forms, including capsules, tablets, and granules. Its operations encompass the entire value chain from raw material sourcing and extraction to final product formulation and marketing, emphasizing quality control and innovation in drug delivery systems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 康惠股份关于持股5%以上股东部分股份解除质押及再质押的公告 | 2026-05-28 | Chinese | |
| 康惠股份2026年限制性股票激励计划(草案) | 2026-05-27 | Chinese | |
| 康惠股份董事会薪酬与考核委员会关于公司2026年限制性股票激励计划相关事项的核查意见 | 2026-05-27 | Chinese | |
| 康惠股份第六届董事会第十一次会议决议公告 | 2026-05-27 | Chinese | |
| 康惠股份2026年限制性股票激励计划授予激励对象名单 | 2026-05-27 | Chinese | |
| 康惠股份2026年限制性股票激励计划(草案)摘要公告 | 2026-05-27 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47869865 | 康惠股份关于持股5%以上股东部分股份解除质押及再质押的公告 | 2026-05-28 | Chinese | ||
| 47849427 | 康惠股份2026年限制性股票激励计划(草案) | 2026-05-27 | Chinese | ||
| 47849426 | 康惠股份董事会薪酬与考核委员会关于公司2026年限制性股票激励计划相关事项的核查意见 | 2026-05-27 | Chinese | ||
| 47849203 | 康惠股份第六届董事会第十一次会议决议公告 | 2026-05-27 | Chinese | ||
| 47848928 | 康惠股份2026年限制性股票激励计划授予激励对象名单 | 2026-05-27 | Chinese | ||
| 47848912 | 康惠股份2026年限制性股票激励计划(草案)摘要公告 | 2026-05-27 | Chinese | ||
| 46701834 | 康惠股份2025年年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 46701312 | 北京市金杜律师事务所上海分所关于陕西康惠制药股份有限公司2025年年度股东会之法律意见书 | 2026-05-20 | Chinese | ||
| 46364689 | 康惠股份关于为控股子公司提供补充担保的进展公告 | 2026-05-15 | Chinese | ||
| 45016834 | 康惠股份2025年年度股东会会议资料 | 2026-05-11 | Chinese | ||
| 45016832 | 康惠股份关于控股子公司陕西友帮收到法院预重整决定书的公告 | 2026-05-11 | Chinese | ||
| 44487008 | 康惠股份关于控股股东部分股份质押的公告 | 2026-05-08 | Chinese | ||
| 38157700 | 康惠股份2026年度向金融机构申请综合授信额度及接受关联方担保的公告 | 2026-04-23 | Chinese | ||
| 38157698 | 康惠股份关于计提信用减值损失及资产减值损失的公告 | 2026-04-23 | Chinese | ||
| 38157687 | 康惠股份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 |
SHAANXI KANGHUI 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/57459/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57459 | 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=57459 | 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=57459 \ -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": 57459}, 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 SHAANXI KANGHUI PHARMACEUTICAL CO., LTD (id: 57459)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.