
ZHEJIANG DAYANG BIOTECH GROUP CO.,LTD. — Investor Relations & Filings
Zhejiang Dayang Biotech Group Co., Ltd. specializes in the research, development, and large-scale production of potassium salts and fine chemical products. The company is a leading global manufacturer of potassium carbonate and potassium bicarbonate, offering various grades including food, pharmaceutical, and industrial specifications. Its product portfolio extends to pharmaceutical intermediates, such as 2-chloro-6-fluorobenzaldehyde, and specialized feed additives. These products serve diverse applications in glass manufacturing, food processing, agriculture, and the pharmaceutical industry. The company emphasizes technological innovation and quality control to maintain high-purity standards across its manufacturing processes, supporting a global supply chain for essential chemical raw materials.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于实际控制人的一致行动人减持股份的预披露公告 | 2026-05-19 | Chinese | |
| 浙江大洋生物科技集团股份有限公司2025年年度股东会决议公告 | 2026-05-18 | Chinese | |
| 上海市锦天城律师事务所关于浙江大洋生物科技集团股份有限公司2025年年度股东会的法律意见书 | 2026-05-18 | Chinese | |
| 浙江大洋生物科技集团股份有限公司2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-27 | Chinese | |
| 2025年年度报告摘要 | 2026-04-27 | Chinese | |
| 关于召开2025年年度股东会的通知 | 2026-04-27 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46566101 | 关于实际控制人的一致行动人减持股份的预披露公告 | 2026-05-19 | Chinese | ||
| 46513388 | 浙江大洋生物科技集团股份有限公司2025年年度股东会决议公告 | 2026-05-18 | Chinese | ||
| 46512612 | 上海市锦天城律师事务所关于浙江大洋生物科技集团股份有限公司2025年年度股东会的法律意见书 | 2026-05-18 | Chinese | ||
| 40016173 | 浙江大洋生物科技集团股份有限公司2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-27 | Chinese | ||
| 40016163 | 2025年年度报告摘要 | 2026-04-27 | Chinese | ||
| 40016156 | 关于召开2025年年度股东会的通知 | 2026-04-27 | Chinese | ||
| 40016141 | 浙江大洋生物科技集团股份有限公司董事会关于证券投资专项说明 | 2026-04-27 | Chinese | ||
| 40016130 | 浙江大洋生物科技集团股份有限公司董事会对独立董事独立性评估的专项意见 | 2026-04-27 | Chinese | ||
| 40016122 | 关于确认公司董事、高级管理人员2025年度薪酬情况及2026年度薪酬方案的公告 | 2026-04-27 | Chinese | ||
| 40016112 | 董事、高级管理人员薪酬管理制度 | 2026-04-27 | Chinese | ||
| 40016102 | 财通证券股份有限公司关于浙江大洋生物科技集团股份有限公司2025年度募集资金存放与使用情况的核查意见 | 2026-04-27 | Chinese | ||
| 40016077 | 2025年度募集资金存放、管理与使用情况的专项报告 | 2026-04-27 | Chinese | ||
| 40016071 | 关于公司与子公司向银行融资及公司为子公司提供担保的公告 | 2026-04-27 | Chinese | ||
| 40016049 | 2025年年度审计报告 | 2026-04-27 | Chinese | ||
| 40015705 | 关于拟续聘公司2026年度审计机构的公告 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic chemicals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
20 Microns Limited
Produces ultra-fine industrial minerals and specialty chemi…
|
20MICRONS | IN | Manufacturing |
|
5E Advanced Materials, Inc.
Develops boron and lithium resources for a domestic supply …
|
FEAM | US | Manufacturing |
|
Aarti Industries Ltd
Global producer of benzene-based specialty chemicals and ph…
|
AARTIIND | IN | Manufacturing |
|
Aarti Surfactants Limited
Produces surfactants and specialty chemicals for global FMC…
|
AARTISURF | IN | Manufacturing |
|
ABA CHEMICALS CORPORATION
CDMO for advanced intermediates and active ingredients for …
|
300261 | CN | Manufacturing |
|
AB Igrene
Converts natural methane into hydrogen and solid carbon usi…
|
ABI | SE | Manufacturing |
|
ADVANCED ENERGY MINERALS LTD
Produces ultra-high purity alumina for batteries, LEDs and …
|
AEM | AU | Manufacturing |
|
Advanced Graphene Products Spolka Akcyjna
Manufacturer of large-area and flake graphene materials and…
|
GPH | PL | Manufacturing |
|
ADVANCE ZINCTEK LIMITED
Produces zinc and aluminum oxide powders for sunscreens, sk…
|
ANO | AU | Manufacturing |
|
AdvanSix Inc.
A diversified chemistry company producing essential materia…
|
ASIX | US | Manufacturing |
ZHEJIANG DAYANG BIOTECH 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/55002/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55002 | 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=55002 | 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=55002 \ -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": 55002}, 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 DAYANG BIOTECH GROUP CO.,LTD. (id: 55002)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.