Zhejiang Huakang Pharmaceutical Co., Ltd. — Investor Relations & Filings
About Zhejiang Huakang Pharmaceutical Co., Ltd.
Zhejiang Huakang Pharmaceutical Co., Ltd. specializes in the research, development, and large-scale production of functional sugar alcohols. Its core product range includes xylitol, sorbitol, maltitol, erythritol, and xylose. These ingredients are primarily utilized as high-quality sugar substitutes and functional additives within the food, beverage, and personal care sectors. The company employs advanced hydrogenation and separation technologies to ensure high purity and consistency across its product lines. Huakang serves a global market, providing essential raw materials for the formulation of sugar-free and low-calorie consumer goods. The organization maintains a focus on technological innovation and quality management systems to meet international standards for safety and efficacy in ingredient manufacturing.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 华康股份关于公司2025年年度募集资金存放与实际使用情况的专项报告 | 2026-04-23 | Chinese | |
| 华康股份2025年度董事会审计委员会履职情况报告 | 2026-04-23 | Chinese | |
| 华康股份2025年度募集资金年度存放、管理与实际使用情况鉴证报告 | 2026-04-23 | Chinese | |
| 东方证券股份有限公司关于浙江华康药业股份有限公司2025年持续督导现场检查报告 | 2026-04-23 | Chinese | |
| 东方证券股份有限公司关于浙江华康药业股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-23 | Chinese | |
| 华康股份董事会关于独立董事独立性情况的专项意见 | 2026-04-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39188680 | 华康股份关于公司2025年年度募集资金存放与实际使用情况的专项报告 | 2026-04-23 | Chinese | ||
| 39188679 | 华康股份2025年度董事会审计委员会履职情况报告 | 2026-04-23 | Chinese | ||
| 39188675 | 华康股份2025年度募集资金年度存放、管理与实际使用情况鉴证报告 | 2026-04-23 | Chinese | ||
| 39188673 | 东方证券股份有限公司关于浙江华康药业股份有限公司2025年持续督导现场检查报告 | 2026-04-23 | Chinese | ||
| 39188669 | 东方证券股份有限公司关于浙江华康药业股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-23 | Chinese | ||
| 39188667 | 华康股份董事会关于独立董事独立性情况的专项意见 | 2026-04-23 | Chinese | ||
| 39188666 | 华康股份2025内部控制审计报告 | 2026-04-23 | Chinese | ||
| 39188625 | 华康股份关于公司2025年年度募集资金存放与实际使用情况的专项报告 | 2026-04-23 | Chinese | ||
| 39188617 | 独立董事提名人声明与承诺(李军) | 2026-04-23 | Chinese | ||
| 39188607 | 董事、高管薪酬管理制度 | 2026-04-23 | Chinese | ||
| 39188600 | 华康股份2025年度审计报告 | 2026-04-23 | Chinese | ||
| 39188492 | 华康股份2025年年度股东会通知 | 2026-04-23 | Chinese | ||
| 39188490 | 华康股份关于董事会换届选举的公告 | 2026-04-23 | Chinese | ||
| 39188487 | 华康股份第六届董事会第三十五次会议决议公告 | 2026-04-23 | Chinese | ||
| 39188476 | 东方证券股份有限公司关于浙江华康药业股份有限公司2025年持续督导年度报告书 | 2026-04-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of starches and starch products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Archer-Daniels-Midland Co
A global agricultural supply chain manager and processor of…
|
ADM | US | Manufacturing |
|
Asia Bio-Chem Group Corp.
Manufacturer and supplier of corn-based products and deriva…
|
ABC | CA | Manufacturing |
|
BAOLINGBAO BIOLOGY CO.,LTD.
Produces functional sugar products, prebiotics, and dietary…
|
002286 | CN | Manufacturing |
|
China Starch Holdings Limited
Manufacture and sale of corn-refined products, including co…
|
3838 | HK | Manufacturing |
|
Copam
Producer of starch and derivatives from corn for food and i…
|
CPA | PT | Manufacturing |
|
DAESANG HOLDINGS CO., LTD
A food and biotech holding company with food and industrial…
|
084690 | KR | Manufacturing |
|
Gayatri BioOrganics Ltd
Produces starch and derivatives for food, pharma, and indus…
|
524564 | IN | Manufacturing |
|
Global Corn Group Limited
A leading PRC producer of corn sweeteners and refined produ…
|
3889 | HK | Manufacturing |
|
Gujarat Ambuja Exports Ltd.
Agro-processor specializing in corn starch derivatives, soy…
|
GAEL | IN | Manufacturing |
|
Ingredion Inc
Transforms plant-based materials into value-added ingredien…
|
INGR | US | Manufacturing |
Zhejiang Huakang 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/57968/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57968 | 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=57968 | 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=57968 \ -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": 57968}, 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 Huakang Pharmaceutical Co., Ltd. (id: 57968)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.