Henan Jindan Lactic Acid Technology Co., Ltd — Investor Relations & Filings
Henan Jindan Lactic Acid Technology Co., Ltd. specializes in the research, development, production, and distribution of lactic acid and its derivatives. Utilizing corn as a primary raw material through advanced fermentation and purification processes, the company offers a comprehensive product portfolio including food-grade and technical-grade lactic acid, calcium lactate, sodium lactate, and ethyl lactate. Its products serve diverse applications across the food and beverage, pharmaceutical, cosmetic, and chemical sectors. A significant focus of the company is the production of polylactic acid (PLA), a biodegradable plastic, supporting global sustainability initiatives. As a major global supplier, the company emphasizes technological innovation in biotechnology to provide high-purity solutions for international markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于拟续聘2026年度会计师事务所的公告 | 2026-04-21 | Chinese | |
| 国金证券股份有限公司关于河南金丹乳酸科技股份有限公司2025年度持续督导跟踪报告 | 2026-04-21 | Chinese | |
| 2025年度独立董事述职报告(赵永德) | 2026-04-21 | Chinese | |
| 河南金丹乳酸科技股份有限公司内部控制审计报告 | 2026-04-21 | Chinese | |
| 河南金丹乳酸科技股份有限公司独立董事候选人声明与承诺-张复生 | 2026-04-21 | Chinese | |
| 河南金丹乳酸科技股份有限公司独立董事候选人声明与承诺-余龙 | 2026-04-21 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39793156 | 关于拟续聘2026年度会计师事务所的公告 | 2026-04-21 | Chinese | ||
| 39793145 | 国金证券股份有限公司关于河南金丹乳酸科技股份有限公司2025年度持续督导跟踪报告 | 2026-04-21 | Chinese | ||
| 39793129 | 2025年度独立董事述职报告(赵永德) | 2026-04-21 | Chinese | ||
| 39793123 | 河南金丹乳酸科技股份有限公司内部控制审计报告 | 2026-04-21 | Chinese | ||
| 39793119 | 河南金丹乳酸科技股份有限公司独立董事候选人声明与承诺-张复生 | 2026-04-21 | Chinese | ||
| 39793110 | 河南金丹乳酸科技股份有限公司独立董事候选人声明与承诺-余龙 | 2026-04-21 | Chinese | ||
| 39793100 | 关于董事会换届选举的公告 | 2026-04-21 | Chinese | ||
| 39793091 | 2025年度募集资金存放、管理与使用情况的专项报告 | 2026-04-21 | Chinese | ||
| 39793089 | 关于董事、高级管理人员2026年度薪酬方案的公告 | 2026-04-21 | Chinese | ||
| 39793084 | 关于计提信用减值准备、资产减值准备及报废部分资产的公告 | 2026-04-21 | Chinese | ||
| 39793075 | 河南金丹乳酸科技股份有限公司独立董事提名人声明与承诺-张复生 | 2026-04-21 | Chinese | ||
| 39793067 | 关于选举职工代表董事的公告 | 2026-04-21 | Chinese | ||
| 39793057 | 国金证券股份有限公司关于河南金丹乳酸科技股份有限公司2025年度募集资金存放、管理与使用情况的核查意见 | 2026-04-21 | Chinese | ||
| 39793054 | 2025年年度报告 | 2026-04-21 | Chinese | ||
| 39793052 | 第五届董事会提名委员会关于第六届董事会独立董事候选人任职资格的审核意见 | 2026-04-21 | 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 |
Henan Jindan Lactic Acid Technology 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/55798/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55798 | 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=55798 | 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=55798 \ -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": 55798}, 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 Henan Jindan Lactic Acid Technology Co., Ltd (id: 55798)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.