JINKO SOLAR CO., LTD. — Investor Relations & Filings
About JINKO SOLAR CO., LTD.
Jinko Solar Co., Ltd. specializes in the research, development, and large-scale manufacturing of high-efficiency photovoltaic products. Its core business encompasses the production of silicon wafers, solar cells, and advanced solar modules, with a strategic focus on N-type TOPCon technology through its Tiger Neo product line. The company operates a vertically integrated supply chain, managing processes from ingot casting and wafering to cell and module assembly. Jinko Solar provides clean energy solutions for utility-scale, commercial, and residential applications globally. Known for its technological innovation, the company has achieved numerous world records in solar cell conversion efficiency and maintains an extensive international distribution and service network to support global energy transition initiatives.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 晶科能源股东询价转让定价情况提示性公告 | 2025-09-15 | Chinese | |
| 晶科能源股东询价转让计划书 | 2025-09-12 | Chinese | |
| 中信证券股份有限公司关于晶科能源股份有限公司股东向特定机构投资者询价转让股份相关资格的核查意见 | 2025-09-12 | Chinese | |
| 晶科能源关于出售子公司股权进展情况的公告 | 2025-09-12 | Chinese | |
| 晶科能源第二届监事会第十二次会议决议公告 | 2025-09-09 | Chinese | |
| 晶科能源关于出售子公司股权的公告 | 2025-09-09 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 36236246 | 晶科能源股东询价转让定价情况提示性公告 | 2025-09-15 | Chinese | ||
| 36236244 | 晶科能源股东询价转让计划书 | 2025-09-12 | Chinese | ||
| 36236229 | 中信证券股份有限公司关于晶科能源股份有限公司股东向特定机构投资者询价转让股份相关资格的核查意见 | 2025-09-12 | Chinese | ||
| 36236219 | 晶科能源关于出售子公司股权进展情况的公告 | 2025-09-12 | Chinese | ||
| 36236210 | 晶科能源第二届监事会第十二次会议决议公告 | 2025-09-09 | Chinese | ||
| 36236200 | 晶科能源关于出售子公司股权的公告 | 2025-09-09 | Chinese | ||
| 36236192 | 浙江晶科新材料有限公司二〇二五年1-6月审计报告(致同审字【2025】第332C034033号) | 2025-09-09 | Chinese | ||
| 36236134 | 晶科能源关于召开2025年第一次临时股东大会的通知 | 2025-09-09 | Chinese | ||
| 36236123 | 浙江晶科新材料有限公司2024年审计报告(天健审【2025】12025号) | 2025-09-09 | Chinese | ||
| 36236062 | 晶科能源股份有限公司下属子公司拟股权转让所涉及的浙江晶科新材料有限公司股东全部权益价值项目资产评估报告》(中同华沪评报字(2025)第1102号) | 2025-09-09 | Chinese | ||
| 36235485 | 晶科能源关于提供担保的进展公告 | 2025-08-29 | Chinese | ||
| 36235466 | 晶科能源第二届监事会第十一次会议决议公告 | 2025-08-27 | Chinese | ||
| 36235451 | 中信建投证券股份有限公司关于晶科能源股份有限公司募投项目结项的核查意见 | 2025-08-27 | Chinese | ||
| 36235440 | 晶科能源关于2025年第二季度计提资产减值准备的公告 | 2025-08-27 | Chinese | ||
| 36235424 | 晶科能源2025年“提质增效重回报”行动方案的半年度评估报告 | 2025-08-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of solar cells, solar panels and photovoltaic inverters
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ALFA SOLAR ENERJİ SANAYİ VE TİCARET A.Ş.
Manufacturer of high-efficiency photovoltaic (PV) solar pan…
|
ALFAS | TR | Manufacturing |
|
Alpex Solar Limited
Manufactures solar PV modules and provides solar water pump…
|
ALPEXSOLAR | IN | Manufacturing |
|
Anji Technology Co., Ltd.
Develops solar modules, metal 3D printing services, and UAV…
|
6477 | TW | Manufacturing |
|
Apollo Power Ltd.
Develops and manufactures flexible photovoltaic solutions l…
|
APLP | IL | Manufacturing |
|
ARISE Technologies Corporation
Developed, manufactured, and integrated high-efficiency PV …
|
APV | CA | Manufacturing |
|
Ascent Solar Technologies, Inc.
Develops flexible, lightweight CIGS thin-film photovoltaic …
|
ASTI | US | Manufacturing |
|
Australian Premium Solar (India) Limited
Manufactures solar PV modules and provides EPC services for…
|
APS | IN | Manufacturing |
|
BILLION ELECTRIC CO., LTD.
Global provider of power electronics, green energy, and com…
|
3027 | TW | Manufacturing |
|
CLEARVUE TECHNOLOGIES LIMITED
Develops transparent solar glass for building-integrated ph…
|
CPV | AU | Manufacturing |
|
Cloud Live Technology Group Co.,Ltd.
Integrates catering management with high-efficiency solar c…
|
002306 | CN | Manufacturing |
JINKO SOLAR 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/58252/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58252 | 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=58252 | 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=58252 \ -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": 58252}, 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 JINKO SOLAR CO., LTD. (id: 58252)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.