
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 |
|---|---|---|---|
| 关于召开2021年第二次临时股东大会通知的公告 | 2021-01-22 | Chinese | |
| 关于开展外汇套期保值业务的公告 | 2021-01-22 | Chinese | |
| 第七届董事会第二十次会议决议公告 | 2021-01-22 | Chinese | |
| 关于控股子公司与嘉兴银行开展融资合作并为经销商提供担保的公告 | 2021-01-22 | Chinese | |
| 关于公司2019年限制性股票与股票期权激励计划限制性股票第一个解除限售期解除限售条件成就的公告 | 2021-01-22 | Chinese | |
| 关于股东部分股权质押展期的公告 | 2021-01-21 | Chinese |
Browse filings by year
17 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 35588347 | 关于召开2021年第二次临时股东大会通知的公告 | 2021-01-22 | Chinese | ||
| 35588331 | 关于开展外汇套期保值业务的公告 | 2021-01-22 | Chinese | ||
| 35588314 | 第七届董事会第二十次会议决议公告 | 2021-01-22 | Chinese | ||
| 35588295 | 关于控股子公司与嘉兴银行开展融资合作并为经销商提供担保的公告 | 2021-01-22 | Chinese | ||
| 35588277 | 关于公司2019年限制性股票与股票期权激励计划限制性股票第一个解除限售期解除限售条件成就的公告 | 2021-01-22 | Chinese | ||
| 35588264 | 关于股东部分股权质押展期的公告 | 2021-01-21 | Chinese | ||
| 35588250 | 2021年第一次临时股东大会的法律意见书 | 2021-01-11 | Chinese | ||
| 35588237 | 2021年第一次临时股东大会决议公告 | 2021-01-11 | Chinese | ||
| 35588228 | 关于公司2019年限制性股票与股票期权激励计划股票期权第一个行权期采用自主行权模式的提示性公告 | 2021-01-10 | Chinese | ||
| 35588218 | 关于公司2019年限制性股票与股票期权激励计划部分股票期权注销完成的公告 | 2021-01-07 | Chinese | ||
| 35588209 | 关于公司2019年限制性股票与股票期权激励计划人员调整并注销已授予但未获准行权部分股票期权的公告 | 2021-01-04 | Chinese | ||
| 35588198 | 上海市锦天城律师事务所关于公司2019年股票期权激励计划第一个行权期行权及注销部分股票期权相关事宜的法律意见书 | 2021-01-04 | Chinese | ||
| 35588179 | 关于控股子公司引入战略投资者增资暨公司放弃优先认缴出资权的公告 | 2021-01-04 | Chinese | ||
| 35588152 | 关于公司2019年限制性股票与股票期权激励计划股票期权第一个行权期行权条件成就的公告 | 2021-01-04 | Chinese | ||
| 35588140 | 独立董事对相关事项发表的独立意见 | 2021-01-04 | 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.