
ZHEJIANG NARADA POWER SOURCE Co., Ltd. — Investor Relations & Filings
ZHEJIANG NARADA POWER SOURCE Co., Ltd. specializes in the research, development, manufacturing, and sale of advanced energy storage solutions and power systems. The company provides a comprehensive range of products, including lithium-ion batteries, lead-carbon batteries, and integrated energy storage systems (ESS). Its core business focuses on critical applications such as telecommunications, data centers, renewable energy integration, and industrial backup power. Narada Power emphasizes technological innovation and full life-cycle management, offering services that span from battery production to system integration and resource recycling. By delivering high-performance energy solutions, the company supports the global transition toward smart energy and sustainable power infrastructure.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于2023年股票期权激励计划第一个行权期采用自主行权模式的提示性公告 | 2024-08-20 | Chinese | |
| 关于股东部分股份解除质押的公告 | 2024-08-15 | Chinese | |
| 2024年第四次临时股东大会决议公告 | 2024-08-14 | Chinese | |
| 上海市锦天城律师事务所关于公司2024年第四次临时股东大会的法律意见书 | 2024-08-14 | Chinese | |
| 关于2022年、2023年股票期权激励计划部分股票期权注销完成的公告 | 2024-08-13 | Chinese | |
| 关于公司董事、高级管理人员增持股份计划期限届满暨实施完成的公告 | 2024-07-31 | Chinese |
Browse filings by year
17 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 35597332 | 关于2023年股票期权激励计划第一个行权期采用自主行权模式的提示性公告 | 2024-08-20 | Chinese | ||
| 35597321 | 关于股东部分股份解除质押的公告 | 2024-08-15 | Chinese | ||
| 35597303 | 2024年第四次临时股东大会决议公告 | 2024-08-14 | Chinese | ||
| 35597294 | 上海市锦天城律师事务所关于公司2024年第四次临时股东大会的法律意见书 | 2024-08-14 | Chinese | ||
| 35597219 | 关于2022年、2023年股票期权激励计划部分股票期权注销完成的公告 | 2024-08-13 | Chinese | ||
| 35597209 | 关于公司董事、高级管理人员增持股份计划期限届满暨实施完成的公告 | 2024-07-31 | Chinese | ||
| 35597198 | 关于子公司股权内部无偿划转完成的公告 | 2024-07-31 | Chinese | ||
| 35597191 | 关于参股公司部分股权转让交易完成的公告 | 2024-07-31 | Chinese | ||
| 35597182 | 上海锦天城(杭州)律师事务所关于公司2022年、2023年股票期权激励计划调整行权价格、行权条件成就及注销部分股票期权相关事项的法律意见书 | 2024-07-29 | Chinese | ||
| 35597169 | 关于召开2024年第四次临时股东大会的通知 | 2024-07-29 | Chinese | ||
| 35597160 | 第八届董事会第三十一次会议决议公告 | 2024-07-29 | Chinese | ||
| 35597153 | 关于公司2022年股票期权激励计划第二个行权期行权条件成就的公告 | 2024-07-29 | Chinese | ||
| 35597142 | 上海荣正企业咨询服务(集团)股份有限公司关于公司2022年股票期权激励计划第二个行权期及2023年股票期权激励计划第一个行权期行权条件成就之独立财务顾问报告 | 2024-07-29 | Chinese | ||
| 35597129 | 关于注销2022年、2023年股票期权激励计划部分股票期权的公告 | 2024-07-29 | Chinese | ||
| 35597119 | 监事会关于2023年股票期权激励计划第一个行权期可行权激励对象名单的核查意见 | 2024-07-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of batteries and accumulators
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABM FUJIYA BERHAD
Manufacturing and sale of automotive, storage, and EFB batt…
|
— | MY | Manufacturing |
|
Abound Energy
Develops patented zinc-air battery systems for reliable, lo…
|
ABND | CA | Manufacturing |
|
Aegis Critical Energy Defence Corp.
Develops and delivers advanced LFP Battery Energy Storage S…
|
QESS | CA | Manufacturing |
|
AES-KY
Develops lithium-ion battery modules for electric light veh…
|
6781 | TW | Manufacturing |
|
A.F.W Co., Ltd
Manufacturer of electric vehicle components using friction …
|
312610 | KR | Manufacturing |
|
Altech Advanced Materials AG
Develops materials for lithium-ion batteries and solid-stat…
|
AMA1 | DE | Manufacturing |
|
ALTECH BATTERIES LTD
Develops sodium-chloride solid-state batteries and lithium-…
|
ATC | AU | Manufacturing |
|
Amara Raja Energy & Mobility Limited
Provides energy storage solutions for automotive, industria…
|
ARE&M | IN | Manufacturing |
|
Amprius Technologies, Inc.
Develops and manufactures advanced lithium-ion batteries wi…
|
AMPX | US | Manufacturing |
|
ANHUI ANFU BATTERY TECHNOLOGY CO.,LTD.
Produces primary and secondary batteries for consumer and i…
|
603031 | CN | Manufacturing |
ZHEJIANG NARADA POWER SOURCE 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/55088/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55088 | 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=55088 | 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=55088 \ -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": 55088}, 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 NARADA POWER SOURCE Co., Ltd. (id: 55088)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.