Leshan Electric Power Co.,Ltd — Investor Relations & Filings
About Leshan Electric Power Co.,Ltd
Leshan Electric Power Co.,Ltd. is a comprehensive public utility provider specializing in the generation, transmission, and distribution of electricity. The company operates a diverse portfolio of power generation facilities, with a primary emphasis on hydroelectric power. Beyond its electrical operations, it manages the production and supply of tap water and the distribution of natural gas to residential, commercial, and industrial consumers. The company is responsible for the construction and maintenance of regional power grids and utility infrastructure, ensuring reliable energy and water services. Its business model integrates multiple utility sectors to provide essential infrastructure support and energy solutions within its service territory.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 乐山电力股份有限公司关于以募集资金等额置换自有资金先行支付部分的公告 | 2026-04-17 | Chinese | |
| 中国银河证券股份有限公司关于乐山电力股份有限公司2025年度募集资金存放、管理与使用情况的专项核查意见 | 2026-04-17 | Chinese | |
| 乐山电力股份有限公司2025年度内部控制评价报告 | 2026-04-17 | Chinese | |
| 乐山电力股份有限公司关于2025年度募集资金存放、管理与使用情况的专项报告 | 2026-04-17 | Chinese | |
| 乐山电力股份有限公司2025年年度报告全文 | 2026-04-17 | Chinese | |
| 乐山电力股份有限公司独立董事2025年度述职报告(姜希猛) | 2026-04-17 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
14 filings
| |||||
| 34827370 | 乐山电力股份有限公司关于以募集资金等额置换自有资金先行支付部分的公告 | 2026-04-17 | Chinese | ||
| 34827368 | 中国银河证券股份有限公司关于乐山电力股份有限公司2025年度募集资金存放、管理与使用情况的专项核查意见 | 2026-04-17 | Chinese | ||
| 34825453 | 乐山电力股份有限公司2025年度内部控制评价报告 | 2026-04-17 | Chinese | ||
| 34825451 | 乐山电力股份有限公司关于2025年度募集资金存放、管理与使用情况的专项报告 | 2026-04-17 | Chinese | ||
| 34825450 | 乐山电力股份有限公司2025年年度报告全文 | 2026-04-17 | Chinese | ||
| 34825447 | 乐山电力股份有限公司独立董事2025年度述职报告(姜希猛) | 2026-04-17 | Chinese | ||
| 34825428 | 乐山电力股份有限公司2025年度环境、社会与治理(ESG)报告 | 2026-04-17 | Chinese | ||
| 34825426 | 乐山电力股份有限公司独立董事2025年度述职报告(潘鹰) | 2026-04-17 | Chinese | ||
| 34825423 | 乐山电力股份有限公司董事会审计与风险管理委员会对会计师事务所2025年度履行监督职责情况报告 | 2026-04-17 | Chinese | ||
| 34819902 | 乐山电力股份有限公司2025年度财务报表审计报告 | 2026-04-17 | Chinese | ||
| 34819900 | 乐山电力股份有限公司2025年度利润分配预案公告 | 2026-04-17 | Chinese | ||
| 34819898 | 乐山电力股份有限公司第十一届董事会第三次会议决议公告 | 2026-04-17 | Chinese | ||
| 34819897 | 中国银河证券股份有限公司关于乐山电力股份有限公司2025年持续督导年度报告书 | 2026-04-17 | Chinese | ||
| 34819895 | 乐山电力股份有限公司独立董事2025年度述职报告(吉利) | 2026-04-17 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Electric power generation activities from renewable sources
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ALGONQUIN POWER & UTILITIES CORP.
A diversified utility with regulated services and renewable…
|
AQN | CA | Electricity, gas, steam and air… |
|
Altea Green Power
Develops and installs wind, photovoltaic, and battery energ…
|
AGP | IT | Electricity, gas, steam and air… |
|
Altek Power Corporation
Develops and deploys quick-to-market electrical generation …
|
3059 | CA | Electricity, gas, steam and air… |
|
ALTEO Energy Services Public Limited Company
Energy provider and trader generating power from natural ga…
|
ALTEO | HU | Electricity, gas, steam and air… |
|
Alternus Energy Group
An independent power producer that develops, owns, and oper…
|
ALT | IE | Electricity, gas, steam and air… |
|
Alterra Power Corp.
A diversified renewable power company utilizing geothermal,…
|
AXY | CA | Electricity, gas, steam and air… |
|
Ameresco, Inc.
A cleantech integrator providing energy efficiency and rene…
|
AMRC | US | Electricity, gas, steam and air… |
|
AQUILA EUROPEAN RENEWABLES PLC
Investment company managing the orderly realization of its …
|
AERI | GB | Electricity, gas, steam and air… |
|
Argo Energy Ltd.
Investor, developer, and operator of small and medium comme…
|
— | CA | Electricity, gas, steam and air… |
|
Arise
Manages the full value chain for wind, solar, and battery s…
|
ARISE | SE | Electricity, gas, steam and air… |
Leshan Electric Power 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/56890/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56890 | 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=56890 | 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=56890 \ -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": 56890}, 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 Leshan Electric Power Co.,Ltd (id: 56890)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.