
JINZHOU YONGSHAN LITHIUM CO., LTD — Investor Relations & Filings
Jinzhou Yongshan Lithium Co., Ltd. focuses on the production and distribution of high-purity lithium chemicals. The company’s core product portfolio includes battery-grade lithium carbonate and battery-grade lithium hydroxide, serving as critical components for the cathode materials of lithium-ion batteries. These products are primarily utilized in the electric vehicle sector and large-scale energy storage applications. The company operates advanced manufacturing lines designed to ensure high chemical purity and consistency, supporting the technical requirements of global battery manufacturers. By maintaining a robust supply chain and focusing on technological optimization, the company provides essential materials for the transition to sustainable energy technologies.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 北京市海勤律师事务所关于锦州永杉锂业股份有限公司2026年第二次临时股东会的法律意见书 | 2026-05-25 | Chinese | |
| 永杉锂业关于召开2025年年度暨2026年第一季度业绩说明会的公告 | 2026-05-25 | Chinese | |
| 永杉锂业关于召开2026年第二次临时股东会的通知 | 2026-05-08 | Chinese | |
| 永杉锂业关于签署《投资协议》暨与关联方共同设立合资公司的公告 | 2026-05-08 | Chinese | |
| 永杉锂业第六届董事会第三次会议决议公告 | 2026-05-08 | Chinese | |
| 永杉锂业股票交易异常波动公告 | 2026-05-07 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
6 filings
| |||||
| 47041908 | 北京市海勤律师事务所关于锦州永杉锂业股份有限公司2026年第二次临时股东会的法律意见书 | 2026-05-25 | Chinese | ||
| 47041260 | 永杉锂业关于召开2025年年度暨2026年第一季度业绩说明会的公告 | 2026-05-25 | Chinese | ||
| 44494435 | 永杉锂业关于召开2026年第二次临时股东会的通知 | 2026-05-08 | Chinese | ||
| 44494432 | 永杉锂业关于签署《投资协议》暨与关联方共同设立合资公司的公告 | 2026-05-08 | Chinese | ||
| 44490798 | 永杉锂业第六届董事会第三次会议决议公告 | 2026-05-08 | Chinese | ||
| 44270135 | 永杉锂业股票交易异常波动公告 | 2026-05-07 | Chinese | ||
|
2025
9 filings
| |||||
| 37059682 | 永杉锂业关于持股5%以上股东部分股份被司法拍卖的进展公告 | 2025-10-31 | Chinese | ||
| 37059675 | 董事、高级管理人员离职管理制度 | 2025-10-30 | Chinese | ||
| 37059667 | 董事会提名委员会实施细则 | 2025-10-30 | Chinese | ||
| 37059663 | 永杉锂业2025年第三季度报告 | 2025-10-30 | Chinese | ||
| 37059662 | 董事会审计委员会实施细则 | 2025-10-30 | Chinese | ||
| 37059656 | 永杉锂业第五届董事会第三十七次会议决议公告 | 2025-10-30 | Chinese | ||
| 37059650 | 董事会薪酬与考核委员会实施细则 | 2025-10-30 | Chinese | ||
| 37059644 | 永杉锂业关于持股5%以上股东部分股份将被第二次司法拍卖的提示性公告 | 2025-10-14 | Chinese | ||
| 37059637 | 永杉锂业关于持股5%以上股东部分股份被司法拍卖的进展公告 | 2025-10-13 | 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 |
JINZHOU YONGSHAN LITHIUM 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/57657/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57657 | 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=57657 | 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=57657 \ -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": 57657}, 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 JINZHOU YONGSHAN LITHIUM CO., LTD (id: 57657)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.